illustration for Fully Connected Neural Networks with Keras

Fully Connected Neural Networks with Keras

Instructor

Chris Achard
38m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
159
people completed
Bookmark
Download
RSS

Neural networks, with Keras, bring powerful machine learning to Python applications. They can answer questions like “How much traffic will hit my website tonight?” or answer classification questions like “Will this customer buy our product?” or “Will the stock price go up or down tomorrow?”

In this course, we’ll build a fully connected neural network with Keras. This is the most basic type of neural network you can create, but it’s powerful in application and can jumpstart your exploration of other frameworks.

We’ll start the course by creating the primary network. Then we’ll:

  • build and configure the network, then evaluate and test the accuracy of each
  • save the model and learn how to load it and use it to make predictions in the future
  • expose the model as part of a tiny web application that can be used to make predictions

You don’t need to know a lot of Python for this course, but some basic Python knowledge will be helpful. Enjoy!

Learner Reviews

  • Josh
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Amazing course! I watched just out of curiosity with no future use-cases in mind, though I feel your course gives enough example material and explanation to start applying Keras straight away. Thank you :)

  • Eric Laursen
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    How will you use what you learned from this course?

    Egghead doesn't have much between intro-to-python and here :/ This seems particularly more complex than an intro to python, so the jump from 'know nothing about keras' to 'competent' feels a little much

  • Angelo Varlotta
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    I've just started with AI. I'm reading Deep Learning with Python and few other books and this course was a good introduction to keras grammar and basic concepts. Next course I'd like to follow on egghead is about tensorflowjs :)

  • Alplob
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Thanks a lot for this course, that is a very good one, extremely useful and practical. I am looking forward a follow-up course about Keras :-)

  • Rene
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    very good course for starting with keras/tensorflow.

  • Eliezer Steinbock
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Simple and explained the basics of tensor flow. Can be heard to understand from other tutorials. Now I just want more of it!

Course Content

38m • 19 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.