ML intro

Descripción

Mapa Mental sobre ML intro, creado por Rafael Salgado el 12/03/2018.
Rafael Salgado
Mapa Mental por Rafael Salgado, actualizado hace más de 1 año
Rafael Salgado
Creado por Rafael Salgado hace alrededor de 6 años
3
0

Resumen del Recurso

ML intro
  1. By Data
    1. Supervised: given training set is labeled
      1. Unsupervised: no right or wrong answer provided in training set
      2. By Result
        1. Categorization
          1. Continuous
          2. Linear regression
            1. Gradient descent: small step iterations until reaching a minima

              Nota:

              • Find minimum of cost function J by iterating mini steps to the minimal point
              1. By number of features "n"
                1. Single variable: find parameters theta0 and theta1
                  1. Multivariate: find parameters theta0... thetan
                  2. By function: select best function to match training set
                    1. Linear
                      1. Polynomial: square root
                      2. J(ThetaMatrix) = sum ((h(x) - y)^2)/2m
                        1. h(x): hypothesis function. h(x) = x0*theta0 + x1*theta1
                          1. x0 is equal to 1 most of the time!
                          2. y: output or target variable
                            1. m: number of training sets
                          3. Normal (analytical)
                          4. Logistic regression
                            1. Gradient descent
                              1. Advanced optimization methods
                                1. functions in Matlab/Octave)
                                  1. fminunc
                                  2. Details
                                    1. Used for classification models
                                  3. find parameters Theta to minimize cost function J
                                    Mostrar resumen completo Ocultar resumen completo

                                    Similar

                                    Machine Learning
                                    alex_sj
                                    Python
                                    Jay Prakash
                                    Skewed Distributions in Data Science.
                                    Vishakha Achmare
                                    Sampling Techniques In Data Science
                                    Vishakha Achmare
                                    Descriptive Statistics for Data Science
                                    Vishakha Achmare
                                    Logistic regression
                                    Vishakha Achmare
                                    Linear Regression
                                    Vishakha Achmare
                                    Inferential Statistics for Data Science
                                    Vishakha Achmare
                                    anatomy
                                    Rewise MD
                                    LA MML DE UN PROGRAMA
                                    trane64
                                    Machine Learning for Data Science
                                    Vishakha Achmare