scoliann / CNN-for-Digit-Recognition
This is the code I created to find solutions to the Kaggle MNIST digit recognition competition using a Convolutional Neural Network.
☆8Updated 7 years ago
Alternatives and similar repositories for CNN-for-Digit-Recognition:
Users that are interested in CNN-for-Digit-Recognition are comparing it to the libraries listed below
- An Edit Version of darknet, and this version you can train and predict on your own datasets! more easily!☆14Updated 8 years ago
- CS231n: Convolutional Neural Networks for Visual Recognition☆12Updated 6 years ago
- A convolutional neural network from scratch☆102Updated 8 years ago
- Retraining Inception-v3 model to perform image segmentation using Tensorflow.☆16Updated 7 years ago
- Residual Network of Residual Networks in Keras☆23Updated 7 years ago
- Tensorboard Demo by @Sirajology on Youtube☆43Updated 4 years ago
- A convolutional neural network implemented in pure numpy.☆68Updated 7 years ago
- This is the code for "AI that Dresses Itself" By Siraj Raval on Youtube☆47Updated 6 years ago
- Convolution Neural Network for reading text in natural images.☆32Updated 9 years ago
- Capstone project for my Udacity Machine Learning Nanodegree☆12Updated 8 years ago
- Computer Vision projects in python and C++☆16Updated 8 years ago
- Classify Traffic Signs.☆10Updated 8 years ago
- This is the code for 'How To Make Smart Blinds Using Facial Detection' by Siraj Raval on Youtube☆22Updated 7 years ago
- Collection of lectures and talks I've given on Computer Vision and Deep Learning☆28Updated 6 years ago
- Autoencoder Demo for Fresh Machine Learning #5☆18Updated 4 years ago
- Course Material for CDTM Deep Learning Drones Course☆25Updated 7 years ago
- How to build convolutional neural networks from scratch w/ Tensorflow