Categories

TECHNOLOGY

DATA SCIENCE

PROBLEM SOLVING

GRAPHIC ART

MISCELLANEOUS


Recent Posts

Toward the Light: Behind the Scenes

08/22/2018

tags: cinema 4d r15 3d animation toward the light particles rigging

This long-overdue post is a visual effects breakdown for some of my favorite shots in my VES 153AR: Intermediate Animation final project and first complete short animation, Toward the Light. To follow along, you can find the film here. I’ll be referencing times based on the YouTube link to discuss the animation.

Arch Linux: Chromebook C720 Webcam Microphone Disappeared

07/01/2018

tags: arch linux webcam microphone

After plugging in a third-party microphone, my laptop stopped detecting my webcam and microphone in its listed devices.

SSH: How to Set Up a Simple Local Media Server

06/21/2018

tags: arch linux ssh networks termux

While getting ready for my big move to Facebook, I came across way too many old laptops. One in particular had a solid 128GB of disk space that I couldn’t bring myself to throw into the electronics recycling bin. After looking around online for some good potential use cases, I finally decided that I’d try my hand at setting up a simple Linux-based local media server.

Pacman: File Conflicts

02/28/2018

tags: arch linux packages

I got a Jupyter error: failed to commit transaction (conflicting files) while trying to update my packages.

Making an Arch Linux USB Flash Install Medium

01/17/2018

tags: arch linux usb

I managed to mess up my USB installation medium tonight… managed to turn it into a NTFS, read-only USB, so I couldn’t delete anything.

Arch Linux: Post-Install Notes

01/17/2018

tags: arch linux packages

Here’s some things you should do after successfully installing Arch Linux.

Binary Classification Metrics

01/15/2018

tags: machine learning accuracy error

Depending on the situation, the simple “number of correct classifications” error metric might not be the best metric to use in binary classification. Here, we explore several metrics and how they might be used for different problems.

Probabilitistic Classification

01/14/2018

tags: machine learning probability classification

In binary classification problems, we have an input feature vector and we’d like to classify it into one of two classes. We did this by minimizing reasonable loss functions based on activation functions. In this very long post, we’ll take a probabilistic approach to classification and detail the generative framework.

Classification and Perceptron

01/09/2018

tags: machine learning classification perceptron

We now leave the land of predicting real-numbered values to look at data classification. The discussion will conclude with one of the fundamental concepts behind classification, the Perceptron algorithm.

Linear Regression: Bayesian Approach, Normal Conjugacy

01/08/2018

tags: machine learning bayesian regression

Understanding the linear regression from a probabilistic perspective allows us to perform more advanced statistical inference. Today, we’ll be applying Bayesian inference concepts to the linear regression. As a result, we’ll have a way to update the beliefs of our models as more data becomes accessible or account for prior knowledge when looking at data.

Nonlinearity: Basis Functions

01/08/2018

tags: machine learning non-linearity basis functions

We often work in linear space, but you might ask how we could capture nonlinearity? The answer lies in basis functions.

Model Selection

01/06/2018

tags: machine learning model selection overfitting

So far, we’ve looked at linear regression and K-Nearest Neighbors as potential models for estimating real-valued data. But how do we know which model is the best to use? In this post, we discuss overfitting, bias-variance decomposition, and regularization as factors when considering models.

Linear Regression: A Probabilistic Approach

01/04/2018

tags: machine learning linear regression probability

Today, we look at the regression under a probabilistic modeling context that help us understand the reasons behind the least squares loss function.

Linear Regression: A Mathematical Approach

12/30/2017

tags: machine learning linear regression

In this post, we’ll take a look at linear regression from a mathematical lens, ignoring the statistical interpretation. Here, we provide the derivation and interpretation of the closed form solution for the weights.

2017 Reflections: A Year of Curating

12/20/2017

tags: reflections curating

USW 30: Tangible Things was not the class I expected.

Introduction to Regression: K-Nearest Neighbors

12/19/2017

tags: machine learning k nearest neighbors

Here, we’ll look at the K-Nearest Neighbors approach toward understanding one of the core ideas of machine learning, the regression.

Welcome to my Miscellaneous Blog!

12/18/2017

tags: intro

Welcome to my miscellaneous blog! Here, you’ll find random things I’m thinking about or want to write about.

A Definitive Arch Linux Install Guide for the Chromebook C720

12/18/2017

tags: arch linux

After the many, many times I’ve struggled to install and reinstall Arch Linux on a device, I’ve decided enough is enough. It’s time to write a complete guide for installing Arch on a Chromebook C720.

C4D: Fire Room BTS

12/15/2017

tags: cinema 4d r15 volume effector modeling

My fall semester of senior year has come to an end! To celebrate, I fired up Cinema 4D to try and complete a video contest in a day or two. I gave up on the video contest, but at least I made this adorable Wes Anderson-esque interior. Let’s talk about some of the interesting bits.

C4D: Volume Effector

10/01/2017

tags: cinema 4d r15 volume effector modeling

I recently tried out the Volume Effector in Cinema 4D. The tool allows for a discrete version of the boole operation, allowing for a pretty cool modular effect.

Algorithms: Maximum Sliding Window

09/18/2017

tags: sliding window algorithms deque

The sliding window problem seeks to evaluate properties about every possible subarray without introducing a look-back penalty. In particular, the Maximum Sliding Window problem tries to find the maximum element in every contiguous fixed-length subarray.

Introduction to Inference: Coins and Discrete Probability

09/10/2017

tags: discrete inference machine learning

In data science, it all starts with a coin. Today, we’ll talk about the fundamentals of statistical inference for discrete models: how to determine the optimal parameters given data, how to incorporate prior knowledge, and how to make predictions. This assumes familiarity with random variables and the basics of probability theory.

geemichael 2.0

09/05/2017

tags: jekyll liquid static site generator blog

geemichael.com is here, and it’s beautiful.

C4D: Unreliable Booles

09/05/2017

tags: cinema 4d r15 boole displacement deformer animation

I came across an interesting issue while trying to displace the surface of an otherwise static object. When using the Boolean tool to intersect two objects with an animated displacement deformer, the point of intersection occasionally fails to render on certain frames.

Welcome to my Tech Blog!

08/30/2017

tags: intro

Welcome to my tech blog! Here, you’ll find posts about the various things I’m working on as well as tips and insights I’ve gained during the project.

Welcome to my Problem Solving Blog!

08/30/2017

tags: intro

Welcome to my problem solving blog! Here, you’ll find posts about interesting problems and riddles I’ve encountered as well as how I solved them.

Welcome to my Graphic Art Blog!

08/30/2017

tags: intro

Welcome to my graphic art blog! Here, you’ll find posts about techniques I’ve discovered while creating and designing graphic art.

Welcome to my Data Science Blog!

08/30/2017

tags: intro

Welcome to my data science blog! Here, you’ll find posts about the various things I’m working on as well as tips and insights I’ve gained during the project.