PROJECT
ON
HEART DISEASE PREDICTION
(Lecture-3)
(NumPy array)
Presented by
Dr. Debasis Mohapatra
Assistant Professor
Dept. of CSE, PMEC, Berhampur
NumPy (Basics)
NumPy stands for Numerical Python.
It is a library consisting of multidimensional array objects and a
collection of routines for processing those arrays.
Using NumPy, mathematical and logical operations on arrays can
be performed.