Python

← Back to All Tags

A first glimpse of a Neural network: Building a Digit Classifier

Machine Learning

Keras is an easy-to-use abstraction built on top of tensorflow. Let's use Keras to build our first "hello world" of Machine Learning - The Digit Classifier

Read

Random Blog Post

Machine Learning

Unable to delete this page so leaving it up here for the time being

Read

Neural Networks From Scratch

Series

A 4-post series that provides a fundamentals-oriented approach towards understanding Neural Networks.

View Series

An Introduction to Python's Collections module

Python

Guest Post by Pankaj Kumar

An overview of 5 important container objects from the collections module.

Read