Types of feedback in Learning?
Simplest form of supervised learning?
Inductive Learning, learn a function from examples
Feed-forward vs recurrent?
– Feed-forward: outputs only connect to later layers
• Learning is easier
– Recurrent: outputs can connect to earlier layers or same layer
• Internal state
Neural Networks Evaluation
• Advantages
– Handle errors well
– Graceful degradation
– Can learn novel solutions
• Disadvantages
– “Neural networks are the second best way to do anything”
– Can’t understand how or why the learned network works
– Examples must match real problems
– Need as many examples as possible
– Learning takes lots of processing
• Incremental so learning during play might be possible
5 analysis for NLP?
2 parts of NLP?
What is prior probability and posterior probability?
prior (unconditional) probability is probability without seeing other events (independent).
posterior (conditional) probability is probability that depends on other events.