GithubHelp home page GithubHelp logo

mymlpro's Introduction

myMLPro

Recording Format

  • Record the commit date of subproject

  • The simple description of subproject

  • Descending order of time.


Linear model for house price prediction

27th, March, 2019

Add a linear model application (my data mining hw2), which is a 3 variables and 2 features model. I adopt **BGD and SGD ** method to find optimal parameters of model.


Learn Ensemble Model

15th, March, 2019

Simply got some quick tricks such as stacking, blending, subensemble for building an ensemble model by the library mlens(pip install mlens).


MNIST Digit in Kaggle

13rd~14th, March, 2019

In this part, I learn:

  1. how to implement a convolutional network model
  2. master the loader of dataset in pytorch.
  3. train the model by adam method and learning-rate-schedule.
  4. test the model

Titanic in Kaggle

11st~12nd, March, 2019

This is the first time to join competition in Kaggle. I just simply master the main process of making feature engineer and use the stacking method to run some model, such as random forest classifier, adaboost, SVM ,XGBoost and so on. Finally, I got 0.7767 score and ranked 5554/10144.


Monte carlo method. On 11st, March, 2019

With the monte carlo method, I calculate the value of pi/4, single and double integral.


Predict the house price in Boston with AdaBoost.

On 8th, March, 2019


Some tutorials on pytorch's official site.

On 5th, March, 2019


Linear Model in PM2.5 Prediction

Date:from 2019-02-26 15:05 to 2019-02-28 00:04

Introduction

In this project, I'm required to develop a linear model to finish the task -- PM2.5 Prediction. The project's description is from the hw1 in NTU 19-ML course. Click the link to get the detail.

Goal

  • master the data processing method with numpy and pandas
  • extract the feature and label
  • train linear regression model with gradient descent method
  • visualize the data and show the correlation.

Result

I design a linear regression class based on gradient descent method(GD). But it encoutered Nan data in train, it could not fit normal. Finaly, I use sklearn.linear_regression to train and predict. Maybe I think I have to check the sklearn source code.

mymlpro's People

Contributors

joshuaqyh avatar

Stargazers

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