Giter Club home page Giter Club logo

java-deep-learning-cookbook's Introduction

Java deep learning cookbook

Java Deep Learning Cookbook

This is a code repository for the upcoming book "Java Deep Learning cookbook" sponsored by Packt Publishing. We use and promote deeplearning4j library for all use-cases in this book. Official deeplearning4j version targeted in this cookbook is 1.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 latest API documentation. You may use newer versions that has bug fixes and new features.

Update

Java deep learning cookbook is released on November 8, 2019.

Build

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 directory sourceCode/cookbook-app in your IDE. You should also see pom.xml located there.

cookbookworkspace

From Intellij IDE

  • Navigate to the sourceCode root directory.
  • Open as a Maven project and compile.

From Command Line

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

Delete workspace.xml under .idea directory if problem persists.

Table of Contents

  1. Introduction to Deep Learning in Java
  2. Data Extraction, Transform and Loading
  3. Building Deep Neural Networks for Binary classification
  4. Building Convolutional Neural Networks
  5. Implementing NLP
  6. Constructing LTSM Network for time series
  7. Constructing LTSM Neural network for sequence classification
  8. Performing Anomaly detection on unsupervised data
  9. Using RL4J for Reinforcement learning
  10. Developing applications in distributed environment
  11. Applying Transfer Learning to network models
  12. Benchmarking and Neural Network Optimization

java-deep-learning-cookbook's People

Contributors

rahul-raj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.