wesley A Learning Machine

House Price Prediction

Introduction

The problem involves analyzing housing prices that were sold between May 2014 and May 2015. In this post, we are going to perform two task. 1) exploratory data analysis 2) use machine learning model to predict the sale price fo the houses.


Continue reading...

Air Pollution in France


Continue reading...

Time Series

what is stationary and why do we need it?

Strongly stationary Definition: This means the joint distribution of any length of the sequences is the same if we shift the window by any time gap.


Continue reading...

Pits of image segmentation

Tree Detection Project

Memory Error

The satellite images are too big to copy to GPU or to perform convolutions on. A typical type of an image is 100K * 100K * 4 pixel. One natural solution for this is to divide the image in a predefined number of tiles and train on small batches. img


Continue reading...

Database Note 1

Database System Concept

key concepts

  • Data model
    • set of records, XML,graph
  • Schema versus data
  • Data definition language set up schema
  • Data manipulation or query language for querying and modifying

Continue reading...