ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45 results

ThInKs We KnOw
Reshaping 3D Array into 2D and 1D Arrays in NumPy #numpy #python #datascience #engineeringstudent

TOPIC: NumPy Reshape: 3D to 2D & 1D Arrays (Examples). Key Rule: Total elements must remain constant. Original 3D Array ...

1:17
Reshaping 3D Array into 2D and 1D Arrays in NumPy #numpy #python #datascience #engineeringstudent

0 views

10 hours ago

ThInKs We KnOw
Reshaping of 2D Array in NumPy #numpy #python #datascience #datascienceforbeginners

TOPIC: NumPy Reshape 2D Arrays: Examples & Rules. Key Rule: Total number of elements must remain constant. Original 2D ...

1:02
Reshaping of 2D Array in NumPy #numpy #python #datascience #datascienceforbeginners

0 views

10 hours ago

ThInKs We KnOw
Python Code: NumPy Array Iteration of 1D, 2D, & 3D Arrays (Code in Description) #numpy #python

import numpy as np # ========================================== # NumPy Array Iteration: `for` LOOPS ...

1:24
Python Code: NumPy Array Iteration of 1D, 2D, & 3D Arrays (Code in Description) #numpy #python

0 views

22 hours ago

ThInKs We KnOw
Reshaping 2D Array into 3D Arrays in NumPy #datascience #numpy #python #datascienceforbeginners

TOPIC: NumPy Reshape: 2D to 3D Arrays (Examples). Key Rule: Total elements must remain constant. Original 2D Array (arr): ...

1:08
Reshaping 2D Array into 3D Arrays in NumPy #datascience #numpy #python #datascienceforbeginners

0 views

10 hours ago

ThInKs We KnOw
Lec 8: NumPy Array Indexing and Slicing #datascience #datascienceforbeginners #numpy #python

Iterating 1D Arrays: Looping through a 1D array prints each scalar element sequentially. ◦ Output: 1, 2, 3. • Iterating 2D Arrays: ...

6:27
Lec 8: NumPy Array Indexing and Slicing #datascience #datascienceforbeginners #numpy #python

28 views

2 days ago

Satyam
Numpy Tutorial

Timestamps 00:00 - Introduction & Importance of NumPy 00:47 - Understanding Data Types (Python list vs. NumPy array) 01:30 ...

28:14
Numpy Tutorial

24 views

5 days ago

ThInKs We KnOw
Reshaping 1D Array into 2D and 3D Arrays in NumPy #python #numpy #datascienceforbeginners

TOPIC: Reshaping 1D NumPy Arrays. Original shape: (12,). Ex 1: arr.reshape(3, 4) - Creates 3 rows, 4 columns.

0:32
Reshaping 1D Array into 2D and 3D Arrays in NumPy #python #numpy #datascienceforbeginners

0 views

10 hours ago

ThInKs We KnOw
Types of Arrays in NumPy #datascience #datascienceforbeginners #python #numpy

Title: Master NumPy Arrays in 4 Simple Steps! ⚡ If you want to get into Data Science or Machine Learning, you must know ...

0:46
Types of Arrays in NumPy #datascience #datascienceforbeginners #python #numpy

964 views

4 days ago

Hire Ready
Day-17/90 | AI, DS and ML complete course for beginners in English | Hire Ready | Numpy Python

Day 17 of your Complete AI Course in English is dedicated to NumPy, the fundamental numerical computing library in Python that ...

19:15
Day-17/90 | AI, DS and ML complete course for beginners in English | Hire Ready | Numpy Python

60 views

1 day ago

ThInKs We KnOw
NumPy: Slicing of 1D, 2D, 3D Array with Example Codes #datascience #python #numpy

In this video, we dive into NumPy array slicing with clear and practical coding examples. You'll learn how slicing works in 1D, 2D, ...

1:13
NumPy: Slicing of 1D, 2D, 3D Array with Example Codes #datascience #python #numpy

172 views

2 days ago

