My Awesome Machine Learning Blog
About
My Awesome Machine Learning Blog
Categories
All
(7)
Deep Music Genre Classification
In this blog post, I use PyTorch to perform classification on a data set of song attributes, comparing approaches that use only lyrics, approaches that use only quantitative audio features, and approaches that use both.
May 10, 2023
Sally Liu
Unsupervised Learning with Linear Algebra
In this blog post, I implement and experiment with a simple ML approach for image compression.
Apr 14, 2023
Sally Liu
Auditing Allocative Bias
In this blog post, I fit a classifier using data from folktables and perform a bias audit for the algorithm.
Apr 11, 2023
Sally Liu
Implementing Linear Regression
In this blog post, I implement least-squares linear regression, and experiment with LASSO regularization for overparameterized problems.
Mar 24, 2023
Sally Liu
Classifying Palmer Penguins
In this blog post, I work through a complete example of the standard machine learning workflow. My goal is to determine the smallest number of measurements necessary to confidently determine the species of a penguin.
Mar 10, 2023
Sally Liu
Optimization for Logistic Regression
In this blog post, I implement a simple gradient descent, a momentum method, and stochastic gradient descent, comparing their performance for training logistic regression.
Mar 3, 2023
Sally Liu
Perceptron
This blog post includes the implementation of my percepreon algorithm, experimentation with my algorithms, and descriptions of my findings.
Feb 24, 2023
Sally Liu
No matching items