-
Updated
Feb 10, 2022 - JavaScript
Machine learning
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 2,304 public repositories matching this topic...
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
May 30, 2022 - JavaScript
Fix Video
Add a verbose error message when Neural Network's addData() is called without correct arguments
Let's add an error message that will be thrown when people call addData without an output argument in the call. See context in #990!
-
Updated
Aug 16, 2018 - JavaScript
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
Docker volumes are supported in GH via yaml definitions. We should tell this instead of just throwing an unsupported error.
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Dec 19, 2017 - JavaScript
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Jun 8, 2022 - JavaScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.
Pull Request Process:
- Ensure the project tutorial to be added doesn't already exist and it is of good quality (code quality, project scope & project relevance).
- Update the [data.js](https://github.com/Xtremilicious/ProjectLea
-
Updated
Mar 11, 2022 - JavaScript
- Wikipedia
- Wikipedia

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) {