Skip to content

Implement different type of machine learning models to deal with practical problems, majorly using Python

License

Notifications You must be signed in to change notification settings

generlist/Hanhan-Machine-Learning-Model-Implementation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanhan-s-Machine-Learning-Model-Implementation

Implement different type of machine learning models to deal with practical problems, majorly using Python

  1. Building Price Models
  • Classifiers like Bayesian classifiers, decision trees, SVM can be used for prediction, but may not be the best choices for predictions about numerical data with many different attributes.
  • Check ReadMe_PriceModels.txt for all the details.
  1. Advanced Classification for MatchMaker dataset
  • Dating website looks really magical, they match people based on the info each individual provided, the generated dataset is called MatchMaker dataset, which contains both numerical and nominal data.
  • I have practiced advanced classification models like SVM, linear classifiers and kernel methods in this part of code.
  • Finally, I have parsed friends data through Facebook Graph API, then did data preprocessing and finally used SVM to do friends prediction.
  • Check ReadMe_AdvancedClassification.txt for all the details.
  1. Searching and Ranking
  • I am creating a basic search engine in this part of code, and there are 4 steps: crawling, indexing, ranking, building neural network for ranking queries
  • Check ReadMe_SearchRanking.txt for all the details.
  1. Optimization
  1. Decision Tree

About

Implement different type of machine learning models to deal with practical problems, majorly using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%