You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update enhances CNN-FS (Convolutional Neural Network From Scratch) by adding real-time training visualization for accuracy and loss per epoch using Matplotlib — making it easier to monitor model performance while training.
🚀 Key Features
✅ Fully functional CNN implementation from scratch
🧠 Manual convolution, max pooling, and ReLU activations
🔁 Forward and backward propagation with mini-batch gradient descent
🏷 Multi-class classification via softmax and cross-entropy loss
💾 Model save/load using pickle
🖼 RGB image preprocessing with customizable filters
🔍 Predict function to classify new unseen images
📊 New: Real-time training visualization (accuracy & loss per epoch) in train_model(visualize=True)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
📦 Release:
v0.1.1 – Training Visualization AddedThis update enhances CNN-FS (Convolutional Neural Network From Scratch) by adding real-time training visualization for accuracy and loss per epoch using Matplotlib — making it easier to monitor model performance while training.
🚀 Key Features
pickletrain_model(visualize=True)📌 Installation
📦 Install directly from GitHub:
🧪 How to Use
🏁 Train the model with visualization:
🔍 Predict an image:
🗂 Included Filters
CNN-FS uses a set of basic filters for feature extraction:
🧾 Changelog
v0.1.1
train_model(visualize=True).v0.1.0
💬 Feedback & Contributions
We welcome issues, suggestions, and contributions!
Join the conversation in the [[Discussions tab](https://github.com/77AXEL/CNN-FS/discussions)]\([https://github.com/77AXEL/CNN-FS/discussions](https://github.com/77AXEL/CNN-FS/discussions)) or check the [[CONTRIBUTING.md](https://github.com/77AXEL/CNN-FS/?tab=coc-ov-file)]\(./CONTRIBUTING.md) guide.
🛡 Security
Found a security issue? Please report it privately to:
📧 [[a.x.e.l777444000@gmail.com](mailto:a.x.e.l777444000@gmail.com)]
📜 License
Released under the [[MIT License](./LICENSE)](./LICENSE)
This discussion was created from the release v0.1.1.
Beta Was this translation helpful? Give feedback.
All reactions