Towards AI

The leading AI community and content platform focused on making AI accessible to all. Check out our new course platform: https://academy.towardsai.net/courses/beginner-to-advanced-llm-dev

Follow publication

Source: Pixabay

Member-only story

Machine Learning, Scholarly, Tutorial

Neural Networks from Scratch with Python Code and Math in Detail— I

Towards AI Editorial Team
Towards AI
Published in
29 min readJun 20, 2020

--

Author(s): Pratik Shukla, Roberto Iriondo

Last updated December 1, 2021

Note: In our second tutorial on neural networks, we dive in-depth into the limitations and advantages of using neural networks. We show how to implement neural nets with hidden layers and how these lead to a higher accuracy rate on our predictions, along with implementation samples in Python on Google Colab.

Figure 1: Where neural networks fit in AI, machine learning, and deep learning.
Figure 1: Where neural networks fit in AI, machine learning, and deep learning.

What is a neural network?

Neural networks form the base of deep learning, which is a subfield of machine learning, where the structure of the human brain inspires the algorithms. Neural networks take input data, train themselves to recognize patterns found in the data, and then predict the output for a new set of similar data. Therefore, a neural network can be thought of as the functional unit of deep learning, which mimics the behavior of the human brain to solve complex data-driven problems.

The first thing that comes to our mind when we think of “neural networks” is biology, and indeed, neural nets are inspired by our brains.

📚 Check out our editorial recommendations on the best machine learning books. 📚

Let’s try to understand them:

--

--

Published in Towards AI

The leading AI community and content platform focused on making AI accessible to all. Check out our new course platform: https://academy.towardsai.net/courses/beginner-to-advanced-llm-dev

Written by Towards AI Editorial Team

The leading AI community & content platform making AI accessible to all. | 2.5k writers, 60k Discord, 500 k followers

Responses (17)

Write a response