Software Engineer @Pluralsight. Interested in distributed systems, machine learning, and the web. Follow me on Twitter.
See full notebook Wine Recommendations Data Prep We want to remove the 20 most common words since they are not useful. Create NB Model Let’s…
2019-03-23 Markov models A Markov model is a stochastic model used to model randomly changing systems where it is assumed that future states…
I’m in the process of updating the design of this blog. I decided to use Tailwind , A utility-first CSS framework. It’s an awesome…
Welcome to part three of Getting Started with Ecto. On the last post , we covered how to create migrations, schemas, and changesets. In…
Note: This post was updated to work with Ecto 3.0 Welcome to part two of Getting Started with Ecto. On the last post , we covered how to…
Note: This post was updated to work with Ecto 3.0 Welcome to part one of Getting Started with Ecto 3.0. This post is part of a series to…
Problem When moving my blog from Ghost to Gatsby, I ran into a small issue. I wanted to have custom links instead of the default directory…
Today, I decided to move my personal blog from Ghost to Gatsby.js and I love it. I spent about 30 minutes reading the documentation and…
I recently starting learning Tensorflow.js to create machine learning models on the browser. It took me a few weeks to learn the API but I…
Problem I’m working on a project that requires imagemagick to work on the Heroku 16 stack. When using the buildpack , I get the following…
I’ve been working on a simple Elixir and Phoenix web app that extracts text found in images and I ran into a problem, people were…
K-means is a clustering algorithm used to categorize data that is unlabeled. It is a type of unsupervised learning (data without categories…
I’ve come across various tools used for machine and deep learning, both good and bad. I decided to write a quick little blog post on some of…
Problem I was breaking my Elixir templates into a subtemplate but I was getting the following error: My parent template looked something…
Problem I needed to know how many files were under each directory for the directory I was on in Linux. A simple just gives you the number…
Problem Sometimes you need you access a container to debug or to access a command line tool available inside. Solution When the container is…
Problem or When calling an AWS Lambda function via the API Gateway from the front-end using jQuery or other Javascript frameworks. Solution…
The Problem The other day I was trying to create a simple admin page without having to rely on a database and all of the other stuff. I knew…
Hello, this is just something I found interesting on one of my CP courses. Four types of computers are: PC’s or personal computer. This type…
Throughout history, never has it been an invention that would revolutionize the way people communicate and share information. People went…