Skip to content

Final Project of Udacity's Machine Learning Nanodegree

Notifications You must be signed in to change notification settings

briceicle/capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 5: Capstone

This Project Has Been Confirmed As Successful By A Udacity Reviewer.

Using the "SVM-KNN" technique to recognize images of handwritten digits.

Source Code

  • /data - folder containing the dataset
  • capstone.ipynb - iPython Notebook file to perform data exploration
  • model.py - implements the learning model
  • report.pdf - detailed report of the problem and solution

Requirements

This project requires Python 2.7 and the following Python libraries installed:

Run

Navigate to the root folder, then execute one of the two following commands:

  • jupyter notebook capstone.ipynb to open the notebook file
  • python model.py to run the model and see categorization accuracy

About

Final Project of Udacity's Machine Learning Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published