Explorations in Machine Learning: Intro to Neural Networks

Hey, everyone! In my journey to become the master of all things NLP, I’d like to begin with the beginning. This underlying foundation is referred to as Neural Networks. In the first installment of this series, I’ll dive into a bit of introduction on the concept as a whole.  What are Neural Networks? Neural networksContinue reading Explorations in Machine Learning: Intro to Neural Networks

Neural Network Code in Python 3 from Scratch

This is for the actual machine learning enthusiasts who want to know what the code for a neural network in Python looks like. In this post we’re going to build a fully connected deep neural net (DNN) from scratch in Python 3. Before we get started, I just want to say that you don’t needContinue reading “Neural Network Code in Python 3 from Scratch”