SitePoint
  • Blog
  • Forum
  • Library
  • Login
Join Premium
  1. Details
  2. Creator
  3. Content
  4. Reviews
  5. FAQ
A Beginner’s Guide to Deep Learning With Keras Cover

A Beginner’s Guide to Deep Learning With Keras

Created by

Shaumik Daityari

Published by

SitePoint

Last Updated

20 July 2021

Details

With all the buzz about deep learning and artificial neural networks, haven’t you always wanted to create one for yourself? In this book, we’ll create models to carry out two tasks. The first will recognize handwritten digits, while the second will carry out facial recognition.

Description

An artificial neural network is a mathematical model that converts a set of inputs to a set of outputs through a number of hidden layers. An ANN works with hidden layers, each of which is a transient form associated with a probability. In a typical neural network, each node of a layer takes all nodes of the previous layer as input. A model may have one or more hidden layers.

ANNs receive an input layer to transform it through hidden layers. An ANN is initialized by assigning random weights and biases to each node of the hidden layers. As the training data is fed into the model, it modifies these weights and biases using the errors generated at each step. Hence, our model "learns" the pattern when going through the training data.

Over the last decade, the use of artificial neural networks (ANNs) has increased considerably. People have used ANNs in medical diagnoses, to predict Bitcoin prices, and to create fake Obama videos! With all the buzz about deep learning and artificial neural networks, haven’t you always wanted to create one for yourself? In this book, we’ll create models to carry out two tasks. The first will recognize handwritten digits, while the sceond will carry out facial recognition.

We’ll use the Keras library in this tutorial. Keras is a popular open-source deep learbing framework that provides a Python interface for artificial neural networks, and acts as an interface for the TensorFlow library.

Creator

Shaumik Daityari avatar

Shaumik Daityari

Shaumik is an optimist, but one who carries an umbrella. He is currently pursuing his MBA at IIM Lucknow, after completing his M.Tech at IIT Roorkee. A co-founder of The Blog Bowl, he loves writing.
Shaumik Daityari avatar

Content

1
Preview
2

Reviews

Log in to write a review!

Frequently Asked Questions

A Beginner’s Guide to Deep Learning With Keras Cover

A Beginner’s Guide to Deep Learning With Keras

  • Unlimited access to this title and 600+ others in our library

  • New titles added frequently

  • Cancel anytime

Stuff we do

  • Premium
  • Newsletters
  • Forums

About

  • Our Story
  • Terms of use
  • Privacy Policy
  • Corporate Memberships

Contact

  • Contact us
  • FAQ
  • Publish your book with us
  • Write an article for us
  • Advertise

Connect

© 2000 – 2024 SitePoint Pty. Ltd.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.