anishsingh20/Deep-Learning-in-R-using-Keras-and-Tensorflow-
Implementing Deep learning in R using Keras and Tensorflow packages for R and implementing a Multi layer perceptron Model on MNIST dataset and doing Digit Recognition
This project helps data scientists and machine learning engineers who work with the R programming language to build and train neural networks. It demonstrates how to input image data, specifically handwritten digits, to create a model that can identify those digits. The output is a deep learning model capable of recognizing numerical characters.
No commits in the last 6 months.
Use this if you are an R programmer looking for a practical example of implementing a multi-layer perceptron model for image classification using Keras and TensorFlow.
Not ideal if you are not familiar with R or if you are looking for a pre-built solution rather than code to learn from.
Stars
25
Forks
18
Language
R
License
MIT
Category
Last pushed
Jun 19, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/anishsingh20/Deep-Learning-in-R-using-Keras-and-Tensorflow-"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.