-
Updated
Oct 25, 2021 - 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,085 public repositories matching this topic...
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Jul 2, 2021 - JavaScript
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
Aug 16, 2018 - JavaScript
-
Updated
Jan 5, 2020 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
CML_ env namespace
Use CML_TOKEN instead of REPO_TOKEN to
- avoid potential namespace clashes
- better reflect that it could be a project token, org token, bot token, encoded username & password, etc
- better reflect that it's mostly used to launch runners and also is used by runners
- from iterative/cml.dev#122 (comment)
- related #738, #741, #712
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Dec 19, 2017 - JavaScript
-
Updated
Oct 6, 2021 - 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
Jan 8, 2019 - JavaScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Aug 1, 2019 - JavaScript
-
Updated
May 11, 2021 - 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
- Wikipedia
- Wikipedia

Let's add an error message that will be thrown when people call
addDatawithout an output argument in the call. See context in #990!