DeepLearning4J for Image Recognition Training Course

Duration

21 hours (usually 3 days including breaks)

Requirements

  • Java

Overview

Deeplearning4j is an Open-Source Deep-Learning Software for Java and Scala on Hadoop and Spark.

Audience

This course is meant for engineers and developers seeking to utilize DeepLearning4J in their image recognition projects.

Course Outline

Getting Started

  • Quickstart: Running Examples and DL4J in Your Projects
  • Comprehensive Setup Guide

Convolutional Neural Networks 

  • Convolutional Net Introduction
  • Images Are 4-D Tensors?
  • ConvNet Definition
  • How Convolutional Nets Work
  • Maxpooling/Downsampling
  • DL4J Code Sample
  • Other Resources

Datasets

  • Datasets and Machine Learning
  • Custom Datasets
  • CSV Data Uploads

Scaleout

  • Iterative Reduce Defined
  • Multiprocessor / Clustering
  • Running Worker Nodes

Advanced DL2J

  • Build Locally From Master
  • Use the Maven Build Tool
  • Vectorize Data With Canova
  • Build a Data Pipeline
  • Run Benchmarks
  • Configure DL4J in Ivy, Gradle, SBT etc
  • Find a DL4J Class or Method
  • Save and Load Models
  • Interpret Neural Net Output
  • Visualize Data with t-SNE
  • Swap CPUs for GPUs
  • Customize an Image Pipeline
  • Perform Regression With Neural Nets
  • Troubleshoot Training & Select Network Hyperparameters
  • Visualize, Monitor and Debug Network Learning
  • Speed Up Spark With Native Binaries
  • Build a Recommendation Engine With DL4J
  • Use Recurrent Networks in DL4J
  • Build Complex Network Architectures with Computation Graph
  • Train Networks using Early Stopping
  • Download Snapshots With Maven
  • Customize a Loss Function

Mastering Deeplearning4j Training Course

Duration

21 hours (usually 3 days including breaks)

Requirements

Knowledge in the following:

  • Java

Overview

Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J is designed to be used in business environments on distributed GPUs and CPUs.

Audience

This course is directed at engineers and developers seeking to utilize Deeplearning4j in their projects.

After this course delegates will be able to:

Course Outline

Getting Started

  • Quickstart: Running Examples and DL4J in Your Projects
  • Comprehensive Setup Guide

Introduction to Neural Networks

  • Restricted Boltzmann Machines
  • Convolutional Nets (ConvNets)
  • Long Short-Term Memory Units (LSTMs)
  • Denoising Autoencoders
  • Recurrent Nets and LSTMs

Multilayer Neural Nets

  • Deep-Belief Network
  • Deep AutoEncoder
  • Stacked Denoising Autoencoders

Tutorials

  • Using Recurrent Nets in DL4J
  • MNIST DBN Tutorial
  • Iris Flower Tutorial
  • Canova: Vectorization Lib for ML Tools
  • Neural Net Updaters: SGD, Adam, Adagrad, Adadelta, RMSProp

Datasets

  • Datasets and Machine Learning
  • Custom Datasets
  • CSV Data Uploads

Scaleout

  • Iterative Reduce Defined
  • Multiprocessor / Clustering
  • Running Worker Nodes

Text

  • DL4J’s NLP Framework
  • Word2vec for Java and Scala
  • Textual Analysis and DL
  • Bag of Words
  • Sentence and Document Segmentation
  • Tokenization
  • Vocab Cache

Advanced DL2J

  • Build Locally From Master
  • Contribute to DL4J (Developer Guide)
  • Choose a Neural Net
  • Use the Maven Build Tool
  • Vectorize Data With Canova
  • Build a Data Pipeline
  • Run Benchmarks
  • Configure DL4J in Ivy, Gradle, SBT etc
  • Find a DL4J Class or Method
  • Save and Load Models
  • Interpret Neural Net Output
  • Visualize Data with t-SNE
  • Swap CPUs for GPUs
  • Customize an Image Pipeline
  • Perform Regression With Neural Nets
  • Troubleshoot Training & Select Network Hyperparameters
  • Visualize, Monitor and Debug Network Learning
  • Speed Up Spark With Native Binaries
  • Build a Recommendation Engine With DL4J
  • Use Recurrent Networks in DL4J
  • Build Complex Network Architectures with Computation Graph
  • Train Networks using Early Stopping
  • Download Snapshots With Maven
  • Customize a Loss Function

NLP with Deeplearning4j Training Course

Duration

14 hours (usually 2 days including breaks)

Requirements

Knowledge of Deep Learning, and one of the following languages:

  • Java
  • Scala

and the following software:

  • Java (developer version) 1.7 or later (Only 64-Bit versions supported)
  • Apache Maven
  • IntelliJ IDEA or Eclipse
  • Git

Overview

Deeplearning4j is an open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J is designed to be used in business environments on distributed GPUs and CPUs.

Word2Vec is a method of computing vector representations of words introduced by a team of researchers at Google led by Tomas Mikolov.

Audience

This course is directed at researchers, engineers and developers seeking to utilize Deeplearning4J to construct Word2Vec models.

Course Outline

Getting Started

  • DL4J Examples in a Few Easy Steps
  • Using DL4J In Your Own Projects: Configuring the POM.xml File

Word2Vec

  • Introduction
  • Neural Word Embeddings
  • Amusing Word2vec Results
  • the Code
  • Anatomy of Word2Vec
  • Setup, Load and Train
  • A Code Example
  • Troubleshooting & Tuning Word2Vec
  • Word2vec Use Cases
  • Foreign Languages
  • GloVe (Global Vectors) & Doc2Vec