在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):machine-learning-projects/machine-learning-recipes开源软件地址(OpenSource Url):https://github.com/machine-learning-projects/machine-learning-recipes开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):machine-learning-recipesMachine Learning Recipes with Josh Gordon My code following the Machine Learning Recipes with Josh Gordon series by Google Developers. Part 1 - Hello WorldSix lines of Python is all it takes to write your first machine learning program! In this episode, we'll briefly introduce what machine learning is and why it's important. Then, we'll follow a recipe for supervised learning (a technique to create a classifier from examples) and code it up. Part 2 - Visualizing a Decision TreeLast episode, we treated our Decision Tree as a blackbox. In this episode, we'll build one on a real dataset, add code to visualize it, and practice reading it - so you can see how it works under the hood. Part 3 - What Makes a Good Feature?Good features are informative, independent, and simple. In this episode, we'll introduce these concepts by using a histogram to visualize a feature from a toy dataset. Part 4 - Let’s Write a PipelineIn this episode, we’ll write a basic pipeline for supervised learning with just 12 lines of code. Along the way, we'll talk about training and testing data. Then, we’ll work on our intuition for what it means to “learn” from data. Part 5 - Writing Our First ClassifierWelcome back! It's time to write our first classifier. This is a milestone if you’re new to machine learning. We'll start with our code from episode #4 and comment out the classifier we imported. Then, we'll code up a simple replacement - using a scrappy version of k-Nearest Neighbors Part 6 - Train an Image Classifier with TensorFlow for PoetsMonet or Picasso? In this episode, we’ll train our own image classifier, using TensorFlow for Poets. Along the way, I’ll introduce Deep Learning, and add context and background on why the classifier works so well. Here are links to learn more, thanks for watching, and have fun! Part 7 - Classifying Handwritten Digits with TF.LearnWrite a basic classifier using TF.Learn. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论