Blog Posts

2021

Reflection Blog Post

3 minute read

In this post, I reflect on my final music classifier project and my experiences creating it. The project repository is located here.

Blog Post 6

6 minute read

In this post, we’re going to create a neural network that can distinguish between fake and real news, based on the title of the news article and its text usi...

Blog Post 5

7 minute read

In this post, we’re going to teach a convolutional neural network to distinguish between pictures of cats and dogs using the tensorflow library. We’ll use Da...

Blog Post 4

7 minute read

In this post, we’re going to implement the spectral clustering algorithm for clustering data points using the numpy and scipy libraries. To begin, we’ll opti...

Blog Post 3

4 minute read

In this post, we’re going to create a simple web app that allows users to input a message, as well as their name or handle, and allow users to view five rand...

Blog Post 2

4 minute read

In this post, we’re going to create a web scraper to scrape the list of actors and all the movies or TV shows they’ve worked on in one of my favorite TV show...

Blog Post 1

7 minute read

In this post, we’re going to create interesting and interactive data visualizations using the sqllite, pandas, plotly, and sklearn libraries.

Blog Post 0

3 minute read

In this post, I’ll teach you how to create a simple, yet interesting data visualization using the pandas and seaborn libraries in Python.

Back to Top ↑