Skip to content

A simple python package for Neural Network based on numpy

Notifications You must be signed in to change notification settings

KohakuBlueleaf/BlueNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueNet

A neural network module based on numpy

=====================================

Module I used:

pickle gzip Numpy Cupy Scipy

=====================================

What can this package do?

Neural Network structure:

Dense/Conv/DeConv/Max-Pool/Avg-Pool/Flatten/BatchNorm/Dropout ResV1/ResV2/SoftmaxWithLoss/Embedding/LSTM/GRU

Activation functions:

Sigmoid/Softsign/ISRU/SQNL/Tanh/ArcTan ReLU/Leaky ReLU/Elu/GELU/ISRLU/Softplus

Optimizers:

SGD/Momentum/Nesterov/AdaGrad/RMSprop/Adam

How to install:

git clone https://github.com/KohakuBlueleaf/BlueNet.git
cd BlueNet

Linux:

python3 setup.py install

windows:

python setup.py install

About

A simple python package for Neural Network based on numpy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages