PCov3r / FPGA_Handwritten_digit_recognition

A Verilog implementation of a hand-written digit recognition Neural Network
5 stars 2 forks source link

How do you train the neural network? #3

Closed danmihai240 closed 1 year ago

danmihai240 commented 1 year ago

Hello, could you give an example on how to train the neural network? Or how to send raw data or even in what format?

PCov3r commented 1 year ago

Hi, the python code to train the NN has been added.