Skip to content

afflictixn/Shallow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Shallow - Deep Learning Framework

Shallow is a deep learning framework originally established in Krakow, Poland.

Dependencies

Almost all necessary dependencies for Shallow will be downloaded by Maven using pom.xml file.

Please ensure that there is no module-info file in your cloned repository, as the library Nd4j is not compatible with module-info files.

JavaFX SDK

Make sure you have one of the newest versions of JavaFX SDK installed. The application works well with javafx-sdk-20.0.1, which can be downloaded, for instance, from here.

The JavaFX SDK library is used to import runtime dependencies of JavaFX, such as modules javafx.controls, javafx.fxml, and javafx.web, into the StartApplication. Follow the steps below to configure the run options:

  1. Edit the run configuration of StartApplication.
  2. Set the VM options to the following:
--module-path "${path_to_your_javafx_sdk}\javafx-sdk-20.0.1\lib" --add-modules javafx.controls,javafx.fxml,javafx.web

Remarks

Datasets from application are automatically loaded to your machine into folder .deeplearning4j, Cifar10 dataset may take couple of minutes to be downloaded depending on your internet speed. Cifar10 dataset is much longer to train than MNIST, so take it into account. Moreover, canvas mode in evaluation only makes sense for MNIST dataset rather than Cifar10.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •