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

Code

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 Adeel 7 months ago
Assignment:The terms you mentioned, such as int32, int64, float32, float64, and float16, are data types commonly used in programming languages to represent different kinds of numerical values. Here's a brief explanation of each data type:Int32 (or int): It stands for a 32-bit signed integer. The "int" data type is used to store whole numbers (positive, negative, or zero) without any fractional parts. The 32-bit refers to the number of bits used to represent the value, which determines the range of numbers that can be stored. In the case of int32, it can store values from approximately -2 billion to +2 billion.Int64 (or long): It stands for a 64-bit signed integer. Similar to int32, it represents whole numbers, but with a larger range. The 64-bit representation allows for much larger integer values to be stored, ranging from approximately -9 quintillion to +9 quintillion.Float32 (or float): It stands for a 32-bit floating-point number. Floating-point numbers are used to represent real numbers (numbers with fractional parts). The 32-bit representation allows for a certain level of precision but with a limited range. Float32 can represent numbers with about 7 decimal digits of precision.Float64 (or double): It stands for a 64-bit floating-point number. Similar to float32, but with a larger range and higher precision. Float64 can represent numbers with about 15 decimal digits of precision.Float16: It stands for a 16-bit floating-point number. It has a smaller range and precision compared to float32 and float64. Float16 is commonly used in applications where memory usage is critical, such as in machine learning models running on specialized hardware.
Reply
Javed Ali 8 months ago
Assignment: The choice of data type depends on the kind of data you need to store and the precision required for your calculations. If you need to work with integers, choose between int32 and int64 based on the range of values you need to represent. If you need to work with real numbers, choose between float32 and float64 based on the required precision, with float64 providing higher precision at the cost of increased memory usage.
Reply
Muhammad Hidayat Ullah Khan 8 months ago
Thanks for guidance and explaining basics of Numpy.
Reply
Najeeb Ullah 8 months ago
done
Reply
Moavia Hassan 8 months ago
The quiz is loading after this lecture
Reply
0% Complete