Skip to content

NitinN77/tachnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachnet

NO LONGER BEING WORKED ON.

Initializing a neural network with given layer shapes

Equivalent to

Dense(input_shape = 3, output_shape = 5, activation="tanh"),

Dense(input_shape = 5, output_shape = 1, activation="tanh")

Training for 100 epochs with a learning rate of 0.1

Predictions for the train set ( y_train = [1,0,1] )

About

Deep-learning library written in C for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published