NitinN77 / tachnet

Deep-learning library written in C for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 97.0%Language:Python 3.0%