Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Build Your Own Neural Network in Python

Posted By: yoyoloit
Build Your Own Neural Network in Python

Build Your Own Neural Network in Python
by Shantnu Tiwari

English | 2021 | ISBN: NA | 89 Pages | True PDF, EPUB, MOBI | 8.5 MB

Get started with neural networks, and write code to identify images, recognise hand written digits and more. No maths needed! What's the first thing that comes to your mind when you think of machine learning?

And you start thinking, I need a PhD in 10 different disciplines just to get started with this!

But what if machine learning wasn't so hard? What if you could build your own Neural Network from scratch, using basic Python?

Introducing Neural Networks
Neural Networks are machine learning algorithms loosely modeled on the human brain. They are great at solving complex problems like image recognition and speech processing.

Even though Neural Networks can solve complex problems, their implementation is fairly easy, and only uses high school level maths (and if even that scares you, I will cover all the maths required with examples).

To reiterate: We will be using very little maths. The focus will be on practical stuff.

What we will go over in this eBook:

1. Theory behind Neural Networks

2. A simplified intro to the maths behind neural networks

3. Back propagation, multiple layers and more

4. A complex example, like recognise handwritten digits

Bonus

Introduction to Keras
Carry out Sentiment analysis on movie reviews
Build your own image detector, recognise images like cars, ships and different animals etc