Difference between revisions of "JavaScript"

From
Jump to: navigation, search
(</Node.js)
Line 60: Line 60:
 
<youtube>TjQmZeyIiTk</youtube>
 
<youtube>TjQmZeyIiTk</youtube>
  
=== <span id="Node.js"></Node.js ===
+
=== <span id="Node.js"></span>Node.js ===
 
[http://www.youtube.com/results?search_query=node.js+artificial+intelligence+deep+learning Youtube search...]
 
[http://www.youtube.com/results?search_query=node.js+artificial+intelligence+deep+learning Youtube search...]
 
[http://www.google.com/search?q=node.js+artificial+intelligence+deep+learning+ML ...Google search]
 
[http://www.google.com/search?q=node.js+artificial+intelligence+deep+learning+ML ...Google search]

Revision as of 07:50, 11 August 2019

Youtube search... ...Google search

A sampling of available Javascript Machine Learning libraries

  • Libraries for NLP see Natural Language Tools & Services
  • TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
    • Keras.js No longer active - capability now is in TensorFlow.js
    • Deeplearnjs rebranded to TensorFlow.js
  • Tensorflow Deep Playground; written in Typescript using d3.js
  • brain.js in browser and Node.js ..see introduction
  • Natural provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, some inflections, and more. (nodejs)
  • 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.
  • 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.
  • DeeForge a development environment for deep learning
  • 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

Graphics

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Node.js

Youtube search... ...Google search

Demos