Machine Learning

From dandi08

Jump to: navigation, search

[edit] Preliminary plan:

Research and write a paper about machine learning as it is exists today

This will involve:

  • Set and Probability theory
  • Explanations of the most commonly used algorithms (basically MaxEnt cuz that's what the street bangin these days)
  • Past, present, and future uses of Machine Learning techniques

[edit] A rudimentary implementation of machine learning in an application

A program which can give a more accurate numerical score to a video game based on the opinion words used in various reviews.

This will involve:

  • A Parser which retrieves reviews from gaming sites and converts them to plain text
  • The use of NLTK to find significant words and phrases which provide information about the quality of the game
  • A machine learning algorithm which determines which words appear in what quantity in positive, neutral, and negative reviews
  • A resultant algorithm which determines how good or bad a review rates a game based on the above words

If you're interested pls sign your name below.

[edit] People who are down:

 -Rik
 -Veles
 -Tara
 -Marc Hamilton


Some useful links: