Posts:python
Webcam Eye Tracker: Eye tracking in video games
January 4, 2021Deploy a webcam eye tracker to predict gaze in video games
Webcam Eye Tracker: Deep Learning with PyTorch
December 21, 2020PyTorch model for eye tracking using webcam data
Webcam Eye Tracker: Data collection of screen coordinates
December 14, 2020Create an application to collect training data from a webcam, consisting of photos and screen coordinates
Webcam Eye Tracker: Webcam features and face detection
December 7, 2020Performing face detection, alignment, and feature extraction from webcam data
Webcam Eye Tracker: An end-to-end deep learning project
November 30, 2020Using convolutional neural networks to create a real-time eye tracker using only webcam data
Overwatch Data Visualization
June 1, 2018Exploratory data analysis and visualization of Overwatch ranked data
Color image classification (CIFAR-10) using a CNN
April 4, 2018Using a convolution neural network to classify images from the CIFAR-10 database
Visualizing Convolutional Neural Networks using nolearn
March 18, 2018Creating kernel and occulusion plots for a Convolutional Neural Network
Handwritten digit recognition using a CNN
March 2, 2018Creating a CNN model for handwritten digit recognition (MNIST)
Creating automatic documentation pages from Python docstrings using Sphinx and Read the Docs
Overview of Convolutional Neural Networks (CNN)
April 18, 2017What are convolutional neural networks, and how are they different from traditional neural networks?
XOR Logic Gate – Neural Networks
February 13, 2017Introduction to neural networks and how they can be used to model XOR gates
AND Logic Gate - Importance of bias units
December 29, 2016Introducing AND gates and the bias unit
OR Logic Gate using Theano
December 24, 2016Create a basic OR logic gate using Python and Theano
Multiple Regression using Python
November 15, 2016Implement multiple regression with gradient descent using Python