25 Aug 2018
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...
15 Aug 2018
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...
06 Aug 2018
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.
Continue reading...
23 Jul 2018
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...