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

Department of Computer Science & Engineering

Internship
“ Smart Home Automation System”
Presented by:
YathishRaj.N
(1AH19CS089)

Internal Guide External Guide


Mrs. Shruthi A Mr. Jagadeswaran
Assistant Professor Enthu Technology Solutions
CSE Dept, ACSCE India Pvt.Ltd.,
CERTIFICATE
CONTENT
Abstract

About the Organization

Task Performed

Learning from Internship Program

Work Experience

Snapshots

Conclusion

References
ABSTRACT

• For determining the sale price of houses in cities like Bengaluru is still continues as
more challenging and trickier task.
• The sale price of properties in cities like Bengaluru depends on a number of
interdependent factors. Key factors that might affect the price include area of the
property, location of the property and its amenities.
• In this project, an attempt has been made to construct a predictive model for evaluating
the price based on the factors that affect the price.
• Modeling explorations apply some regression techniques such as multiple linear
regression, Random Forest Regression, Decision Tree Regression. Such models are used
to build a predictive model, and to pick the best performing model by performing a
comparative analysis on the predictive errors obtained between these models.
About the Organization

• Tequed Labs is a research and development center and educational institute based in
Bangalore started by Mr Aditya S K and Mr Supreeth Y S.
• They are focused on providing quality education on latest technologies and develop
products which are of great need to the society.
• They also involve distribution and sales of latest electronic innovation products
developed all over the globe to our customers.
• They run a project consultancy where they undertake various projects from wide range
of companies and assist them technically and build products and provide services to
them.
• They are continuously involved in research about futuristic technologies and finding
ways to simplify them for our students.
Task Performed
DATA ACQUISITION AND CLEANING

DATA VISUALIZATION

DATA MODELLING

TRANING & TESTING

COMPARISON AND MEASUREMENT


DATA ACQUISITION AND CLEANING

• A dataset was created, using Area-type, Availability, Location,


BHK, society, Total square feet, bathrooms, balcony.
• Here, we are predicting the price of Houses in different location in
Bengaluru according to their sizes of area and BHK.
• Therefore, we clean our dataset by removing unnecessary columns
and only taking the required column for price prediction.
• Input variables based on price prediction are:
– Location
– BHK
– Total square feet
– Bathroom
• Output Variable
– Price
DATA VISUALIZATION

• In this checks the dataset structure, look for possible


problems in the data and provides a clear understanding of
the data.
• The information acquired in this section may be used during
the modelling phase. Though there are lots of tools available
for Data Visualization, Python has few best libraries that make
Python Visualization easy for any dataset.
• These libraries make Python Visualization affordable for large
and small datasets. Some of the most popular Libraries for
Python Data Visualizations are:
– Matplotlib
– Seaborn
– Pandas
DATA VISUALIZATION

Now, we’ll use this dataset to create various Python


Visualization.

• Pie Chart

• Scatterplot

• Histogram

• Heatmap
DATA MODELLING

• A machine learning model is a file that has been trained to


recognize certain types of patterns.
• You train a model over a set of data, providing it an algorithm
that it can use to reason over and learn from those data.
• In this section we discuss several regression modelling
approaches to predict the prices of houses in Bengaluru.
– Linear Regression
– Decision Tree
– Random Forest
TRAINING & TESTING

• We are keeping 20% of our dataset to treat it as unseen data


and be able and test the performance of our models.
• Remaining 80% of data will go for training.
• We are splitting our dataset in a way such that all the details
are represented proportionally equally in both training and
testing dataset. Other than that, the selection is being done
randomly with uniform distribution.
• Various classification and regression algorithms are used to fit
the model
Learning from Internship Program

• This Internship program was quite beneficial for me. It helped


me in improving my various technical skills and enhanced my
knowledge in Machine Learning.
• Initially I have been provided with training/session which
gives overview of various services, then quickly ramped up on
the functional part of the project which was assigned to me.
• I was working in a team, where in jobs was assigned to each
person, this helped in coordinating and cooperating with the
team.
WORK EXPERIENCE

• Our internship was good in terms of work


environment. The team I worked with was very
cooperating and supportive.
SNAPSHOTS
Pie Chart
SCATTER PLOT
HISTOGRAM
For no. of counts of Bathroom
HISTOGRAM
For no. of counts of Square feet of land
CONCLUSION

• This report uses Bengaluru House dataset to predict the


prices of house according to the giving data.
• Before starting the predictions, the report makes a brief
summary of model evaluation, explaining the most
common metrics used in categorical problems in machine
learning.
• In data preparation, the training and testing sets are
created and they will be used during the model building.
• In data exploration and visualization, we look for features
that may provide good prediction results.
CONCLUSION

• The best predictors have low distribution overlapping


area and low correlation among them.
• Modelling starts explaining very simple models and
gradually moves to more complex ones.
• The results section presents the modelling results and
discusses the model performance. The algorithms are
used to predict price of house.
REFERENCES

• Tequed Labs Pvt Ltd (learnyst.com)


• https://www.kaggle.com/datasets
Thank You

You might also like