You are on page 1of 18

SURESH ANGADI EDUCATION FOUNDATION’S

ANGADI INSTITUTE OF TECHNOLOGY AND MANAGEMENT


Savagaon Road, BELAGAVI – 590 009.
(Approved by AICTE, New Delhi &Affiliated to Visvesvaraya Technological University, Belagavi, Accredited by NAAC)

Internship On -
Python - Machine Learning
From - Zeel Code Labs,
Belagavi
PRESENTED BY: PROJECT GUIDE:
AVADHUT NEJE – 2AG20CS014 VAIBHAV C
(Zeel Codes Labs)
What is Zeel Code Labs?
•Zeel Code Labs is ideal for candidates seeking to advance their knowledge of
computer science and information technology in App Development, Data Science,
Cloud Computing, Artificial Intelligence, Machine Learning, Full-Stack Web
Development, Database Management Systems, and Cyber Security are just a few
of the main areas on which they work.

•Zeel Code Labs has grown to become one of the largest and most successful code
development firm.
CONTENTS
• WEEK-1 : Python and Machine Learning Basics

• WEEK-2 : Python Libraries

• WEEK-3 : Machine Learning Algorithms

• WEEK-4 : Data Visualization and Project


WEEK-1
INTRODUCTION TO PYTHON AND
MACHINE LEARNING
• Python: Python is an interpreted, object-oriented, high-level programming
language with dynamic semantics. Its high-level built in data structures,
combined with dynamic typing and dynamic binding, make it very
attractive for Rapid Application Development.
• Machine Learning (ML): is a branch of artificial intelligence (AI) that
focuses on the development of algorithms and statistical models, enabling
computer systems to automatically learn and improve from experience
without being explicitly programmed.
APPLICATION OF MACHINE
LEARNING
WEEK-2
PYTHON LIBRARIES
• Pandas : Pandas is a Python library used for working with data sets. It has
functions for analyzing, cleaning, exploring, and manipulating data.
• NumPy : Python library that facilitates efficient numerical operations on large
quantities of data.
• Matplotlib : Matplotlib is a comprehensive library for creating static, animated,
and interactive visualizations in Python. Matplotlib makes easy things easy and
hard things possible.
• Scikit-learn : It provides a selection of efficient tools for machine learning and
statistical modeling including classification, regression, clustering and
dimensionality reduction via a consistence interface in Python.
• Seaborn : It is used for making the statistical graphs.
WEEK - 3
MACHINE LEARNING
ALGORITHMS
Decision Tree : It is a machine learning
algorithm that uses a decision tree to make
predictions. It follows a tree-like model of
decisions and their possible consequences.
The algorithm works by recursively
splitting the data into subsets based on the
most significant feature at each node of
the tree.
Linear Regression: It is a quiet and
simple statistical regression method used
for predictive analysis and shows the
relationship between the continuous
variables. Linear regression shows the
linear relationship between the
independent variable (X-axis) and the
dependent variable (Y-axis), consequently
called linear regression.
Support Vector Machine(SVM):
It is a powerful supervised
algorithm that works best on
smaller datasets but on complex
ones. Support Vector Machine,
abbreviated as SVM can be used
for both regression and
classification tasks, but generally,
they work best in classification
problems.

K-Nearest Neighbors (KNN): It


is a used for classification and
regression tasks. It relies on the
idea that similar data points tend
to have similar labels or values.
Interesting Right?
This is just a sneak preview of the full
presentation.

How Does House Price Prediction Works?


A Step By Step Explanation
WEEK - 4
HOUSE PRICE PREDICTION USING
MACHINE LEARNING
• The real estate industry is a significant contributor to the global
economy. Accurately predicting house prices is essential for
buyers, sellers, and investors in this industry.

• Real estate agents and property appraisers rely on their experience


and knowledge to determine the value of a house.

• Machine learning algorithms can analyze vast amounts of data and


identify patterns to predict future prices accurately.
HOUSE PRICE PREDICTION
DATASET
HOUSE PRICE PREDICTION
DATASET
• The goal of a machine learning project focused on House Price
Prediction analysis is to develop predictive models and insights
that help users make informed dining decisions based on their
preferences and requirements.

• The datasets consists of the house information.

• This model predicts house price based on various features such as


area type, location, availability, size, society, total_sqft.

• House price prediction is a crucial task in the real estate industry,


enabling homeowners, buyers, and sellers to make informed
decisions regarding property transactions.
DATA VISUALIZATION
DATA VISUALIZATION
FINAL RESULT HOUSE PRICE
PREDICTION
CONCLUSION
Thus the machine learning model to predict the house
price based on given dataset is executed successfully. This model further
helps people to understand whether this place is more suited for them. It
also helps people looking to sell a house at best time for greater profit.
Any house price in any location can be predicted with minimum error by
giving appropriate dataset.

You might also like