Posts:
programming

Create an application to collect training data from a webcam, consisting of photos and screen coordinates
Performing face detection, alignment, and feature extraction from webcam data
Using convolutional neural networks to create a real-time eye tracker using only webcam data
Using force-directed graphs to visualize ideal commander pairings in Rise of Kingdoms
Displaying images based on a condition in Qualtrics online surveys
Exploratory data analysis and visualization of Overwatch ranked data
Using a convolution neural network to classify images from the CIFAR-10 database
Creating kernel and occulusion plots for a Convolutional Neural Network
Creating a CNN model for handwritten digit recognition (MNIST)
Creating automatic documentation pages from Python docstrings using Sphinx and Read the Docs
What are convolutional neural networks, and how are they different from traditional neural networks?
Customizing the base Spacemacs configuration to include only the necessary packages
Introduction to neural networks and how they can be used to model XOR gates
Introducing AND gates and the bias unit
Create a basic OR logic gate using Python and Theano
Implement multiple regression with gradient descent using Python