#research
Read more stories on Hashnode
Articles with this tag
The purpose of an activation layer is to add some non-linearity to the network. This allows expressing much more complex tasks with our networks. But...
I wanted to try implementing previous work nn + polynomial solvers against a larger problem, in this case MNIST. For anyone hopping in here, I'm...
In the previous attempt, a polynomial based neural network was setup and we had some inconsistent results coming back. My assumption at that point was...
This approach doesn't seem to produce good results. The idea is to create a neural network completely from polynomials (doesn't really require much),...