File tree
225 files changed
+125203
-2
lines changed- 01_Introduction to Deep Learning in Java- 01_Determine the right deep learning library
- 02_Determine the right network type to solve the problem
- 03_Determine the right activation function
- 04_Combat overfitting problems
- 05_Determine the right batch size and learning rates
- 06_Configuring Maven for DL4J
- 07_Configuring DL4J for GPU accelerated environment
- 08_Troubleshooting Installation issues
 
- 02_Data Extraction, Transform and Loading- 01_Read and Iterate through data
- 02_Perform Schema Transformation
- 03_Serializing transforms
- 04_Building transform process
- 05_Executing a transform process
- 06_Normalize data for network efficiency
- sourceCode/cookbook-app- src- main/java/com/javadeeplearningcookbook/app- executorexamples
- recordreaderexamples
 
- test/java/com/javadeeplearningcookbook/app
 
- temp
 
 
- 03_Building Deep Neural Networks for Binary classification- 01_Extracting data from CSV input
- 02_Removing anomalies from data
- 03_Applying transformation to the data
- 04_Design input layers for NN model
- 06_Design output layers for NN model
- 07_Train and evaluate NN model for CSV data
- 08_Deploy NN model and use as an API
- sourceCode- cookbookapp- src/main- java/com/javadeeplearningcookbook- api
- examples
 
- resources
 
 
- spring-dl4j- .mvn/wrapper
- src- main- java/com/springdl4j/springdl4j- controller
- service
 
- resources- static
- templates
 
 
- test/java/com/springdl4j/springdl4j
 
 
 
 
- 04_Building Convolutional Neural Networks- 01_Extract images from the disk
- 02_Create image variations for train data
- 03_Image pre-processing and design of input layers
- 05_Constructing output layers for output classification
- 06_Training images and evaluating CNN output
- 07_API Deployment options
- sourceCode- cookbookapp- src/main/java/com/javadeeplearningcookbook- api
- examples
 
 
- spring-dl4j- .mvn/wrapper
- src- main- java/com/springdl4j/springdl4j- controller
- service
 
- resources- static
- templates
 
 
- test/java/com/springdl4j/springdl4j
 
 
 
 
- 05_Implementing NLP- 01_Read and load text data
- 02_Tokenize data and Train the model
- 03_Evaluate the model
- 04_Visualize the model
- 05_Save and reload model
- 06_Import Google news vectors
- 07_Troubleshooting and Tuning Word2Vec models
- 08_Using word2vec for sentence classification using convolutional neural network
- 09_Using Doc2Vec for document classification
- sourceCode/cookbookapp- src/main- java/com/javadeeplearningcookbook/examples
- resources- files
- label- finance
- health
- science
 
- unlabeled- document1
- document2
 
 
 
 
 
- 06_Constructing LTSM Network for time series- 01_Extract and read clinical data
- 02_Load and transform data
- 03_Constructing input layers for the network
- 04_Constructing output layers for the network
- 05_Train time series data
- 06_Evaluate the LSTM network efficiency
- sourceCode/cookbookapp-lstm-time-series- src/main/java
 
 
- 07_Constructing LTSM Neural network for sequence classification- 01_Extract time series data
- 02_Load the training data
- 03_Normalize training data
- 04_Constructing input layers for the network
- 05_Constructing output layers for the network
- 06_Evaluate LSTM network for classified output
- sourceCode/cookbookapp- src/main/java
 
 
- 08_Performing Anomaly detection on unsupervised data- 01_Extract and prepare MNIST data
- 02_Constructing LSTM layers for input
- 03_Constructing output layers
- 04_Train with MNIST images
- 05_Evaluate and sort the results based on anomaly score
- 06_Save the resultant model
- sourceCode/cookbook-app- src/main/java
 
 
- 09_Using RL4J for Reinforcement learning- 01_Setting up environment and dependencies
- 02_Setting up data requirements
- 03_Constructing Action-Reward feedback loop for the agent
- 04_Visualize training and monitor agent’s progress using webapp-rl4j
 
- 10_Developing applications in distributed environment- 01_Setup DL4J and required dependencies
- 02_Creating uber-Jar for training
- 03_Configuring to use CPU-GPU for training
- 04_Memory settings and Garbage collection for Spark
- 05_Configuring Encoding thresholds
- 06_Performing Distributed Test set Evaluation
- 07_Saving and loading trained neural network models
- 08_Performing Distributed Evaluation
 
- 11_Applying Transfer Learning to network models- 01_Modify an existing customer retention model
- 02_Fine-tune learning configuration
- 03_Implementing frozen layers
- 04_Import and load Keras models and layers
- sourceCode/cookbookapp- src/main- java
- resources
 
 
 
- 12_Benchmarking and Neural Network Optimization- 01_General Guidelines
- 02_DL4J-ND4J specific configuration
- 03_Setting up heap space and garbage collection
- 04_Using Asynchronous ETL
- 05_Using Arbiter to monitor neural network behavior
- 06_Perform hyperparameter tuning
 
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
225 files changed
+125203
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
|  | 22 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |

0 commit comments