Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a1exxd0/pythonconvolutional
https://github.com/a1exxd0/pythonconvolutional
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a1exxd0/pythonconvolutional
- Owner: a1exxd0
- Created: 2023-11-23T13:39:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-24T10:30:34.000Z (about 1 year ago)
- Last Synced: 2023-11-24T14:39:26.594Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 usageImplements 2 convolutional layers with ReLU activation, followed by a linear layer, dropout layer, and another linear layer. Finishes with a softmax activation function.