-
Updated
Jul 5, 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,248 public repositories matching this topic...
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Jul 10, 2022 - JavaScript
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Jul 8, 2022 - Python
-
Updated
May 2, 2022
-
Updated
Jul 10, 2022 - Python
-
Updated
Apr 21, 2022 - 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
-
Updated
Jul 10, 2022 - Python
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
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
Feb 14, 2021
-
Updated
Jan 28, 2022
-
Updated
Jan 28, 2022
On MacOS, the tslearn.datasets
does not work out-of-the-box.
In order to make it work, you need to apply the following steps:
- Go to your finder
- run "/Apps/Python/Install Certificates.command". This basically installs the
certifi
package with pip.
Perhaps we should add this to the documentation page of our datasets module?
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Jun 29, 2022
-
Updated
Jul 22, 2021 - Java
-
Updated
Dec 19, 2017 - JavaScript
If it doesn't already exist in the NannyML package (I didn't find it), it would be nice to have a collection of bare-bones functions to predict performance using only a list / array / series of y_pred_proba values.
-
Updated
Oct 4, 2021 - Python
-
Updated
Apr 3, 2022 - Python
Context
The user provided node_name_mapping
is not used when running TF SavedModels. It's only used when running TF frozen graphs.
TF SavedModels have SignaureDef
s. These are quite similar to what node_name_mapping
is in Neuropod.
Since SavedModel already has this functionality (and other projects like TF serving use it), it made sense to use that data as the node name mapping. O
-
Updated
Mar 31, 2020 - Python
-
Updated
Jul 10, 2022 - Python
-
Updated
Jun 11, 2022 - Python
- Wikipedia
- Wikipedia
Thank you for reaching out and helping us improve Vaex!
Before you submit a new Issue, please read through the documentation. Also, make sure you search through the Open and Closed Issues - your problem may already be discussed or addressed.
Description
Please provide a clear and concise description of the problem. This should contain all the steps nee