Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 6: Line 6:
 
* [http://scrimba.com/g/gneuralnetworks Neural networks in JavaScript - Brain.js | Robert Plummer]
 
* [http://scrimba.com/g/gneuralnetworks Neural networks in JavaScript - Brain.js | Robert Plummer]
 
* [[Visualization]]
 
* [[Visualization]]
 
 
* A [http://news.ycombinator.com/item?id=16718285 sampling] of [http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c available] Javascript Machine Learning libraries:
 
* A [http://news.ycombinator.com/item?id=16718285 sampling] of [http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c available] Javascript Machine Learning libraries:
 
**[[TensorFlow.js]] for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)   
 
**[[TensorFlow.js]] for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)   
Line 22: Line 21:
 
** [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, and more.
 
** [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, and more.
 
** [http://deepforge.readthedocs.io/en/latest/deployment/overview.html DeeForge] a development environment for deep learning
 
** [http://deepforge.readthedocs.io/en/latest/deployment/overview.html DeeForge] a development environment for deep learning
+
* [http://neo4j.com/use-cases/artificial-intelligence-analytics/ Graphs Are Fundamental to Modern AI Systems | neo4j]
 +
** [http://www.datanami.com/2018/03/20/why-knowledge-graphs-are-foundational-to-artificial-intelligence/ Why Knowledge Graphs Are Foundational to Artificial Intelligence | Jim Webber]
 +
** [http://www.cbronline.com/opinion/creating-sophisticated-recommendations-native-graphs Creating The Most Sophisticated Recommendations Using Native Graphs | Emil Eifrem]
 +
** [http://github.com/neo4j-contrib/neo4j-ml-procedures Neo4j Machine Learning Extensions]
 +
** [http://medium.com/octavian-ai/review-prediction-with-neo4j-and-tensorflow-1cd33996632a Review prediction with Neo4j and TensorFlow | David Mack]
 +
 
 +
 
 
________________________________
 
________________________________
 
* [[Git - GitHub and GitLab]]
 
* [[Git - GitHub and GitLab]]

Revision as of 21:55, 26 January 2019

Youtube search... ...Google search


________________________________

Node.js

Youtube search...

Demos