Brief introduction to Numpy and Importing in Python/Jupyter

Sdílet
Vložit
  • čas přidán 4. 05. 2020
  • 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.

Komentáře • 4

  • @vikrammadhavan8462
    @vikrammadhavan8462 Před 3 lety +2

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

  • @eitanshirman9072
    @eitanshirman9072 Před 2 lety

    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

  • @aimejeslyn6387
    @aimejeslyn6387 Před 2 lety

    Thanks Ryan, your video is very helping

  • @arpitakale5281
    @arpitakale5281 Před rokem +1

    Thank you