Neural network input preprocessing
- by TND
It's clear that the effectiveness of a neural network depends strongly on the format you give it to work with. You want to preprocess it into the most convenient form you can algorithmically get to, so that the neural network doesn't have to account for that itself.
I'm working on a little project that (surprise!) is going to be using neural…