CS 445 Machine Learning

Fall 2020

Numpy - A Less Loopy World

Learning Objectives

This lab is designed with the following learning objectives:
  • utilize numpy math operations in lieu of for loops and describe the performance/computation advantages
  • utilize numpy slicing and masking operations

Tasks