Insight into Machine Learning: Powers and Pitfalls
Since completing the Microsoft Professional Program in Data Science ( https://academy.microsoft.com/en-us/professional-program/tracks/data-science/ ) almost 2 years ago, I have been keeping a close eye on Machine Learning and Data Science trends. I learned many valuable insights about Machine Learning from this program. While working on a simple Tensorflow example recently I had an experience that perfectly illustrates one of these insights that I'm here to share today. Powers Here is a Git repository ( https://github.com/ActiveState/tensorflask ). In it contains the distillation of the work of an individual or group that took the time to train a Tensorflow model to categorize dogs. By downloading this code you harness the results of many hours of work that people have done. The work includes curating thousands of sample photos of each type of dog, getting it into the correct format, and then training and tweaking the neural network to establish a very accurate tool ...