TIL

This is my 'Today-I-Learned' repository which is used to keep a record of whatever I learn in daily basis.

View on GitHub

Project1

Finally built my first Machine Learning based project, It took almost 2 weeks to learn, understand, built and deploy the House Price Prediction Project, understood the basics of Machine Learning, what all I leaned while making this Project is mentioned below:

  1. Learnt about basic steps in a regression based Ml algoithm, these are:
    1. Exploratory Analysis
    2. Visual Analysis
    3. Pre-Processing
    4. Data Transformation
    5. Create ML model
    6. Train and Evaluate model
  2. Learnt to deploy the project as webpage/webpage on an online server.
  3. Learnt few linux commands as well which are wget, ssh etc
  4. Got amazing resources for creating a project from scratch till deploying it.
  5. Explored various aspects of get/post requests, domains and sub domains.

The Project is working at houseprediction.pranavkhurana.me

You can also access the source code of my project in my repository, House-Price-Predictor