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 is the first official release of CNN-FS (Convolutional Neural Network From Scratch) — a lightweight and educational CNN built using only NumPy, SciPy, and Pillow, with zero reliance on machine learning frameworks.
🚀 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
📌 Installation
🔧 Clone and install locally:
git clone https://github.com/77AXEL/CNN-FS.git
cd CNN-FS
pip install -e .
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.0 – Initial Working VersionThis is the first official release of CNN-FS (Convolutional Neural Network From Scratch) — a lightweight and educational CNN built using only NumPy, SciPy, and Pillow, with zero reliance on machine learning frameworks.
🚀 Key Features
pickle📌 Installation
🔧 Clone and install locally:
📦 Or install directly from GitHub:
🧪 How to Use
🏁 Train the model:
🔍 Predict an image:
🗂 Included Filters
CNN-FS uses a set of basic filters for feature extraction:
🧾 Changelog
Initial versionwith full training and prediction pipeline💬 Feedback & Contributions
We welcome issues, suggestions, and contributions!
Join the conversation in the [Discussions tab](https://github.com/77AXEL/CNN-FS/discussions) or check the [CONTRIBUTING.md](./CONTRIBUTING.md) guide.
🛡 Security
Found a security issue? Please report it privately to:
📧 [galaxysea777@gmail.com](mailto:galaxysea777@gmail.com)
📜 License
Released under the [MIT License](./LICENSE)
This discussion was created from the release Stable version.
Beta Was this translation helpful? Give feedback.
All reactions