Difference between revisions of "JavaScript"
(→A sampling of available Javascript Machine Learning libraries) |
|||
| Line 41: | Line 41: | ||
==== <span id="Graphics"></span>Graphics ==== | ==== <span id="Graphics"></span>Graphics ==== | ||
* [[Python#Visualization with Python| Visualization with Python]] and underlying Javascript libraries | * [[Python#Visualization with Python| Visualization with Python]] and underlying Javascript libraries | ||
| − | |||
| − | |||
* [http://get.webgl.org/ WebGL.js] - (Web Graphics Library) is a Javascript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins | * [http://get.webgl.org/ WebGL.js] - (Web Graphics Library) is a Javascript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins | ||
* [[Knowledge Graphs]] | * [[Knowledge Graphs]] | ||
| Line 50: | Line 48: | ||
** [http://github.com/neo4j-contrib/neo4j-ml-procedures Neo4j Machine Learning Extensions] | ** [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] | ** [http://medium.com/octavian-ai/review-prediction-with-neo4j-and-tensorflow-1cd33996632a Review prediction with Neo4j and TensorFlow | David Mack] | ||
| + | |||
| + | ==== <span id="D3.js"></span>D3.js ==== | ||
| + | [http://www.youtube.com/results?search_query=D3.js+artificial+intelligence+deep+learning Youtube search...] | ||
| + | [http://www.google.com/search?q=D3.js+artificial+intelligence+deep+learning+ML ...Google search] | ||
| + | |||
| + | * [http://d3js.org/ D3js.org] - [http://bl.ocks.org/heybignick/3faf257bbbbc7743bb72310d03b86ee8 D3.js v4 Force Directed Graph with Labels] | ||
| + | ** [http://playground.tensorflow.org TensorFlow Deep Playground] an interactive visualization of neural networks, written in [http://www.typescriptlang.org/ TypeScript] using [http://d3js.org/ d3.js] and can be repurposed for different means | ||
| + | |||
| + | <youtube>_8V5o2UHG0</youtube> | ||
________________________________ | ________________________________ | ||
Revision as of 07:23, 5 June 2020
Youtube search... ...Google search
- Top Javascript Machine Learning libraries in 2019 | Jason Shin - Towards Data Science - Medium
- 11 Javascript Machine Learning Libraries for 2019 | Jonathan Saring - Bits and Pieces - Medium
- A Web Developer's Guide to Machine Learning in Javascript | Robin Wieruch
- Neural networks in Javascript - Brain.js | Robert Plummer
- 10+ Javascript libraries to draw your own diagrams (2020 edition) | Hamza Ed-douibi - MOdeling LAnguages
- Machine Learning in Node.js With TensorFlow.js | James Thomas
- Visualization
- NPM Javascript package registry
- Yarn package manager for Javascript
Contents
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, Term Frequency–Inverse Document Frequency (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 (Deep) Convolutional Neural Network (DCNN/CNN) 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 Deep Neural Network (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
- Handtrack.js: Hand Tracking Interactions in the Browser using Tensorflow.js and 3 lines of code | Victor Dibia - Towards Data Science - allows you track a user’s hand (bounding box) from an image in any orientation
Graphics
- Visualization with Python and underlying Javascript libraries
- WebGL.js - (Web Graphics Library) is a Javascript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins
- Knowledge Graphs
- Graphs Are Fundamental to Modern AI Systems | neo4j
- Why Knowledge Graphs Are Foundational to Artificial Intelligence | Jim Webber
- Creating The Most Sophisticated Recommendations Using Native Graphs | Emil Eifrem
- Neo4j Machine Learning Extensions
- Review prediction with Neo4j and TensorFlow | David Mack
D3.js
Youtube search... ...Google search
- D3js.org - D3.js v4 Force Directed Graph with Labels
- TensorFlow Deep Playground an interactive visualization of neural networks, written in TypeScript using d3.js and can be repurposed for different means
________________________________
Demos
Node.js
Youtube search... ...Google search
- Node.js
- Watch me Build a Marketing Startup | Siraj Raval
React
Youtube search... ...Google search
- React A Javascript library for building user interfaces
- Deep Learning With React Native | GeekyAnts - Medium
- Next.js the most popular component within React