Please enable JavaScript.
Coggle requires JavaScript to display documents.
Keras (Keras (High level, only can use built-in layers, fast…
Keras
-
Supervised NN
-
-
-
-
-
predict
predict will take input and produce the output in 2D array so use [0][0] if only one input you are predicting. You also need to scal the output back.
-
-
-
-
Tensorboard with Keras
after compiling model,create logger (keras.callback.tensorboard)
log_dir,write_graph,histrogram_freq=5(means every 5 back prop the performance is noted)
-
-
-
-
-
-
-