Numpy powered neural network library
Project description
sinnn
Sohiab Imran's Numpy Neural Network.
sinnn is a numpy powered low code neural network library.
Work in progress 🔨 . To do:
- Add Regularisation
- Add more Initialisers
- Add more Optimisers
Installation
pip install sinnn
Requirements: Numpy
Features
Support for a limited number of features is available as the library is still new.
Supported features are:
Layers: Dense, ReLU
Initialisers: Zeros, SmallRandom
Losses: MSE, CrossEntropy
Metrics: loss, accuracy
Optimisers: SGD, Momentum, AdaGrad
utils: sigmoid, softmax, one_hot, batches, save_model, load_model
Examples
Please refer to the examples directory for example deep learning problems solved using sinnn.
Project details
Release history Release notifications | RSS feed
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 sinnn-0.0.1.tar.gz.
File metadata
- Download URL: sinnn-0.0.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0f17dd782f35bf7a9c647c3bf135d69acfb7f41643c6424ad13143819438c7b
|
|
| MD5 |
6adf075d11181d325540e39488d8552b
|
|
| BLAKE2b-256 |
2486b52daf7f0f28136215cdac25c08d479f91f053d444af817022a31f1f8462
|
File details
Details for the file sinnn-0.0.1-py3-none-any.whl.
File metadata
- Download URL: sinnn-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e9e469005c566b01dd20d68af65ee4bfb725976e0acf87491e65e7d81a1b1e
|
|
| MD5 |
216e8230b7d85b3870ef8450c4383b85
|
|
| BLAKE2b-256 |
df42c1c44e6c9dc9b3d03834724243a08327684afeb06f284ffe2276ed789927
|