All Projects → javascript-machine-learning → mnist-neural-network-deeplearnjs

javascript-machine-learning / mnist-neural-network-deeplearnjs

Licence: other
🍃 Using a Neural Network to recognize MNIST digets in JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to mnist-neural-network-deeplearnjs

lolo
A random forest
Stars: ✭ 37 (+42.31%)
Mutual labels:  machine-learning-algorithms
MLDemos
Machine Learning Demonstrations: A graphical interface to draw data, apply a diverse array of machine learning tools to it, and directly see the results in a visual and understandable manner.
Stars: ✭ 46 (+76.92%)
Mutual labels:  machine-learning-algorithms
xgboost-smote-detect-fraud
Can we predict accurately on the skewed data? What are the sampling techniques that can be used. Which models/techniques can be used in this scenario? Find the answers in this code pattern!
Stars: ✭ 59 (+126.92%)
Mutual labels:  machine-learning-algorithms
RobustPCA
No description or website provided.
Stars: ✭ 15 (-42.31%)
Mutual labels:  machine-learning-algorithms
OLSTEC
OnLine Low-rank Subspace tracking by TEnsor CP Decomposition in Matlab: Version 1.0.1
Stars: ✭ 30 (+15.38%)
Mutual labels:  machine-learning-algorithms
greycat
GreyCat - Data Analytics, Temporal data, What-if, Live machine learning
Stars: ✭ 104 (+300%)
Mutual labels:  machine-learning-algorithms
scikit-learn-intelex
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
Stars: ✭ 887 (+3311.54%)
Mutual labels:  machine-learning-algorithms
Sales-Prediction
In depth analysis and forecasting of product sales based on the items, stores, transaction and other dependent variables like holidays and oil prices.
Stars: ✭ 56 (+115.38%)
Mutual labels:  machine-learning-algorithms
rankpruning
🧹 Formerly for binary classification with noisy labels. Replaced by cleanlab.
Stars: ✭ 81 (+211.54%)
Mutual labels:  machine-learning-algorithms
Clustering Algorithms from Scratch
Implementing Clustering Algorithms from scratch in MATLAB and Python
Stars: ✭ 170 (+553.85%)
Mutual labels:  machine-learning-algorithms
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (+3.85%)
Mutual labels:  machine-learning-algorithms
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (-15.38%)
Mutual labels:  machine-learning-algorithms
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+1511.54%)
Mutual labels:  machine-learning-algorithms
densratio py
A Python Package for Density Ratio Estimation
Stars: ✭ 112 (+330.77%)
Mutual labels:  machine-learning-algorithms
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+569.23%)
Mutual labels:  machine-learning-algorithms
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+65.38%)
Mutual labels:  machine-learning-algorithms
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+326.92%)
Mutual labels:  machine-learning-algorithms
mlreef
The collaboration workspace for Machine Learning
Stars: ✭ 1,409 (+5319.23%)
Mutual labels:  machine-learning-algorithms
books-ML-and-DL
.pdf Format Books for Machine and Deep Learning
Stars: ✭ 105 (+303.85%)
Mutual labels:  machine-learning-algorithms
cheapml
Machine Learning algorithms coded from scratch
Stars: ✭ 17 (-34.62%)
Mutual labels:  machine-learning-algorithms

MNIST Digit Recognition Neural Network in JavaScript with Deeplearn.js

Build Status

Use Case: Recognizing handwritten digits from the MNIST Database.

This example project demonstrates how neural networks may be used to solve a multi-class classification problem. It uses deeplearn.js to recognize handwritten digits from the MNIST database.

dec-14-2017 10-56-04

Installation

  • git clone [email protected]:javascript-machine-learning/mnist-neural-network-deeplearnjs.git
  • cd mnist-neural-network-deeplearnjs
  • npm install
  • npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].