Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 185 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 185 Bytes

Compile & Execution instructions

Compile (g++ version 4.8)

g++ main.cpp Net.cpp TrainingData.cpp -o main

Execution

./main

Successfully tested on Ubuntu environment