Giter Site home page Giter Site logo

mcoric96 / generative-modelling-boston-dataset Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.62 MB

Generative models for creating synthetic data from Boston housing dataset

Jupyter Notebook 100.00%
gaussian-mixture-models generative-model synthetic-data tensorflow

generative-modelling-boston-dataset's Introduction

Generative-modelling-Boston-dataset

Generative models for creating synthetic data from Boston housing dataset.

Boston dataset is preprocessed in data_preparation.ipynb file.
Load preprocessed data from boston_dataset_data.mat file.

Abstract

The Boston Housing Dataset (https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html) is small size dataset for benchmark machine learning algorithms.
Dataset contains 506 cases, each with 14 attributes (13 numerical/categorical predictive variables and 1 one target variable: median value of owner-occupied homes in $1000's).

Second and fourth column from predictors are deleted and target variable is joined to final dataset for generative modelling.
Shape of final dataset boston_dataset_data.mat is (506,12).

Load preprocessed data with:

boston_data = loadmat('boston_dataset_data')['boston_dataset_data']

Generative models included:

  • Gaussian mixture models

Dataset

Distributions of 12 variables used for generative modelling: image

Correlation
image

DBSCAN clustering analysis of preprocessed data
image

generative-modelling-boston-dataset's People

Contributors

mcoric96 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.