https://github.com/sivakiran7/pytorch_deeplearning
https://github.com/sivakiran7/pytorch_deeplearning
cnn-classification python pytorch scikit-learn training-data
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sivakiran7/pytorch_deeplearning
- Owner: sivakiran7
- License: gpl-3.0
- Created: 2025-08-25T15:26:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T09:24:41.000Z (10 months ago)
- Last Synced: 2025-08-27T18:37:23.430Z (10 months ago)
- Topics: cnn-classification, python, pytorch, scikit-learn, training-data
- Language: Jupyter Notebook
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Building a CNN Architecture for classification of images
`Data set`:https://www.kaggle.com/datasets/andrewmvd/animal-faces
## Neural NetWorks Play ground
https://playground.tensorflow.org/#activation=relu&batchSize=10&dataset=spiral®Dataset=reg-plane&learningRate=0.03®ularizationRate=0&noise=0&networkShape=3,2&seed=0.44280&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=regression&initZero=false&hideText=false
## CNN Play ground
https://poloclub.github.io/cnn-explainer/