A Neural Network customization tool
Project description
pycustomnets
This is a little project that I've been working on for a while with the primary goal of gaining a more in depth understanding of deep learning and honing various skills
This is meant to be my version of tensorflow and while its definitely not as good as tensorflow for now, It does have same basic functions.
This project is also a package which can be downloaded through pip (It doesn't work yet, will be fixed soon maybe)
Activation functions
- Leaky Relu ("lrelu")
- Relu ("relu")
- Sigmoid ("sigmoid")
- Softmax ("softmax" but this is not yet implemented in the class)
Error Functions
- Mean Squared Error (cannot be modified for now)
Optimization algorithms
- Stochastic Gradient Descent ("sgd")
- ADAM ("adam")
In the future, I hope to implement Softmax properly, add Cross Entropy and Categorical Cross Entropy, add Reinforcement Learning algorithms and other stuff. I will also be removing the example code from the def file.
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 pycustomnets-0.0.3.tar.gz.
File metadata
- Download URL: pycustomnets-0.0.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d5b4358289b97e0bae2e9ab975986a49723042b38c2ff984c5b33a9c9a9eba9
|
|
| MD5 |
f39e098d2d0ea4a7e5ce83fb1c8664d1
|
|
| BLAKE2b-256 |
424567e12968ca795a73237154488aa8ee7dcb39e51aaebd8bb92c509d514900
|
File details
Details for the file pycustomnets-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pycustomnets-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a44455291abfcfd6375de17a2e4a670d1b76ca4758b7d0ef892cd7ead8a44a0
|
|
| MD5 |
690e6e6afdbf0d017c880c4b9f2cb1c8
|
|
| BLAKE2b-256 |
dee8c54fa1be4901d9e9690eba59b25daa1785b6c1b4c7fe9a9ef3e5ce5d40ad
|