ml-4
ml-4
ENGINEERING COLLEGE,KARWAR
A Internship presentation on
“Red-wine quality analysis using machine learning”
Submitted in partial fulfilment for the award of the degree in
BACHELOR OF ENGINEERING
IN
ELECTRONICS AND COMMUNICATION ENGINEERING
Introduction
About the company
Machine learning
Phases of Machine Learning
Random Forest Algorithm
Classifier Algorithm Random-Forest
Quality Prediction of Red Wine Using Machine Learning
Bibliography
INTRODUCTION
• Machine learning involves computer to get trained using a given data set,
and use this training to predict the properties of given new data.
• Machine learning is the art (and science) of enabling machines to learn
things which are not explicitly programmed. Machine learning is one of the
application of python, python is widely used general purpose, high level
programming language.
• It was initially designed by Guido van Rossum in 1991 and developed by
Python Software Foundation.
• It was mainly developed for emphasis on code readability, and its syntax
allows programmers to express concept in fewer lines of code.
ABOUT THE COMPANY
• PRINSTON SMART ENGINEERS traces its root back to 2004 in New Delhi.
• Its extends its services across India in various states such as Karnataka and Gujarat
in locations such as Bangalore, Mysore and Jaipur.
• In 2016 the company expanded its services in skill developed and Training program
for Engineering students in various engineering domains.
Here we will predict the quality of wine on the basis of giving features .
We use the wine quality dataset from kaggle.
This dataset has the fundamental features which are responsible for
affecting the quality of the wine.
We can read and understand the number of records and number of features
using the SHAPE keyword.
STEP 1: Data Cleaning/ Data pre-processing
Importing Libraries
Loading Dataset
19/07/21
Importing Classes and Creating their Objects
Remarks of Wine Quality
ADVANTAGES OF MACHINE LEARNING
• Traffic alerts
• Social media
• Transportation and commuting
• Products Recommdendations
• Virtual Personal Assistants
• Self driving cars
CONCLUSION