Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: January 31, 2024

02.exercise-explore-your-data【练习:探索数据】

Machine Learning Course Home Page This exercise will test your ability to read a data file and understand statistics about the data. In later exercises, you will apply techniques to filter the data, build a machine learning model, and iteratively improve your model. The course examples use data from Melbourne. To ensure you can apply […]

02.course-basic-data-exploration【基础数据探索】

Using Pandas to Get Familiar With Your Data The first step in any machine learning project is familiarize yourself with the data. You’ll use the Pandas library for this. Pandas is the primary tool data scientists use for exploring and manipulating data. Most people abbreviate pandas in their code as pd. We do this with […]

01.course-how-models-work【模型如何工作】

Introduction We’ll start with an overview of how machine learning models work and how they are used. This may feel basic if you’ve done statistical modeling or machine learning before. Don’t worry, we will progress to building powerful models soon. This course will have you build models as you go through following scenario: Your cousin […]

Scroll to top