Toggle navigation
ai_workshops
Nav
github
ai_workshops
Overview
Week 0: Introduction
Week 1 - Image Classification
Week 2 - Data Augmentation
Week 3 - Semantic Segmentation
Numpy
import
numpy
as
np
This is a numpy array:
a
=
np
.
ones
(
5
)
a
array([1., 1., 1., 1., 1.])