Code Monkey home page Code Monkey logo

pattern-recognition's Introduction

Repository for Python labs for Pattern Recognition class

2.3 Introduction to R ==> Crash course on Python and Jupyter notebook

3.6 Linear regression

4.6 Logistic Regression, LDA, QDA, and KNN

5.3 Cross-Validation and the Bootstrap

6.5 Lab 1: Subset Selection Methods

6.6 Lab 2: Ridge Regression and the Lasso

6.7 Lab 3: PCR and PLS Regression

7.8 Non-linear Modeling

8.3 Lab: Decision Trees

9.6 Support Vector Machines

10.4 Lab 1: Principal Components Analysis

10.5 Lab 2: Clustering

10.6 Lab 3: NCI60 Data Example

Tips

  • Data sets are here

  • You can clone this repository by typing

    git clone [email protected]:ys7yoo/pattern-recognition.git
    
  • You can 'pull' the latest version to your local repository by typing

    git pull
    
  • If you forked this repository and want to get the updated version, follow tips here.

    git remote add upstream [email protected]:ys7yoo/pattern-recognition.git
    git fetch upstream
    git rebase upstream/master
    

pattern-recognition's People

Contributors

ys7yoo avatar 7017227 avatar

Watchers

James Cloos 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.