Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Artificial Intelligence II - Hands-On Neural Networks (Java)
Rating: 4.4 out of 5(518 ratings)
5,460 students
Created byHolczer Balazs
Last updated 12/2024
English

What you'll learn

  • Basics of neural networks
  • Hopfield networks
  • Concrete implementation of neural networks
  • Backpropagation
  • Optical character recognition

Course content

10 sections41 lectures3h 38m total length
  • Introduction1:47

    Explore hands-on neural networks in Java, from associative memory and matrix operations to backpropagation, gradient descent, activation and loss functions, with iris and optical character recognition examples.

Requirements

  • Basic Java

Description

This course is about artificial neural networks. Artificial intelligence and machine learning are getting more and more popular nowadays. In the beginning, other techniques such as Support Vector Machines outperformed neural networks, but in the 21th century neural networks again gain popularity. In spite of the slow training procedure, neural networks can be very powerful. Applications ranges from regression problems to optical character recognition and face detection.

Section 1:

  • what are neural networks

  • modeling the human brain

  • the big picture

Section 2:

  • what is back-propagation

  • feedforward neural networks

  • optimizing the cost function

  • error calculation

  • backpropagation and gradient descent

Section 3:

  • the single perceptron model

  • solving linear classification problems

  • logical operators (AND and XOR operation)

Section 4:

  • applications of neural networks

  • clustering

  • classification (Iris-dataset)

  • optical character recognition (OCR)

  • smile-detector application from scratch

In the first part of the course you will learn about the theoretical background of neural networks, later you will learn how to implement them.

If you are keen on learning methods, let's get started!

In the first part of the course you will learn about the theoretical background of neural networks, later you will learn how to implement them.

If you are keen on learning methods, let's get started!

Who this course is for:

  • This course is recommended for students who are interested in artificial intelligence focusing on neural networks