Git Product home page Git Product logo

datamining's Introduction

Datamining

Code for programming assignment and case study for team project

Programming Assignment

Programming Assignment01

  • Input data

<https://drive.google.com/uc?export=download&id=1YPnojmYq_2B_lrAa78r_lRy-dX_ijpCM', sep='\t'>

The given dataset aims to predict Mean_temperature using several explanatory variables.

[INPUT]

Max_temperature

Min_temperature

Dewpoint

Precipitation

Sea_level_pressure

Standard_pressure

Visibility

Wind_speed

Max_wind_speed

[OUTPUT] Mean_temperature

  • Description

Analyze multiple linear regression using scatter plot, correlation matrix, VIF, T-test, R^2, F-test, JB-test and LM-text

  • Code

writed on python3

Programming Assignment02

  • Input data

<https://drive.google.com/uc?export=download&id=1AoCh22pmLHhdQtYdYUAJJqOCwF9obgVO', sep='\t'>

The given dataset is MAGIC Gamma Telescope data set.

[Input]

  1. fLength: continuous # major axis of ellipse [mm]
  2. fWidth: continuous # minor axis of ellipse [mm]
  3. fSize: continuous # 10-log of sum of content of all pixels [in #phot]
  4. fConc: continuous # ratio of sum of two highest pixels over fSize [ratio]
  5. fConc1: continuous # ratio of highest pixel over fSize [ratio]
  6. fAsym: continuous # distance from highest pixel to center, projected onto major axis [mm]
  7. fM3Long: continuous # 3rd root of third moment along major axis [mm]
  8. fM3Trans: continuous # 3rd root of third moment along minor axis [mm]
  9. fAlpha: continuous # angle of major axis with vector to origin [deg]
  10. fDist: continuous # distance from origin to center of ellipse [mm]

[Target]

  1. class: g(gamma; signal), h(hadron; background)
  • Description

Analyze Logistic regression regression using plot, Bernoulli naive Bayes, K-NN, Weighted K-NN, K-means by Euclidean and Manhattan measurement, homogeneity and completeness.

  • Code

writed on python3

Team Project

this project is case study about practice of data mining technology

Subject

Superpixel algorithm utilization

Contents

  • The purpose of data analysis
    • What is the problem?
  • Method
    • How did they solve the problem using data mining?
    • What kinds of data are used?
  • Result
    • What kinds of implication could be derived from the results of data analysis?
    • How much benefit is obtained from the analysis?
  • Reference

datamining's People

Contributors

gggangmin 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.