The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
324 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 ...