A very basic NN framework
Project description
1. Dense Module This module contain the parameters initialization, layer forward propogation, layer backward propogation and also parameters update. 2. Viz Module this module contain all vizualization technique used inside our framework, All built with matplotlib 3. Saver module This module save the model parameters to be used for predection. The model is built upon pickle implementation for save and restoring model 4. Metrics module This module contains all the accuracy Metrics that are used to evaluate the model, include but not limited to absolute_metrics, F1_score 5. Preprocessing module This module contain all data preprocessing from reading and cutting the data into the required ratios.
Mainly the input data is divided into test data and training data
6. Loss module this module contain all the implemented loss functions include but not limited to multiclass loss 7. Actvfn module This module contain all activation functions implemented for our model and also their derivatves. 8. Live animation This module is for live plotting of both training loass and accuracy, Saved as a gif.
change log
0.0.1(24/01/2021)
First Release
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 Terminatetensorflow-0.0.8.tar.gz.
File metadata
- Download URL: Terminatetensorflow-0.0.8.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892103bb931425f59062107fa74dceefb501cea82fc7e0a1c61037681937a25d
|
|
| MD5 |
788617aeabfa3e6b77cac013c3c06dd6
|
|
| BLAKE2b-256 |
81fb59a4db8fd99db9e123a91c2168566d9fcdc2bb81e6c2b84f7cbb61c50967
|
File details
Details for the file Terminatetensorflow-0.0.8-py3-none-any.whl.
File metadata
- Download URL: Terminatetensorflow-0.0.8-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e6a6a026b3f4022945946147e7d663973f3ae76aa3482ad1ab374d58b5f535
|
|
| MD5 |
73e064253ab0ca0515a9b5da9c206f46
|
|
| BLAKE2b-256 |
b0306ab29ed3c44de2071e3d77dc35092fad91ccbd8bfa2072d2d7be54960e5a
|