Разделы презентаций


Good morning ! Доброе утро! 早上 好 !

. Lecture4. Linear Regression with Multiple Variables

Слайды и текст этой презентации

Слайд 1 Good morning! Доброе утро! 早上好!
Lecture 4 Data Structures in Python for Data

analysis

Good morning! Доброе утро! 早上好! Lecture 4 Data Structures in Python for Data analysis

Слайд 2.
Lecture4.
Linear Regression with Multiple Variables

. Lecture4. Linear Regression with Multiple Variables

Слайд 3Linear regression is a linear approach to model the relationship between

a dependent variable (target variable) and one (simple regression) or more (multiple

regression) independent variables. 
Linear regression is a linear approach to model the relationship between a dependent variable (target variable) and one (simple regression)

Слайд 4 the model shows the dependence of salary on seniority. if

we train the model, she will predict salary

the model shows the dependence of salary on seniority. if we train the model, she will

Слайд 16Example http://localhost:8890/notebooks/Regression%20for%20height-weight.ipynb

Example http://localhost:8890/notebooks/Regression%20for%20height-weight.ipynb

Слайд 17 This is a link to the lecture. You now need

to view it, preferably using headphones. There are subtitles in

Chinese here.

https://www.coursera.org/lecture/machine-learning/model-representation-db3jS

https://www.coursera.org/learn/machine-learning/home/week/1

This is a link to the lecture. You now need to view it, preferably using headphones.

Слайд 21 watch the video lecture
https://www.coursera.org/learn/machine-learning/lecture/6Nj1q/multiple-features
https://www.coursera.org/lecture/machine-learning/what-is-machine-learning-Ujm7v

watch the video lecture  https://www.coursera.org/learn/machine-learning/lecture/6Nj1q/multiple-featureshttps://www.coursera.org/lecture/machine-learning/what-is-machine-learning-Ujm7v

Слайд 22Numerical variables represent values that can be measured and sorted in

ascending and descending order such as the height of a person.
Categorical variables are

values that can be sorted in groups or categories such as the gender of a person.
Multiple linear regression accepts not only numerical variables, but also categorical ones. To include a categorical variable in a regression model, the variable has to be encoded as a binary variable (dummy variable).
Numerical variables represent values that can be measured and sorted in ascending and descending order such as the height of

Слайд 23Preprocessing Data If data set are strings
We saw in our initial

exploration that most of the columns in our data set

are strings, but the algorithms in scikit-learn understand only numeric data. Luckily, the scikit-learn library provides us with many methods for converting string data into numerical data. One such method is the LabelEncoder() method. We will use this method to convert the categorical labels in our data set like ‘won’ and ‘loss’ into numerical labels. To visualize what we are trying to to achieve with the LabelEncoder() method let’s consider the images below.


Preprocessing Data If data set are stringsWe saw in our initial exploration that most of the columns

Слайд 24The image below represents a dataframe that has one column

named ‘color’ and three records ‘Red’, ‘Green’ and ‘Blue’.






Since the

machine learning algorithms in scikit-learn understand only numeric inputs, we would like to convert the categorical labels like ‘Red, ‘Green’ and ‘Blue’ into numeric labels. When we are done converting the categorical labels in the original dataframe, we would get something like this

The image below represents a dataframe that has one column named ‘color’ and three records ‘Red’, ‘Green’

Слайд 25For home work
https://www.youtube.com/watch?v=EuBBz3bI-aA&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=5

https://www.youtube.com/watch?v=Q81RR3yKn30&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=18

For home workhttps://www.youtube.com/watch?v=EuBBz3bI-aA&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=5https://www.youtube.com/watch?v=Q81RR3yKn30&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=18

Обратная связь

Если не удалось найти и скачать доклад-презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:

Email: Нажмите что бы посмотреть 

Что такое TheSlide.ru?

Это сайт презентации, докладов, проектов в PowerPoint. Здесь удобно  хранить и делиться своими презентациями с другими пользователями.


Для правообладателей

Яндекс.Метрика