Algebra Review: How does one best think about all of these numbers

#ALGEBRA
Share

--- Prerequisites ---

You do not need to have attended the earlier talks. If you know zero math and zero machine learning, then this talk is for you. Jeff will do his best to explain fairly hard mathematics to you. If you know a bunch of math and/or a bunch machine learning, then these talks are for you. Jeff tries to spin the ideas in new ways.

--- Longer Abstract ---

An input data item, eg a image of a cat, is just a large tuple of real values. As such it can be thought as a point in some high dimensional vector space. Whether the image is of a cat or a dog partitions this vector space into regions. Classifying your image amounts to knowing which region the corresponding point is in. The dot product of two vectors tell us: whether our data scaled by coefficients meets a threshold; how much two lists of properties correlate; the cosine of the angle between to directions; and which side of a hyperplane your points is on. A novice reading a machine learning paper might not get that many of the symbols are not real numbers but are matrices. Hence the product of two such symbols is matrix multiplication. Computing the output of your current neural network on each of your training data items amounts to an alternation of such a matrix multiplications and of some non-linear rounding of your numbers to be closer to being 0-1 valued. Similarly, back propagation computes the direction of steepest decent using a similar alternation, except backwards. The matrix way of thinking about a neural network also helps us understand how a neural network effectively performs a sequence linear and non-linear transformations changing the representation of our input until the representation is one for which the answer can be determined based which side of a hyperplane your point is on. Though people say that it is "obvious", it was never clear to me which direction to head to get the steepest decent. Slides Covered: http://www.eecs.yorku.ca/~jeff/courses/machine-learning

/Machine_Learning_Made_Easy.pptx

- Linear Regression, Linear Separator

- Neural Networks

- Abstract Representations

- Matrix Multiplication

- Example

- Vectors

- Back Propagation

- Sigmoid



  Date and Time

  Location

  Hosts

  Registration



  • Date: 09 Nov 2021
  • Time: 05:00 PM to 06:30 PM
  • All times are (GMT-05:00) Canada/Eastern
  • Add_To_Calendar_icon Add Event to Calendar
If you are not a robot, please complete the ReCAPTCHA to display virtual attendance info.
  • Contact Event Hosts
  • Starts 27 October 2021 02:00 PM
  • Ends 09 November 2021 05:00 PM
  • All times are (GMT-05:00) Canada/Eastern
  • No Admission Charge


  Speakers

Prof. Jeff Edmonds

Biography:

Jeff Edmonds has been a computer science professor at York since 1995,
after getting his bachelors at Waterloo and his Ph.D. at University of Toronto. His back ground is theoretical computer science. His passion is explaining fairly hard mathematics to novices. He has never done anything practical in machine learning, but he is eager to help you understand his musings about the topic.
https://www.eecs.yorku.ca/~jeff/