Python

← Back to All Tags

Keras for Beginners

Series

A beginner-friendly series on using Keras to build, train, and evaluate Neural Networks in Python.

View Series

Keras for Beginners: Implementing a Recurrent Neural Network

Python

A beginner-friendly guide on using Keras to implement a simple Recurrent Neural Network (RNN) in Python.

Read

One-Hot Encoding, Explained

Machine Learning

A simple guide on the what, why, and how of One-Hot Encoding.

Read

Easy Visual Question Answering

Machine Learning

Co-Authored by Phillip Wang

A gentle introduction to Visual Question Answering (VQA) using neural networks.

Read

A Simple Explanation of the Bag-of-Words Model

Machine Learning

A quick, easy introduction to the Bag-of-Words model and how to implement it in Python.

Read

Keras for Beginners: Implementing a Convolutional Neural Network

Python

A beginner-friendly guide on using Keras to implement a simple Convolutional Neural Network (CNN) in Python.

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