Difference between revisions of "Resources"

From AI Matters Wiki
Jump to: navigation, search
(HMMs)
(CTR Prediction resources)
 
(One intermediate revision by the same user not shown)
Line 77: Line 77:
 
** Russell and Norvig, Artificial Intelligence: a modern approach, 3rd ed, sections 15.3, 20.3.3.
 
** Russell and Norvig, Artificial Intelligence: a modern approach, 3rd ed, sections 15.3, 20.3.3.
 
** [https://web.stanford.edu/~jurafsky/slp3/9.pdf Speech and Language Processing, 3rd ed, Chapter 9 by Daniel Jurafsky and James H. Martin]
 
** [https://web.stanford.edu/~jurafsky/slp3/9.pdf Speech and Language Processing, 3rd ed, Chapter 9 by Daniel Jurafsky and James H. Martin]
** [Lawrence Rabiner tutorial "A tutorial on hidden Markov models and selected applications in speech recognition"]
+
** [http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/Reprints/tutorial%20on%20hmm%20and%20applications.pdf Lawrence Rabiner tutorial "A tutorial on hidden Markov models and selected applications in speech recognition"]
 
** Christopher Bishop's "Pattern Recognition and Machine Learning", Section 13.2
 
** Christopher Bishop's "Pattern Recognition and Machine Learning", Section 13.2
 
** [https://stats.stackexchange.com/questions/3294/resources-for-learning-markov-chain-and-hidden-markov-models StackExchange thread "Resources for learning Markov chain and hidden Markov models"]
 
** [https://stats.stackexchange.com/questions/3294/resources-for-learning-markov-chain-and-hidden-markov-models StackExchange thread "Resources for learning Markov chain and hidden Markov models"]
Line 86: Line 86:
 
** [http://cs.jhu.edu/~jason/papers/eisner.hmm.xls Jason Eisner's spreadsheet for teaching the forward-backward algorithm] and [https://cs.jhu.edu/~jason/papers/eisner.tnlp02.pdf his paper on using it for teaching]  
 
** [http://cs.jhu.edu/~jason/papers/eisner.hmm.xls Jason Eisner's spreadsheet for teaching the forward-backward algorithm] and [https://cs.jhu.edu/~jason/papers/eisner.tnlp02.pdf his paper on using it for teaching]  
 
** [https://www.quora.com/What-are-some-good-resources-for-learning-about-Hidden-Markov-Models Quora question "What are some good resources for learning about Hidden Markov Models?"]
 
** [https://www.quora.com/What-are-some-good-resources-for-learning-about-Hidden-Markov-Models Quora question "What are some good resources for learning about Hidden Markov Models?"]
* Model AI Assignments
+
* [http://modelai.gettysburg.edu Model AI Assignments]
 
** [http://modelai.gettysburg.edu/2017/hmm Sravana Reddy's "Implementing a Hidden Markov Model Toolkit"]
 
** [http://modelai.gettysburg.edu/2017/hmm Sravana Reddy's "Implementing a Hidden Markov Model Toolkit"]
 
** [http://modelai.gettysburg.edu/2010/pacman/projects/tracking/busters.html John DeNero and Dan Klein's "The Pac-Man Projects" Project #4: Ghostbusters]
 
** [http://modelai.gettysburg.edu/2010/pacman/projects/tracking/busters.html John DeNero and Dan Klein's "The Pac-Man Projects" Project #4: Ghostbusters]
 +
 +
=Click-Through Rate (CTR) Prediction=
 +
* [https://www.kaggle.com/ Kaggle] CTR Prediction Competitions:
 +
** [https://www.kaggle.com/c/criteo-display-ad-challenge Criteo]
 +
** [https://www.kaggle.com/c/avazu-ctr-prediction Avazu]
 +
** [https://www.kaggle.com/c/avito-context-ad-clicks Avito]
 +
** [https://www.kaggle.com/c/outbrain-click-prediction Outbrain]
 +
* [https://xgboost.readthedocs.io/en/latest/ XGBoost] - Extreme Gradient Tree Boosting
 +
** [https://dl.acm.org/citation.cfm?doid=2939672.2939785 XGBoost: A Scalable Tree Boosting System] 
 +
* [https://github.com/guestwalk/libffm libffm] - library for Field-aware Factorization Machines (FFMs)
 +
** [https://dl.acm.org/citation.cfm?doid=2959100.2959134 Field-aware factorization machines for CTR prediction]
 +
** [https://www.csie.ntu.edu.tw/~r01922136/kaggle-2014-criteo.pdf Slides on winning approach to Criteo CTR Prediction competition]

Latest revision as of 14:31, 15 September 2018

Starting Places

General

Machine Learning

Neural Network Learning

Hidden Markov Models

Click-Through Rate (CTR) Prediction