Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a1exxd0/pythonconvolutional


https://github.com/a1exxd0/pythonconvolutional

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# PythonConvolutionalMNIST

- [X] Download MNIST dataset
- [X] separate training and test images
- [X] create convolutional network
- [X] add more layers
- [ ] implement GPU usage

Implements 2 convolutional layers with ReLU activation, followed by a linear layer, dropout layer, and another linear layer. Finishes with a softmax activation function.