Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 8: Line 8:
 
[http://www.google.com/search?q=javascript+brain.js+deep+machine+learning+ML ...Google search]
 
[http://www.google.com/search?q=javascript+brain.js+deep+machine+learning+ML ...Google search]
  
 +
* [[Natural Language Tools & Services]]
 
* [http://blog.bitsrc.io/10-javascript-iot-libraries-to-use-in-your-next-projects-bef5f9136f83 10 Javascript IoT Libraries To Use In Your Next Project |] [http://blog.bitsrc.io/@JonathanSaring Jonathan Saring]
 
* [http://blog.bitsrc.io/10-javascript-iot-libraries-to-use-in-your-next-projects-bef5f9136f83 10 Javascript IoT Libraries To Use In Your Next Project |] [http://blog.bitsrc.io/@JonathanSaring Jonathan Saring]
 
* [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]
Line 25: Line 26:
 
** [http://mil-tokyo.github.io/webdnn/ Webdnn] this framework optimizes the DNN model to compress the model data and accelerate execution through JavaScript APIs such as WebAssembly and WebGPU   
 
** [http://mil-tokyo.github.io/webdnn/ Webdnn] this framework optimizes the DNN model to compress the model data and accelerate execution through JavaScript APIs such as WebAssembly and WebGPU   
 
** [http://wagenaartje.github.io/neataptic/ Neataptic] neuro-evolution & backpropagation for the browser
 
** [http://wagenaartje.github.io/neataptic/ Neataptic] neuro-evolution & backpropagation for the browser
** [http://compromise.cool/ Compromise] modest natural-language processing (NLP) interprets and pre-parses English and makes some reasonable decisions
 
 
** [http://stevenmiller888.github.io/mindjs.net/ Mind] make predictions, using a matrix implementation to process training data and enabling configurable network topology.
 
** [http://stevenmiller888.github.io/mindjs.net/ Mind] make predictions, using a matrix implementation to process training data and enabling configurable network topology.
** [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://neo4j.com/use-cases/artificial-intelligence-analytics/ Graphs Are Fundamental to Modern AI Systems | neo4j]  

Revision as of 21:18, 6 April 2019

Youtube search... ...Google search

  • Natural Language Tools & Services
  • 10 Javascript IoT Libraries To Use In Your Next Project | Jonathan Saring
  • Neural networks in JavaScript - Brain.js | Robert Plummer
  • Visualization
  • Natural Language Processing and Machine Learning in JavaScript | David Luecke - Medium
  • A sampling of available Javascript Machine Learning libraries:
    • TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
    • Keras.js runs Keras models in the browser, with GPU support using WebGL. since Keras uses a number of frameworks as backends, the models can be trained in TensorFlow, CNTK, and other frameworks as well.
    • brain.js several types of networks
    • Neuro.js Learning to Drive project a deep learning and reinforcement learning Javascript library framework for the browser. Implementing a full stack neural-network based machine learning framework with extended reinforcement-learning support
    • TensorFire is a framework for running neural networks in the browser, accelerated by WebGL
    • Conventjs (not maintained)] neural networks supporting common modules, classification, regression, an experimental Reinforcement Learning module, able to train convolutional networks that process images
    • ConvNetJS an NPM version is also available for those using Node.js, and the library is designed to make proper use of JavaScript’s asynchronicity.
    • mxnet.js deep learning in browser (without server); allows you to mix symbolic and imperative programming on the fly with a graph optimization layer for performance
    • mljs includes supervised and unsupervised learning, artificial neural networks, regression algorithms and supporting libraries for statistics, math etc.
    • Synaptic multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks
    • Webdnn this framework optimizes the DNN model to compress the model data and accelerate execution through JavaScript APIs such as WebAssembly and WebGPU
    • Neataptic neuro-evolution & backpropagation for the browser
    • Mind make predictions, using a matrix implementation to process training data and enabling configurable network topology.

________________________________

Node.js

Youtube search...

Demos