ThInKs We KnOw
NumPy Array Indexing #NumPy #ArrayIndexing #PythonTips #DataAnalysis #linearalgebra #datascience

How to Access Data in 1D, 2D, and 3D Arrays! Creating arrays is easy, but grabbing the specific data you need? That requires ...

0:38
NumPy Array Indexing #NumPy #ArrayIndexing #PythonTips #DataAnalysis #linearalgebra #datascience

0 views

3 days ago

ThInKs We KnOw
NumPy Array Slicing #datascience #datascienceforbeginners #numpy #python #Numpyslicing

Moving into 2D Dimensions When you advance to 2D arrays (matrices), the syntax expands to handle rows and columns ...

2:02
NumPy Array Slicing #datascience #datascienceforbeginners #numpy #python #Numpyslicing

209 views

2 days ago

Sayyed Nasar Ali
NumPy for Data Science | Hands-On Tutorial for Beginners

#sayyednasarali #NumPy #Python #DataScience #BeginnerPython #SchoolLevel #PythonTutorial #LearnNumPy #HandsOn Learn NumPy ...

11:19
NumPy for Data Science | Hands-On Tutorial for Beginners

633 views

5 days ago

ThInKs We KnOw
Arithmetic Operation on NumPy Arrays #datascience #datascienceforbeginners #numpy #python

The infographic demonstrates six core NumPy arithmetic operations using two 2D base arrays: arr1 ([[1, 2], [3, 4]]) and arr2 ([[10, ...

1:17
Arithmetic Operation on NumPy Arrays #datascience #datascienceforbeginners #numpy #python

297 views

21 hours ago

CodeWithPrashant
🔥 Day 4 — Error Handling + NumPy Full Beginner Guide | AI Engineer Roadmap 2025

Welcome to Day 4 of the AI Engineer Roadmap (6-Month Training Program)! Since we could not complete Error Handling ...

2:28:11
🔥 Day 4 — Error Handling + NumPy Full Beginner Guide | AI Engineer Roadmap 2025

296 views

Streamed 4 days ago

Data Scientist Afzal
Day 17: NumPy Basics for Data Science (Arrays, Speed & Math Explained) | 120-Day Data Science Series

... real projects ✓ Indexing & Slicing 1D and 2D array indexing Extracting meaningful data ✓ Vectorized Operations Element-wise ...

8:32
Day 17: NumPy Basics for Data Science (Arrays, Speed & Math Explained) | 120-Day Data Science Series

25 views

16 hours ago

ThInKs We KnOw
NumPy 3D Array Slicing with Negative Index #numpy #python #datascience #datascienceforbeginners

This infographic outlines the advanced technique of slicing 3D NumPy arrays using negative indices, applied to a dataset ...

1:21
NumPy 3D Array Slicing with Negative Index #numpy #python #datascience #datascienceforbeginners

0 views

23 hours ago

Hire Ready
Day-17/90 | AI, DS and ML complete course for beginners in Tamil | Hire Ready | Numpy

Day 17 of your Complete AI Course in Tamil focuses on NumPy, the core numerical computing library that powers almost every AI, ...

17:25
Day-17/90 | AI, DS and ML complete course for beginners in Tamil | Hire Ready | Numpy

388 views

1 day ago

InfoTech with Abdul Nasir Afridi
Lecture:53| 2d Arrays |Matrices declaration with out row size| Pashto

In this video tutorial i have explained how to declare and intialize 2D array without specifying size of arrays in row. Welcome to ...

5:09
Lecture:53| 2d Arrays |Matrices declaration with out row size| Pashto

23 views

4 days ago

InfoTech with Abdul Nasir Afridi
Lecture:47| 2D Array| 2D Matrices| Declaration and Static Initialization| Lect 01

Dear Students, in today lecture i have explained in detail how one can declare and initialize 2d arrays in C++. for more detail ...

6:32
Lecture:47| 2D Array| 2D Matrices| Declaration and Static Initialization| Lect 01

0 views

6 days ago