Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 516 Bytes

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] )