INTERNSHIP presentation on machiine learning

rushikeshgarkal23ve 80 views 23 slides Apr 24, 2024
Slide 1
Slide 1 of 23
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23

About This Presentation

na


Slide Content

Name : Garkal Rushikesh Rajendra Roll no : TA10 Prn number : 72030593E

Internship place Details Company name : YBI Foundation Organization : Online study center Personal observation : Online learning platform for student’s

Acceptance of the request via email for joining the Internship . We need to apply for internship by filling form using Google form document .

Starting date of the internship : 17 th January 2022. Duration : 2 month’s

Title : Machine Learning using Python

Index / Table of Content 1.Introduction 2. What is Machine learning 3.Supervised Machine Learning 4.Real World Readiness

Python data types used for machine learning are as follows : Numpy as np. Pandas as pd.

We need to import numpy as np and pandas as pd before solving the data for Machine Learning. As well as we imort csv file containing data on which analysis is going to occur.

Introduction Machine Learning is the study of computer algorithms and programs that automatically improve their performance , for a given set of tasks , with increase in their experience.

We need to use Google colab to do analysis coding. We need to know about Regression Regression : Regression is a supervised learning technique which helps in finding the correlation between variables and enables us to predict the continuous output variable .

TYPES: LINEAR REGRESSION: The simplest case of linear regression is to find a relation using linear model between input independent variable and an output dependent variable. y=mx + b Where, x=independent variable y=dependent variable m=slope of line b=y intercept Syntax: from sklearn.linear_model import LinearRegression LR= LinearRegression ()

LOGISTIC REGRESSION: It is used when output is categorical. It more like a classification. When output is like yes/no , true/false,0/1 . There is no need for a linear relationshipbetween input and output Syntax: from sklearn.linear_model import LogisticRegression LR= LogisticRegression ()

After learning the course and solving assignment we need to pass the exam which is “MCQ” type : “MCQ” will be based on python and basics of the Machine Learning

List of the Reference book : Google Youtube Local Author Text book

Link for project: https://colab.research.google.com/drive/1rN2eW48kHyCuTAlOy_K3TOKSz8zsZuVJ

THANKYOU !
Tags