Red Wine Quality Detection

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

AMC ENGINEERING COLLEGE, BENGALURU-83

(Approved by AICTE, Permanently Affiliated to VTU, Belagavi, Accredited by


NAAC & NBA)

DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING

INTERNSHIP REVIEW

On

RED WINE QUALITY DETECTION

Internal Guide
Mr. N L Manjunath By
Assistant Professor
ASHNAL AHMED
(1AM17EC014)
CONTENTS

ABOUT PROBLEM
COMPANY INTRODUCTION STATEMENT

SOLUTION RESULT
COMPANY NAME: PRINSTON SMART ENGINEERS
CEO : MR. ASIF AKHTER.
CO- FOUNDER : MRS. FARHEEN FARHATH.
In 2016 the company expanded its services in Skill development and Training program for Engineering students
in various engineering domains. India today produce 1.5 million Engineering graduates a year, it is however
agreed by all that 75% of these graduates are unemployed, agreeing to the fact that there is need to provide
Skill training to the Engineering students. In 2018 AICTE announced that an Internship is mandatory for
Engineering students to ensure that technical students get exposure to the Industrial environment, current
technology relevant to their subject and opportunities to learn understand and sharpen real time technical and
managerial skills. On request from colleges, the company began providing quality internship under the
guidance of their expert’s team to the students from various universities and colleges. In 2020 Prinston Smart
Engineers collaborated with Wedir-Tech Trading Contracting & Services W.L.L, Doha, Qatar with an MoU for their
expertise in technical know-how and skill development

ABOUT COMPANY
PRINSTON SMART ENGINEERS
CERTIFICATE
INTRODUCTION

• Machine learning involves computer to get trained using a given data set, and use
this training to predict the properties of a given new data.
• For example, we can train computer by feeding it 1000 images of cats and 1000
more images which are not of a cat, and tell each time to computer whether a
picture is cat or not. Then if we show the computer a new image, then from the
above training, computer should be able to tell whether this new image is cat or
not.
• Process of training and prediction involves use of specialized algorithms. We feed
the training data to an algorithm, and the algorithm uses this training data to give
predictions on a new test data. There are various machine learning algorithms like
Decision trees, Naive Bayes, Random forest, Support vector machine, K-nearest
neighbor, K-means clustering, etc.
FIELD OF INTERNSHIP

MACHINE LEARNING

What is Machine Learning?

Machine learning is an application of artificial intelligence (AI) that provides systems the ability
to automatically learn and improve from experience without being explicitly programmed.
Machine learning focuses on the development of computer programs that can access data
and use it to learn for themselves.
PROBLEM DEFINITION

The dataset was improper,


as some of the values were
missing and some were
abnormal. From the given
dataset, I had to analyze
which algorithm should be
used whether classification
or regression.
SOLUTION

• Some cleaning techniques were used on dataset and filled it with missing values,
researched each column/feature’s statistical summary to detect any problem like
outliers and abnormal distributions.
• To see which variables are likely to affect the quality of red wine the most, I ran a
correlation analysis of our independent variables against our dependent variable,
quality. This analysis ended up with a list of variables of interest that had the
highest correlations with quality.
• Applied both the algorithms and found out which one is giving more accuracy.
SCOPE OF THE PROJECT

• The process of learning begins with observations or data, such as examples, direct
experience, or instruction, in order to look for patterns in data and make better
decisions in the future based on the examples that we provide.
• The primary aim is to allow the computers learn automatically without human
intervention or assistance and adjust actions accordingly.
• The main feature of the project is to generate an approximate forecasting output
and create a general idea of future values based on the previous data by
generating a pattern. The scope of this project does not exceed more than a
generalized suggestion tool.
REQUIREMENTS

1. Hardware Requirements
i. Processor i3 and above.
ii. Ram 4gb and above.
2. Software Requirements
i. Anaconda navigator as an applications wrapper hub.
ii. Jupyter Notebook as GUI interface for coding.
3. Libraries Required
i. Pandas.
ii. Matplotlib.
iii. Sklearn.linear_model.
IMPLEMENTATION

Classifier Algorithm- Random Forest: We can


understand the working of Random Forest algorithm
with the help of following steps −
Step 1 − First, start with the selection of random samples
from a given dataset.
Step 2 − Next, this algorithm will construct a decision
tree for every sample. Then it will get the prediction
result from every decision tree.
Step 3 − In this step, voting will be performed for every
predicted result.
Step 4 − At last, select the most voted prediction result
as the final prediction result. The following diagram will
illustrate its working
RESULT

PROJECT DONE AS AN INTERN:


RED WINE QUALITY DETECTION
Here I was given a REDWINE
dataset and from this dataset I had
to find the quality of REDWINE.
Screenshots for Red Wine Quality
showing the quality of the red wine:
SUMMARY
• Artificial Intelligence and Machine Learning are products of both science and myth. The idea
that machines could think and perform tasks just as humans do is thousands of years old.
• The cognitive truths expressed in AI and Machine Learning systems are not new either.
Machine learning is quickly growing field in computer science. It has applications in nearly
every other field of study and is already being implemented commercially because machine
learning can solve problems too difficult or time consuming for humans to solve.
• As a result, we have studied the future of Machine Learning. Also, study algorithms of
machine learning. Along with we have studied its application which will help you to deal with
real life. Common methods and popular approaches used in the field, suitable machine
learning programming languages, and also covered some things to keep in mind in terms of
unconscious biases being replicated in algorithms
REFERENCES
1. Jure Leskovec, TA: Keith Sillats HW 4
2. R.Wilson and R.Sharda , “Bankruptcy prediction using neural networks” ,Decision
Support Systems.
3. Neelama Budhani, Dr.C.K.Jha, Sandeep K. Budhani “Application Of Neural
Network In Analysis Of Stock Market Prediction”, International Journal Of
Computer science And Engineering.
4. B. Manjula, S.S.V.N. Sharma, R. Lakshman Naik, G. Shruthi, Stock Prediction using
Neural Network, International journal of advantage engineering sciences and
technologies.
THANK YOU ...!

You might also like