Mar 26, 2021Automatic Data AugmentationIn todays world there is a lot of data, but finding good data for machine learning is challenging. Getting real time data fed to a machine learning algorithm is even more challenging! This is where automation comes in. In many cases a machine learning engineer will need more data, or…3 min read3 min read
Dec 19, 2020Trying to Predict the Price of BitcoinWhat is the best way to predict the future? I would argue that a subset of machine learning called “Time Series Forecasting” is. This is due to the fact that it takes into account the past and possibly the future to predict data. The way it uses the past to…4 min read4 min read
Nov 21, 2020Hyperparameter OptimizationToday I decided to learn more about hyperparameter optimization, and how to implement it. First lets explain what a hyperparameter is. A hyperparameter is a variable in machine learning that is set before the model is trained. Its a constant that the machine uses to calculate other values. I learned…3 min read3 min read
Jul 4, 2020Summary of ImageNetIntroduction: I am going to summarize the “ImageNet Classification with Deep Convolutional Neural Networks”, paper in the following blog post. I noticed that this paper was written nearly eight yeas ago, it is both frightening and impressive how far things have come in the last eight years. It would seem…4 min read4 min read
Jul 3, 2020My Introduction to Transfer LearningAbstract: I created a Keras training model, using transfer learning, that is about 87% accurate on the cifar10 data set. My goal was 88% accuracy at least. I knew that in order to get reasonable accuracy it is best to preprocess the data to as closely match the original data…4 min read4 min read
May 30, 2020Regularization for machine learning in terms a child could understand.I am going to be explaining regularization is in regards to supervised learning, in very very simple terms, without much math. Or in other words a few ways to make computers smarter. I will be using simple terms because I was asked to do so. So with that out of…3 min read3 min read
May 25, 2020How I Learned That Machine Learning is A Lot Like Skiing.So I used to be a very good skier, I could ski any run on my local mountain in northern Idaho. I love skiing, I also love machine learning, but I am just getting started. I have recently learned that there is a lot in common between the two. …Machine Learning6 min readMachine Learning6 min read
Jan 31, 2020How to enable X11 Forwarding in windows 10 on a Vagrant Virtual Box Running UbuntuSo first you will need a Vagrant Virtual Box Running Ubuntu. This tutorial will not cover how to do this as there are adequate tutorials else where that explain how to do so. Second you will need to open your /etc/ssh/ssh_config file on your Ubuntu machine and enable Forwardx11. You…X 11 Forwarding4 min readX 11 Forwarding4 min read
Aug 26, 2019A Simple explanation of what happens when you look up a website.What happens when you type a website into your browser? It needs to talk to many different parts of the internet to get where it is going. …4 min read4 min read
Jul 27, 2019My take on the Internet of ThingsToday I will be talking about the Internet Of Things. If you do not know what the Internet Of Things is I will explain, put simply the Internet Of Things is anything that is not a traditional computer that is connected to the Internet. It could be a watch, or…Internet Of Things7 min readInternet Of Things7 min read