Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 397 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 397 Bytes

deep_learn_test

Test programs for deep learning based on modules from other open source libraries. The first test consists of a program which attempts to recognize if there is a tennis racket or not. Work still in progress. I have made use of the convulution network provided by the tiny-dnn package as well as modelled my initial training code around the example given in the tiny-dnn package.