Tagged Questions
2
votes
1answer
419 views
Python: Academic implementation of artificial neural network
With some free time, I decided to study artificial neural networks as an academic exercise (not homework). Over the course of my studies, I decided to write a Python application that would allow me to ...