My Machine Learning Articles on CodeProject
About a week ago I wrote and submitted 2 articles for the Machine Learning and AI Challenge on CodeProject. While I will admit that I put these articles together rather hastily, they do demonstrate many...
Machine Learning, Deep Learning, Computer Vision, and AI for Software Engineers
About a week ago I wrote and submitted 2 articles for the Machine Learning and AI Challenge on CodeProject. While I will admit that I put these articles together rather hastily, they do demonstrate many...
Visual Studio Code is an excellent IDE for working with all kinds of different languages and projects. Additionally, I am quite surprised by how many open source developers (i.e. Microsoft “detractors”) out there have taken...
With all of the Python code I have been writing lately and using Anaconda to manage the installation of packages, I have been watching the free disk space on my machine disappear at an...
Anaconda takes a lot of the pain out of getting the necessary Python packages installed for data science. Additionally, Anaconda can make it extremely easy to install TensorFlow. When installing Python packages for development, using environments...
I am in the first week of the course of the Deep Learning Nanodegree and the main topics are around developing an intuition around feedforward neural networks, backpropagation (feeding errors back into the network...