#!/usr/local/bin/php
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /cgihome/cis520/html/dynamic/2016/wiki/pmwiki.php on line 691

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /cgihome/cis520/html/dynamic/2016/wiki/pmwiki.php on line 694

Warning: Use of undefined constant MathJaxInlineCallback - assumed 'MathJaxInlineCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2016/wiki/cookbook/MathJax.php on line 84

Warning: Use of undefined constant MathJaxEquationCallback - assumed 'MathJaxEquationCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2016/wiki/cookbook/MathJax.php on line 88

Warning: Use of undefined constant MathJaxLatexeqrefCallback - assumed 'MathJaxLatexeqrefCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2016/wiki/cookbook/MathJax.php on line 94
CIS520 Machine Learning | Lectures / Other
Recent Changes - Search:

Home

Other

 

What we didn’t (much) cover

  • Hypothesis testing
    • p-values: the p-value is the probability of obtaining a test statistic at least as extreme as the one that was actually observed, assuming that the null hypothesis is true
    • Confidence intervals, standard error estimates
  • Gibbs Sampling /MCMC
  • Conditional Random Fields (CRFs)
    • supervised learning for HMM-style modes
  • Metric learning
    • {$x^\top A x$}
  • Multitask learning
    • simultaneously predict multiple {$y$}s
  • Domain adaptation
    • adapt model from one distribution {$p(x,y)$} to another
  • Reinforcement learning
    • Choose sequence of actions, to maximize the expected reward
    • Markov Decision Processes (MDP, POMDP)
  • Graphs and networks
    • Markov fields
    • graph Laplacians
  • Structured learning
    • predict a structure (e.g. a parse tree) instead of predicting a vector

Back to Lectures

Edit - History - Print - Recent Changes - Search
Page last modified on 07 December 2016 at 07:48 AM