Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.09 KB

File metadata and controls

42 lines (29 loc) · 1.09 KB

Algorithms

These are algorithms that we know exist and have some importance in the field of AI or are related. We may not know details yet. This is meant to serve us as a "mind map" for exploration. If you know an answer, feel free to write it up in your page(s) in the users/ area and link it from the term here (add something like Christian). We may chose not to read those pages right away though if we feel like finding out the answers ourselves.

  • regression

    • linear
    • general?
    • (logistic regression?)

    -> see subgroups/Regression

  • Bayes

  • gradient descent

    • first: newton's algorithm?
    • with differentiable functions?
    • stochastic gradient descent (for one sample, randomly)
    • (step lengths)
  • hidden markov?

Concepts

Perhaps with algorithms 'attached'.

  • (choosing the cost function)

  • tailor series

  • Eigenvectors