Difference between revisions of "JavaScript"

From
Jump to: navigation, search
(A sampling of available Javascript Machine Learning libraries)
Line 26: Line 26:
 
** [http://deeplearnjs.org/ Deeplearnjs] rebranded to [[TensorFlow.js]]
 
** [http://deeplearnjs.org/ Deeplearnjs] rebranded to [[TensorFlow.js]]
 
* [http://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=4,2&seed=0.08014&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false Tensorflow Deep Playground]; written in [http://www.typescriptlang.org/ TypeScript] using [http://d3js.org/ D3.js]
 
* [http://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=4,2&seed=0.08014&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false Tensorflow Deep Playground]; written in [http://www.typescriptlang.org/ TypeScript] using [http://d3js.org/ D3.js]
 +
* [[Brain.js]]
 
* [http://github.com/BrainJS/brain.js brain.js] in browser and [http://nodejs.org/en/ Node.js] ..see [http://scrimba.com/g/gneuralnetworks introduction]  
 
* [http://github.com/BrainJS/brain.js brain.js] in browser and [http://nodejs.org/en/ Node.js] ..see [http://scrimba.com/g/gneuralnetworks introduction]  
 
* [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, [[Term Frequency–Inverse Document Frequency (TF-IDF)]], [http://wordnet.princeton.edu/ WordNet], string similarity, some inflections, and more. (nodejs)
 
* [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, [[Term Frequency–Inverse Document Frequency (TF-IDF)]], [http://wordnet.princeton.edu/ WordNet], string similarity, some inflections, and more. (nodejs)

Revision as of 07:11, 7 August 2020

Youtube search... ...Google search


A sampling of available Javascript Machine Learning libraries

Graphics / Visualization

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search