Skip to content

maicaballangan/skymind-cv-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

skymind-cv-labs

Built with

  • deeplearning4j beta 5.0
  • CUDA 10.0 (Note: Optional if you are using CPU)
  • cuDNN 7.6 (Note: Optional if you are using CPU)

Getting Started

Install Java

Download Java JDK here.
(Note: Use Java 8 for full support of DL4J operations)

Check the version of Java using:

java -version

Make sure that 64-Bit version of Java is installed.

Install IntelliJ IDEA Community Edition

Download and install IntelliJ IDEA.

Install Apache Maven Optional

IntelliJ provides a default Maven that is bundled with the installer. Follow these instructions to install Apache Maven.

GPU setup Optional

Follow the instructions below if you plan to use GPU setup.

  1. Install CUDA and cuDNN
    Requirements:
    • CUDA 10.0
    • cuDNN 7.6

CUDA and cuDNN can be downloaded from here and here. Step by step installation guides can be found here.

  1. Dependencies are needed to be included into Maven project if we wish to use GPU for training. Follow the links below for instructions in details.

About

Machine Learning with Java using Deeplearning4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages