A pure-Python neural network library
Project description
MyNN is a simple NumPy-centric neural network library that builds on top of MyGrad. It provides convenient wrappers for such functionality as
Convenient neural network layers (e.g. convolutional, dense, batch normalization, dropout)
Weight initialization functions (e.g. Glorot, He, uniform, normal)
Neural network activation functions (e.g. elu, glu, tanh, sigmoid)
Common loss functions (e.g. cross-entropy, KL-divergence, Huber loss)
Optimization algorithms (e.g. sgd, adadelta, adam, rmsprop)
MyNN comes complete with several examples to ramp you up to being a fluent user of the library. It was written as an extension to MyGrad for rapid prototyping of neural networks with minimal dependencies, a clean codebase with excellent documentation, and as a learning tool.
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 Distributions
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 mynn-0.9.4.tar.gz.
File metadata
- Download URL: mynn-0.9.4.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24320496cd80e5dc6558b3742dfd7f6eacd4566477eeb04cd96882638da5ab4e
|
|
| MD5 |
b9bc6baf22ea92a4a67e618c804852a1
|
|
| BLAKE2b-256 |
47f52ccca7f1d1cc720f5706bc728509d6a022cb09cd65d8be38350a8855a5d4
|
File details
Details for the file mynn-0.9.4-py3.9.egg.
File metadata
- Download URL: mynn-0.9.4-py3.9.egg
- Upload date:
- Size: 53.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c678d4c5835034bae0cea6e929f518d2091d2e037c8f277d1c1622bf9601bcbf
|
|
| MD5 |
f554a232bdc4cd6635bd37d0b1e22ac7
|
|
| BLAKE2b-256 |
336085863b85ff370b531edeb8d810a0c006f6e535b7a53519035e47a58a9136
|
File details
Details for the file mynn-0.9.4-py3-none-any.whl.
File metadata
- Download URL: mynn-0.9.4-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5f75d3ddd54686071d4b0b446952e9e8722f2aeae6fb47ed4a70e4175955762
|
|
| MD5 |
252e15b97022aff18e2f0f55d7e50b76
|
|
| BLAKE2b-256 |
1938aafa85e5aaf563cab9fc0805c86cae72f4ef48ffafdd3a52fedd995e3315
|