-
Updated
Mar 20, 2022 - Jupyter Notebook
machinelearning
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 3,134 public repositories matching this topic...
-
Updated
Mar 12, 2022 - Jupyter Notebook
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 24, 2022
-
Updated
Mar 24, 2022 - Python
-
Updated
Dec 27, 2021 - Jupyter Notebook
-
Updated
Oct 1, 2021 - Jupyter Notebook
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by nsfwjs.load()
e.g.
`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {
Fix Video
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
-
Updated
Nov 16, 2021
-
Updated
Mar 24, 2022 - Python
Hello everyone,
First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!
If you like the project and have any interest in contributing/maintaining it, you can contact me here or send me a msg privately:
- Email: nidhalbacc@gmail.com
PS: You need to be familiar with python and machine learning
-
Updated
Jan 28, 2022
-
Updated
Feb 14, 2021
-
Updated
Jan 28, 2022
-
Updated
Sep 9, 2020 - JavaScript
Describe the bug
How can I load the LearningShapelets model which is already fitted?
When I run the code below, I get this error: NotFittedError: This LearningShapelets instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
To Reproduce
A code sample to reproduce the problem:
from joblib import dump, load
from keras.models import load_
-
Updated
Mar 10, 2022
-
Updated
Jul 22, 2021 - Java
-
Updated
Dec 19, 2017 - JavaScript
-
Updated
Oct 4, 2021 - Python
Bounds check and call []
operator
-
Updated
Jan 26, 2021 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Mar 7, 2022 - Python
-
Updated
Feb 20, 2022 - Jupyter Notebook
- Wikipedia
- Wikipedia
vaex.from_arrays(s=['a,b']).s.str.replace(r'(\w+)',r'--\g<1>==',regex=True)
when using capture group in str, it fails, while str_pandas.replace() is correct

Name: vaex
Version: 4.6.0
Summary: Out-of-Core DataFrames to visualize and explore big tabular datasets
Home-page: