Coder Social home page Coder Social logo

kailunwang / ml-projects Goto Github PK

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

Projects for Udacity Machine Learning Engineer Nanodegree

Jupyter Notebook 97.91% Python 2.09%
supervised-learning unsupervised-learning reinforcement-learning transfer-learning deep-learning

ml-projects's Introduction

Udacity Machine Learning Engineer Nanodegree

This repo contains the projects for Udacity Machine Learning Engineering Nanodegree.

Project 0: Predicting Titanic Survival Exploration (0.titanic_survival_exploration/)

Overview

Created a simple decision algorithms and increased its complexity until it could accurately predict the outcomes for at least 80% of the passengers in the provided data.

Keywords: Python, NumPy, Pandas, Matplotlib, simple algorithms


Project 1: Predicting Boston Housing Prices (1.boston_housing/)

Overview

Built a regression model to predict the value of a given house in the Boston real estate market using various statistical analysis tools. Identified the best price that a client can sell their house utilizing machine learning algorithms.

Keywords: statistical analysis, metric performance, cross validation, bias/variance tradeoffs, learning curves, model complexity


Project 2: Finding Donors for CharityML (finding_donors/)

Overview

Investigated factors that affect the likelihood of charity donations being made based on real census data. Developed a naive classifier to compare testing results to. Trained and tested several supervised machine learning models on preprocessed census data to predict the likelihood of donations. Selected the best model based on accuracy, a modified F-scoring metric, and algorithm efficiency.

Keywords: classification, logistic regression, decision trees, ensemble methods, model tuning


Project 3: Creating Customer Segments (customer_segments/)

Overview

Reviewed unstructured data to understand the patterns and natural categories that the data fits into. Used multiple algorithms and both empirically and theoretically compared and contrasted their results. Made predictions about the natural categories of multiple types in a dataset, then checked these predictions against the result of unsupervised analysis.

Keywords: clustering, pca, feature selection, k means, gaussian mixture model


Project 4: Traing a Cab (smartcab/)

Overview

Applied reinforcement learning to build a simulated vehicle navigation agent. Identified the environment the agent operates in and the possible states the agent can be in. Implemented and optimized a Q-Learning algorithm to allow the agent to automatically learn an optimal driving strategy based on rewards and penalties.

Keywords: reinforcement learning, q-learning


Project 5: Classify Images using Neural Network (dog_app/)

Overview

Classified images from the CIFAR-10 dataset. The dataset was preprocessed (image normalization, label one-hot encoding), then trained a convolutional neural network with convolutional layer, max pool layer and fully connected layer on all the samples. The model was then evaluated on test samples.

Keywords: classification, convolutional neural network, tensorflow, keras, ResNet50


Project 6: Building a Stock Price Indicator (capstone/)

Overview

Capstone project for this Nanodegree. Built a stock price indicator that took daily trading data over a certain date range as input, and outputs projected estimates for given query dates. Created time-series cross validation method on stock data. Applied two metrics and three regression models.

Keywords: supervised learning, time series cross validation, linear regression, knn, svr, model refinement

ml-projects's People

Contributors

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