psemek/libs/ml/include/psemek/ml/neural_net
2022-01-23 19:37:42 +03:00
..
activation.hpp Add identity activation function to ml 2022-01-23 19:36:38 +03:00
error.hpp Move neural net errors to a separate file 2022-01-20 20:07:36 +03:00
evaluator.hpp Add some empty lines 2022-01-21 12:11:14 +03:00
learner.hpp Support retrieving nn gradient wrt inputs in backpropagation & add tests 2022-01-23 19:37:42 +03:00
loss.hpp Add an utility function to compute l2 loss in ml 2022-01-21 12:11:38 +03:00
neural_net.hpp Move neural net errors to a separate file 2022-01-20 20:07:36 +03:00
randomize.hpp Add neural net random initialization 2022-01-20 14:16:54 +03:00