Top "Feed-forward" questions

Implementing a Neural Network in Java: Training and Backpropagation issues

I'm trying to implement a feed-forward neural network in Java. I've created three classes NNeuron, NLayer and NNetwork. The "simple" …

java neural-network backpropagation feed-forward
Training feedforward neural network for OCR

Currently I'm learning about neural networks and I'm trying to create an application that can be trained to recognize handwritten …

artificial-intelligence neural-network ocr backpropagation feed-forward
Tensorflow error: Failed to convert object of type <class 'dict'> to Tensor

I am trying to code a neural network which can recognize handwritten digits. I am using the MNIST dataset and …

tensorflow machine-learning neural-network deep-learning feed-forward