Uncategorized
Regression With Neural Networks
Keras is an api used for running high level neural networks. To predict continuous data such as angles and distances you can include a regression layer at the end of the network. Figure 1 From A Fast Progressive Local Learning Regression Neural networks typically use a logistic activation funct…