Difference between revisions of "JavaScript"
(→A sampling of available Javascript Machine Learning libraries) |
|||
| Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
| − | [http://www.youtube.com/results?search_query=javascript+artificial+intelligence+deep+learning Youtube search...] | + | [http://www.youtube.com/results?search_query=javascript+brain.js+tensorflow.js+artificial+intelligence+deep+machine+learning Youtube search...] |
| − | [http://www.google.com/search?q=javascript+brain.js+deep+machine+learning | + | [http://www.google.com/search?q=javascript+brain.js+tensorflow.js+artificial+intelligence+deep+machine+learning ...Google search] |
* [http://towardsdatascience.com/top-javascript-machine-learning-libraries-in-2019-cb63b95bdd10 Top Javascript Machine Learning libraries in 2019 | Jason Shin - Towards Data Science - Medium] | * [http://towardsdatascience.com/top-javascript-machine-learning-libraries-in-2019-cb63b95bdd10 Top Javascript Machine Learning libraries in 2019 | Jason Shin - Towards Data Science - Medium] | ||
* [http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c3 11 Javascript Machine Learning Libraries for 2019 | Jonathan Saring - Bits and Pieces - Medium] | * [http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c3 11 Javascript Machine Learning Libraries for 2019 | Jonathan Saring - Bits and Pieces - Medium] | ||
* [http://www.robinwieruch.de/machine-learning-javascript-web-developers/ A Web Developer's Guide to Machine Learning in Javascript | Robin Wieruch] | * [http://www.robinwieruch.de/machine-learning-javascript-web-developers/ A Web Developer's Guide to Machine Learning in Javascript | Robin Wieruch] | ||
| − | |||
* [http://modeling-languages.com/javascript-drawing-libraries-diagrams/ 10+ Javascript libraries to draw your own diagrams (2020 edition) | Hamza Ed-douibi - MOdeling LAnguages] | * [http://modeling-languages.com/javascript-drawing-libraries-diagrams/ 10+ Javascript libraries to draw your own diagrams (2020 edition) | Hamza Ed-douibi - MOdeling LAnguages] | ||
* [http://jamesthom.as/blog/2018/08/07/machine-learning-in-node-dot-js-with-tensorflow-dot-js/ Machine Learning in Node.js With TensorFlow.js | James Thomas] | * [http://jamesthom.as/blog/2018/08/07/machine-learning-in-node-dot-js-with-tensorflow-dot-js/ Machine Learning in Node.js With TensorFlow.js | James Thomas] | ||
| Line 27: | Line 26: | ||
* [http://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle®Dataset=reg-plane&learningRate=0.03®ularizationRate=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®Dataset=reg-plane&learningRate=0.03®ularizationRate=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]] | * [[Brain.js]] | ||
| − | |||
* [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) | ||
* [http://github.com/NeuroJS Neuro.js] [http://janhuenermann.com/projects/learning-to-drive 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 | * [http://github.com/NeuroJS Neuro.js] [http://janhuenermann.com/projects/learning-to-drive 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 | ||
| Line 65: | Line 63: | ||
<youtube>BEquEEsr6_Q</youtube> | <youtube>BEquEEsr6_Q</youtube> | ||
| − | |||
<youtube>out-60vx558</youtube> | <youtube>out-60vx558</youtube> | ||
<youtube>9Hz3P1VgLz4</youtube> | <youtube>9Hz3P1VgLz4</youtube> | ||
Revision as of 07:22, 7 August 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
- 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
- Learn Deno, a Node.js alternative | Beau Carnes - freeCodeCamp.org a Node.js alternative created by Ryan Dahl, the same person who created Node.js.
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
- 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
- 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 - utilizes assets for HTML, CSS, and SVG integrating any visualization seamlessly into a web page, dashboard, or website
- 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
- D3 | Sisense
________________________________
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