The question is strange, but still.
Are there any neural network libraries for python to not bother with math? Roughly speaking, that was the principle of "input and output" with the possibility of training
The question is strange, but still.
Are there any neural network libraries for python to not bother with math? Roughly speaking, that was the principle of "input and output" with the possibility of training
It's not very clear what it means to “not bother with math”, but there is a good PyBrain library. https://habrahabr.ru/post/148407/
Here you are https://github.com/sozykin/dlpython_course/blob/master/computer_vision/foto_comparison/foto_verification.ipynb
Here we consider the example of photo analysis.
Source: https://ru.stackoverflow.com/questions/803445/
All Articles