We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21
SNS COLLEGE OF TECHNOLOGY
(AN AUTONOMOUS INSTITUTION)
Approved by AICTE & Affiliated to Anna University Accredited by NBA & Accrediated by NAAC with ‘A+’ Grade, Recognized by UGC saravanampatti (post), Coimbatore-641035.
• Machine Learning(ML) is the field of study that gives computers
the capability to learn without being explicitly programmed. •ML is one of the most exciting Visiontechnologies Tit 2 that one would Vision Title 3
have ever come across.
•Machine learning is actively being used today, perhaps in many more places than one would expect. • Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. 19AMT301/Deep learning/Unit 1/Mr. Kathik G.L./AP/BME 2 AI Vs ML Vs DL
• Data preparation is a step where we put our data into a
suitable place and prepare it to use in our machine learning Vision Tit 2 Vision Title 3 training. •Ordering of data •Data exploration •Data pre-processing
• process of cleaning and converting raw data into a useable
format •It is the process of cleaningVision theTitdata, 2 Vision Title 3 selecting the variable to use, and transforming the data in a proper format to make it more suitable for analysis in the next step •Issues in data: Missing Values Duplicate data Invalid data Noise 19AMT301/Deep learning/Unit 1/Mr. Kathik G.L./AP/BME 13 Data Analysis
• Selection of analytical techniques
•Building models •Review the result Vision Tit 2 Vision Title 3
• we train our model to improve its performance for better
outcome of the problem •We use datasets to train the Vision Tit 2 Vision Title 3 model using various machine learning algorithms. Training a model is required so that it can understand the various patterns, rules, and, features.
• Once our machine learning model has been trained on a given
dataset, then we test the model. • In this step, we check for the Vision Tit 2 Vision Title 3 accuracy of our model by providing a test dataset to it. • Testing the model determines the percentage accuracy of the model as per the requirement of project or problem.
• The last step of machine learning life cycle is deployment,
where we deploy the model in the real-world system. • If the above-prepared model Vision Tit 2 Vision Title 3 is producing an accurate result as per our requirement with acceptable speed, then we deploy the model in the real system. •But before deploying the project, we will check whether it is improving its performance using available data or not. The deployment phase is similar to making the final report for a project.
18 The below table gives the information about the task and its planned time. Identify the problem with this data and what corrections need to be done. Note that no new data addition is required. Task Time
Vision Tit 2 Vision Title 3
Breakfast 8.00 AM
Wake up 5.00 AM
Reach office 9.00 AM
Lunch break at office 1.00 PM
Tomato price Rs 60
Tea break 15.30 PM
Leaving office 4.00learning/Unit
19AMT301/Deep PM 1/Mr. Kathik G.L./AP/BME 19 In a x and y coordinate system, there are two data points, A(1,2) and B(3,2). Calculate the distance between A and B. Vision Tit 2 Vision Title 3