Course Content
How and Why to Register
Dear, to register for the 6 months AI and Data Science Mentorship Program, click this link and fill the form give there: https://shorturl.at/fuMX6
0/2
Day-17: Complete EDA on Google PlayStore Apps
0/1
Day-25: Quiz Time, Data Visualization-4
0/1
Day-27: Data Scaling/Normalization/standardization and Encoding
0/2
Day-30: NumPy (Part-3)
0/1
Day-31: NumPy (Part-4)
0/1
Day-32a: NumPy (Part-5)
0/1
Day-32b: Data Preprocessing / Data Wrangling
0/1
Day-37: Algebra in Data Science
0/1
Day-56: Statistics for Data Science (Part-5)
0/1
Day-69: Machine Learning (Part-3)
0/1
Day-75: Machine Learning (Part-9)
0/1
Day-81: Machine Learning (Part-15)-Evaluation Metrics
0/2
Day-82: Machine Learning (Part-16)-Metrics for Classification
0/1
Day-85: Machine Learning (Part-19)
0/1
Day-89: Machine Learning (Part-23)
0/1
Day-91: Machine Learning (Part-25)
0/1
Day-93: Machine Learning (Part-27)
0/1
Day-117: Deep Learning (Part-14)-Complete CNN Project
0/1
Day-119: Deep Learning (Part-16)-Natural Language Processing (NLP)
0/2
Day-121: Time Series Analysis (Part-1)
0/1
Day-123: Time Series Analysis (Part-3)
0/1
Day-128: Time Series Analysis (Part-8): Complete Project
0/1
Day-129: git & GitHub Crash Course
0/1
Day-131: Improving Machine/Deep Learning Model’s Performance
0/2
Day-133: Transfer Learning and Pre-trained Models (Part-2)
0/1
Day-134 Transfer Learning and Pre-trained Models (Part-3)
0/1
Day-137: Generative AI (Part-3)
0/1
Day-139: Generative AI (Part-5)-Tensorboard
0/1
Day-145: Streamlit for webapp development and deployment (Part-1)
0/3
Day-146: Streamlit for webapp development and deployment (Part-2)
0/1
Day-147: Streamlit for webapp development and deployment (Part-3)
0/1
Day-148: Streamlit for webapp development and deployment (Part-4)
0/2
Day-149: Streamlit for webapp development and deployment (Part-5)
0/1
Day-150: Streamlit for webapp development and deployment (Part-6)
0/1
Day-151: Streamlit for webapp development and deployment (Part-7)
0/1
Day-152: Streamlit for webapp development and deployment (Part-8)
0/1
Day-153: Streamlit for webapp development and deployment (Part-9)
0/1
Day-154: Streamlit for webapp development and deployment (Part-10)
0/1
Day-155: Streamlit for webapp development and deployment (Part-11)
0/1
Day-156: Streamlit for webapp development and deployment (Part-12)
0/1
Day-157: Streamlit for webapp development and deployment (Part-13)
0/1
How to Earn using Data Science and AI skills
0/1
Day-160: Flask for web app development (Part-3)
0/1
Day-161: Flask for web app development (Part-4)
0/1
Day-162: Flask for web app development (Part-5)
0/1
Day-163: Flask for web app development (Part-6)
0/1
Day-164: Flask for web app development (Part-7)
0/2
Day-165: Flask for web app deployment (Part-8)
0/1
Day-167: FastAPI (Part-2)
0/1
Day-168: FastAPI (Part-3)
0/1
Day-169: FastAPI (Part-4)
0/1
Day-170: FastAPI (Part-5)
0/1
Day-171: FastAPI (Part-6)
0/1
Day-174: FastAPI (Part-9)
0/1
Six months of AI and Data Science Mentorship Program
About Lesson

Codes:

Codes are available here

 
Join the conversation
Sibtain Ali 6 months ago
I have done this video with 100% practice.
Reply
tayyab Ali 6 months ago
I have done this lecture with 100% practice.
Reply
Muhammad Naeem 8 months ago
Done
Reply
Javed Ali 8 months ago
AOA, Day-28: Mastering NumPy for Data Science and AI (Part-1) is done with 100% practice.
Reply
Javed Ali 8 months ago
1D Arrays:Usage: 1D arrays, also known as vectors, are used to store and manipulate a collection of data points in a single dimension.2D Arrays:Usage: 2D arrays, also known as matrices, are used to represent data in a two-dimensional grid format with rows and columns.Multidimensional (nD) Arrays:Usage: Multidimensional arrays extend the concept to more than two dimensions, allowing for the representation of complex data structures.
Reply
Sana Shah 8 months ago
interesting numpy
Reply
Shahid Umar 8 months ago
Basic coding concept of the numpy library in this lecture. Numpy is used for array operations which is the fundamental of data structure.
Reply
Mohammad Sohail 8 months ago
complete Alhamdulila
Reply
SHAFIQ TOOR 8 months ago
In data science, arrays are fundamental data structures used to store and manipulate data. They are used to represent and work with multi-dimensional data, such as numerical values, images, time series, and more. The three most common types of arrays used in data science are 1D (one-dimensional), 2D (two-dimensional), and 3D (three-dimensional) arrays.
Reply
SHAFIQ TOOR 8 months ago
3D Arrays:Definition: A 3D array is an extension of the 2D array, where elements are arranged in a three-dimensional structure with multiple layers. Usage in Data Science: Representing volumetric data, such as medical imaging data (e.g., MRI or CT scans). Storing time series data with multiple variables, such as sensor data with measurements over time for different sensors. Representing video data, where each element represents a pixel value at a specific time frame. These array structures are used extensively in data preprocessing, feature engineering, model training, and model evaluation in various data science tasks, including machine learning, image processing, signal processing, and more. The choice of array type depends on the nature and requirements of the data being analyzed or processed.
SHAFIQ TOOR 8 months ago
2D Arrays:Definition: A 2D array, also known as a matrix or a two-dimensional table, is a collection of elements arranged in a grid-like structure with rows and columns. Usage in Data Science: Storing tabular data, such as datasets in a spreadsheet-like format. Representing images, where each element represents a pixel value. Working with mathematical operations that involve matrices, such as linear algebra and matrix factorization.
SHAFIQ TOOR 8 months ago
1D Arrays:Definition: A 1D array, also known as a vector or a one-dimensional sequence, is a collection of elements arranged in a linear manner. Usage in Data Science: Representing a series of data points, such as stock prices over time. Storing feature vectors in machine learning algorithms, where each element represents a feature. Representing time series data, such as temperature measurements over time.
SHAFIQ TOOR 8 months ago
Why we have 1D, 2D and 3D arrays and where we need them in data science?
Reply
0% Complete