Giter VIP home page Giter VIP logo

Eric Kim's Projects

classification-with-logistic-regression icon classification-with-logistic-regression

We turn our attention to classification. Classification tries to predict, which of a small set of classes, an observation belongs to. Mathematically, the aim is to find y , a label based on knowing a feature vector x . For instance, consider predicting gender from seeing a person's face, something we do fairly well as humans. To have a machine do this well, we would typically feed the machine a bunch of images of people which have been labelled "male" or "female" (the training set), and have it learn the gender of the person in the image from the labels and the features used to determine gender. Then, given a new photo, the trained algorithm returns us the gender of the person in the photo. There are different ways of making classifications. One idea is shown schematically in the image below, where we find a line that divides "things" of two different types in a 2-dimensional feature space. The classification show in the figure below is an example of a maximum-margin classifier where construct a decision boundary that is far as possible away from both classes of points. The fact that a line can be drawn to separate the two classes makes the problem linearly separable. Support Vector Machines (SVM) are an example of a maximum-margin classifier.

hospital-readmissions-data-analysis-and-recommendations-for-reductio icon hospital-readmissions-data-analysis-and-recommendations-for-reductio

In October 2012, the US government's Center for Medicare and Medicaid Services (CMS) began reducing Medicare payments for Inpatient Prospective Payment System hospitals with excess readmissions. Excess readmissions are measured by a ratio, by dividing a hospital’s number of “predicted” 30-day readmissions for heart attack, heart failure, and pneumonia by the number that would be “expected,” based on an average hospital with similar patients. A ratio greater than 1 indicates excess readmissions.

instant-recognition-with-caffe icon instant-recognition-with-caffe

In this example we'll classify an image with the bundled CaffeNet model (which is based on the network architecture of Krizhevsky et al. for ImageNet).

json-exercise icon json-exercise

In this exercise, I get work with JSON strings and files using packages such as numpy, pandas, and json.

machine-learning-with-linear-regression-models icon machine-learning-with-linear-regression-models

Linear regression is used to model and predict continuous outcomes while logistic regression is used to model binary outcomes. We'll see some examples of linear regression as well as Train-test splits.

machine-learning-with-naive-bayes icon machine-learning-with-naive-bayes

In the mini-project, I'll go through the basics of text analysis using a subset of movie reviews from the rotten tomatoes database. I'll also use a fundamental technique in Bayesian inference, called Naive Bayes. This mini-project is based on Lab 10 of Harvard's CS109 class.

minimal-recommendation-engine icon minimal-recommendation-engine

We build a recommendation engine with a data set which contains 1 million ratings collected from 6000 users on 4000 movies from MovieLens.

okcupid-analysis icon okcupid-analysis

The goal of this study is to improve user experience by analyzing and predicting data. Improved user experience can be achieved through more matches. To get more matches, a better representation of data would be helpful. This could include self-reports. However, an even better method could be achieved through predictions using this data for machine learning.

simply-love-sm5 icon simply-love-sm5

A recreation of hurtpiggypig's Simply Love SM3.95 theme made to now run in StepMania 5

stepmania icon stepmania

Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.

ultimate-challenge icon ultimate-challenge

A ride-sharing data science challenge with exploratory data analysis, experiment/metrics design, and predictive modeling.

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.