Shreya Rao

AI

Implementing Neural Networks in TensorFlow (and PyTorch)

Step-by-step code guide on building a Neural Network Shreya Rao · Follow Published in Towards Data Science · 6 min read · 5 hours ago — Welcome to the practical implementation guide of our Deep Learning Illustrated series. In this series, we’ll bridge the gap between theory and application, bringing to life the neural network concepts explored in previous articles. Shreya Rao Deep Learning, Illustrated View list 5 stories Remember the simple neural network we

Read More »
AI

Deep Learning Illustrated, Part 4: Recurrent Neural Networks

An illustrated and intuitive guide on the inner workings of an RNN and the Softmax Activation Function Shreya Rao · Follow Published in Towards Data Science · 17 min read · 7 hours ago — Welcome to Part 4 of our illustrated Deep Learning journey! Today, we’re diving into Recurrent Neural Networks. We’ll be talking about concepts that will feel familiar, such as inputs, outputs, and activation functions, but with a twist. And if this

Read More »
AI

Deep Learning Illustrated, Part 3: Convolutional Neural Networks

An illustrated and intuitive guide on the inner workings of a CNN Shreya Rao · Follow Published in Towards Data Science · 14 min read · 21 hours ago — Welcome to Part 3 of our illustrated journey through Deep Learning. If you’ve missed the previous articles, definitely go back to read them. They lay the groundwork for what we’re about to dive into today.

Read More »