https://github.com/fedele7008/mnist_dnn
Deep Neural Network from Scratch with MNIST dataset
https://github.com/fedele7008/mnist_dnn
neural-network python3 rest-api webclient
Last synced: 11 days ago
JSON representation
Deep Neural Network from Scratch with MNIST dataset
- Host: GitHub
- URL: https://github.com/fedele7008/mnist_dnn
- Owner: fedele7008
- License: mit
- Created: 2023-01-13T06:05:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T03:29:53.000Z (over 2 years ago)
- Last Synced: 2025-01-20T22:02:01.300Z (about 1 year ago)
- Topics: neural-network, python3, rest-api, webclient
- Language: Python
- Homepage:
- Size: 8.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overview •
About us •
Features •
Install •
Usage •
Credits •
License •
Donate
#
Overview
MNIST is a dataset of handwritten digits, widely used for training and testing image classification models, and DNN stands for Deep Neural Network, a type of artificial neural network that has multiple layers of nodes.
MNIST DNN is web application that allows users to create and configure their own DNN models using MNIST dataset.
The project consists of two packages:
`MNIST_DNN`
> *Provides features to create and configure MNIST DNN models.*
`MNIST_DNN_API`
> *API service package that uses MNIST_DNN to create an API that retrieves user request to create specific models and return the trained models back to the user.*
With these packages, we can create our own web application that provides user friendly interfaces to play with MNIST dataset.
#
About us
The MNIST DNN Project was started to give us the opportinuity to create our own neural network model without using any deep learning APIs like Keras.
Ultimately, our goal is to gain a deeper understanding of machine learning and to gain experience with various techniques, not just those related to machine learning. (i.e. REST API, Web application, package deployment, etc.)
John Yoon
> University of Waterloo | Computer Science 3B Co-op
#
Features
_*Features are still in development phase, please check out our [wiki](https://github.com/fedele7008/MNIST_DNN/wiki) for more detail.*_
#
Install
_*Product is still in development phase, please check out our [wiki](https://github.com/fedele7008/MNIST_DNN/wiki) for more detail.*_
#
Usage
_*Product is still in development phase, please check out our [wiki](https://github.com/fedele7008/MNIST_DNN/wiki) for more detail.*_
#
Credits
Special thanks
* [Daniel Lee](https://github.com/iproudyou)
The project uses following packages:
* numpy
* pandas
* matplotlib
* flask
#
License
[](LICENSE)
#
Donate