Brief introduction to Numpy and Importing in Python/Jupyter

preview_player
Показать описание
A very brief intro to numpy, python, and jupyter; note that this just helps students get started with what is numpy, what is an array, and what is importing.
Рекомендации по теме
Комментарии
Автор

Thankyou sir it helped me 👍❤️ plz create more on juypter for school students

vikrammadhavan
Автор

Thanks Ryan, your video is very helping

aimejeslyn
Автор

4:13 When creating a np.array(....) I am getting an error

1 import numpy as np
2 y = np.array([[0],
----> 3 [1], [1], [0]])
4 print(y)
5 def nolin(x, deriv=False):

TypeError: 'list' object is not callable

Jupyter says i cant call this function? How can i fix this? Help me please

eitanshirman