Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 363 Bytes

DeepJava

A deep learning library developed from scratch in Java. This library is still under construction.

Example for usage of fully connected layers can be found in fullyconnectedexample.java.

Example for usage of convolution layers can be found in convexample.java.

The files can be compiled in the correct order using

./compile.sh