NNKit: A Python framework for creating dynamic neural networks.
Project description
NNKit: A Python framework for creating dynamic neural networks
NNKit is a framework for creating and training neural network models, based on dynamic computation graphs. See this post for more info on how the framework works.
Dependencies:
Installation:
You can pip install nnkit, in which case Numpy will also be installed. Otherwise you can download the source and manually install numpy if necessary.
Modules:
The following is a list of modules, nodes and optimizers, along with the framework version in which they were added.
activation:
ReLU (1.0)
LReLU (1.0)
Sigmoid (1.0)
Tanh (1.0)
Softmax (1.0)
arithmetic:
Multiply (1.0)
Add (1.0)
loss:
L1 (1.0)
L2 (1.0)
Cross Entropy (1.0)
Huber (1.4.0)
normalization:
Batch Normalization (1.0)
regularization:
L2 (1.0)
Dropout (1.0)
optimization:
Gradient descent / momentum (1.0)
Adam / RMSProp (1.0)
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
File details
Details for the file nnkit-1.4.2.tar.gz.
File metadata
- Download URL: nnkit-1.4.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3919b2e5419c619b2ce1968c89cd822be831ad1fc391e39b1591f3a9847175d1
|
|
| MD5 |
1535075d9a57f9d7bc9e766833d8e3fc
|
|
| BLAKE2b-256 |
638a4e5235654d2eb10eab37e03f5fe22b7b62da64a7a835c11ce92cd9029223
|