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

Image designed in photoshop representing a neural network and brain. The open source image can be found for free on Pixabay
Source: Pixabay

Member-only story

Machine Learning, Scholarly, Tutorial

Building Neural Networks with Python Code and Math in Detail — II

The second part of our tutorial on neural networks from scratch. From the math behind them to step-by-step implementation case studies in Python. Launch the samples on Google Colab.

Towards AI Editorial Team
Towards AI
Published in
22 min readJun 30, 2020

--

Last updated January 7, 2021

Pratik Shukla, Roberto Iriondo

In the first part of our , we explained the basic concepts about neural networks, from the math behind them to implementing neural networks in Python without any hidden layers. We showed how to make satisfactory predictions even in case scenarios where we did not use any hidden layers. However, there are several limitations to single-layer neural networks.

In this tutorial, we will dive in-depth into the limitations and advantages of using neural networks in . We will show how to implement neural nets…

--

--

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 (1)

Write a response