Automated Deep Learning toolkit with ready-to-run experiments for Jupyter/Colab.
Project description
sumit403
Automated Deep Learning toolkit with ready-to-run experiments for Jupyter / Google Colab.
Install
pip install sumit403
Usage
import sumit403
# Inject experiment code into a Jupyter / Colab cell
sumit403.p1() # Feed Forward Neural Network (MNIST)
sumit403.p2() # XOR via perceptron
sumit403.p3() # Image classification stages
sumit403.p4() # Simple CNN (PyTorch)
sumit403.p5() # Sentiment Analysis with RNN
sumit403.p6() # LSTM Auto-encoder
sumit403.p7() # GAN image generation
sumit403.p8() # Word Embeddings + PCA
sumit403.p9() # CIFAR-10 CNN with Data Augmentation (NEW in 0.6)
Each call auto-detects missing libraries, installs them, and injects the experiment code into the next cell so you can run it immediately.
Changelog
- 0.6 — Added
p9: CIFAR-10 CNN with data augmentation. - 0.5 and earlier —
p1throughp8.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sumit403-0.6.tar.gz.
File metadata
- Download URL: sumit403-0.6.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
572d7001ab359ce2a0a6bf41237adeb69e010d5dfdae603a85c03d5aa670777c
|
|
| MD5 |
d36371d6e4b03471e2af424be68fc03e
|
|
| BLAKE2b-256 |
4504f53ee4f8c5a5e8a589b7070536e44bc0b1b329a87646e666667da74a2fd9
|
File details
Details for the file sumit403-0.6-py3-none-any.whl.
File metadata
- Download URL: sumit403-0.6-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8140406b244de139a1a3241d97f705609bd5a52613829f0e4af6615c086fa66b
|
|
| MD5 |
e083e1e16f42a5d38e43a411cc60e11b
|
|
| BLAKE2b-256 |
fffc92e97593a013ebe4e6b536ed6166cdea6bdf77b776526150ecf4ff32a1bd
|