Python Category
Creating a Friends Script Generator with Deep Learning
Posted on June 28, 2020 1 Comment
Although I have worked with convolution neural networks in the past, I wanted to expand my experience in deep learning. My first project idea was to create a script generator using a simple sequential neural network. While there is a lot of calculus and linear algebra involved in deep learning, I wont add a bunch […]
Create a Weather Texting Python Script
Posted on May 10, 2020 2 Comments
For this blog post, it will be a little different, as this just consists of a 49 line python script. I wanted to create a simple script that would text me the weather in my area each morning when I woke up. Although I normally create projects in C#, I choose to do this in […]