Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Artificial Intelligence III - Deep Learning in Java
Rating: 4.4 out of 5(262 ratings)
3,922 students

Artificial Intelligence III - Deep Learning in Java

Deep Learning Fundamentals, Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) + LSTM, GRUs
Created byHolczer Balazs
Last updated 12/2024
English

What you'll learn

  • Understands deep learning fundamentals
  • Understand convolutional neural networks (CNNs)
  • Implement convolutional neural networks with DL4J library in Java
  • Understand recurrent neural networks (RNNs)
  • Understand the word2vec approach

Course content

17 sections81 lectures8h 7m total length
  • Introduction1:59

    Explore artificial intelligence basics and deep learning in Java, covering neural networks, convolutional nets, recurrent nets including lstm and gru, and practical setup with eclipse, maven, and github.

Requirements

  • Some math (derivatives and matrix operations)
  • Java basics (classes, objects etc.)

Description

This course is about deep learning fundamentals and convolutional neural networks. Convolutional neural networks are one of the most successful deep learning approaches: self-driving cars rely heavily on this algorithm. First you will learn about densly connected neural networks and its problems. The next chapter are about convolutional neural networks: theory as well as implementation in Java with the deeplearning4j library. The last chapters are about recurrent neural networks and the applications - natural language processing and sentiment analysis!

So you'll learn about the following topics:

Section #1:

  • multi-layer neural networks and deep learning theory

  • activtion functions (ReLU and many more)

  • deep neural networks implementation

  • how to use deeplearning4j (DL4J)

Section #2:

  • convolutional neural networks (CNNs) theory and implementation

  • what are kernels (feature detectors)?

  • pooling layers and flattening layers

  • using convolutional neural networks (CNNs) for optical character recognition (OCR)

  • using convolutional neural networks (CNNs) for smile detection

  • emoji detector application from scratch

Section #3:

  • recurrent neural networks (RNNs) theory

  • using recurrent neural netoworks (RNNs) for natural language processing (NLP)

  • using recurrent neural networks (RNNs) for sentiment analysis

These are the topics we'll consider on a one by one basis.

You will get lifetime access to over 40+ lectures!

This course comes with a 30 day money back guarantee! If you are not satisfied in any way, you'll get your money back. Let's get started!

Who this course is for:

  • Anyone who wants to understand deep learning, convolutional neural networks and recurrent neural networks in Java