- Notifications
You must be signed in to change notification settings - Fork43
Code for Java Deep Learning Cookbook
License
rahul-raj/Java-Deep-Learning-Cookbook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a code repository for the upcoming book "Java Deep Learning cookbook" sponsored by Packt Publishing. We use and promotedeeplearning4j library for all use-cases in this book.Officialdeeplearning4j version targeted in this cookbook is1.0.0-beta3. For the same reason, some of the methods or approaches discussed in this cookbook may get deprecated in their newer versions. So, be sure to refer their latestAPI documentation. You may use newer versions that has bug fixes and new features.
Update
Java deep learning cookbook is released on November 8, 2019.
Each chapter will have separate source folder where all examples are stored for the particular chapter. For example, if you want to import the code for chapter 2, navigate to the chapter directory first and then import the directorysourceCode/cookbook-app in your IDE. You should also see pom.xml located there.
- Navigate to the sourceCode root directory.
- Open as a Maven project and compile.
mvn clean install
If you face issues with Intellij being not able to detect dependencies or any workspace issues,try running the below command:
mvn idea:idea
Deleteworkspace.xml under.idea directory if problem persists.
- Introduction to Deep Learning in Java
- Data Extraction, Transform and Loading
- Building Deep Neural Networks for Binary classification
- Building Convolutional Neural Networks
- Implementing NLP
- Constructing LTSM Network for time series
- Constructing LTSM Neural network for sequence classification
- Performing Anomaly detection on unsupervised data
- Using RL4J for Reinforcement learning
- Developing applications in distributed environment
- Applying Transfer Learning to network models
- Benchmarking and Neural Network Optimization
About
Code for Java Deep Learning Cookbook
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.