Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JGS594 Lecture 02

JGS594 Lecture 02

Software Engineering for Machine Learning
Introduction
(202201)

Javier Gonzalez-Sanchez

January 17, 2022
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. jgs SER 594 Software Engineering for Machine Learning Lecture 02:

    Introduction Dr. Javier Gonzalez-Sanchez [email protected] javiergs.engineering.asu.edu | javiergs.com PERALTA 230U Office Hours: By appointment
  2. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 3

    jgs SER594 – Software Engineering for Machine Learning Definition
  3. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 6

    jgs Definition § AI is a bigger concept to create intelligent machines that can simulate human thinking capability and behavior, whereas § Machine learning is an application or subset of AI that allows machines to learn from data without being programmed explicitly.
  4. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 8

    jgs Supervised § Supervised learning uses labeled input and output data
  5. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 9

    jgs Unsupervised § Supervised learning uses input data.
  6. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 15

    jgs Neural Network | Neuron input output
  7. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 16

    jgs Neural Network | Neuron X1 X2 X3 x4
  8. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 17

    jgs Neural Network | Neuron X1 X2 X3 x4 • Sumar x1 + x2 + …
  9. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 18

    jgs Neural Network | Neuron X1 X2 X3 x4 • Normalizar
  10. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 19

    jgs Neural Network | Neuron X1=1 X2=0.5 X3=0.5 X4=-1 • Sumar • Normalizar 0.73
  11. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 20

    jgs Neural Network X1 X2 X3 X4 W1 W2 W3 W4 sig (W1*X1 + W2*X2 + W3*X3 + W4*X4) • Sumar • Multiplicar • Normalizar
  12. Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 21

    jgs Neural Network | Weights input output
  13. jgs CSE 205 Object-Oriented Programming and Data Structures Javier Gonzalez-Sanchez,

    Ph.D. [email protected] Spring 2022 Copyright. These slides can only be used as study material for the class CSE205 at Arizona State University. They cannot be distributed or used for another purpose.