Data Science with Python: Numpy
This is the 5th article in the ‘Data Science with Python’ series. In this article, we will learn about Arrays and the NumPy library of Python. Table of Contents Introduction […]
This is the 5th article in the ‘Data Science with Python’ series. In this article, we will learn about Arrays and the NumPy library of Python. Table of Contents Introduction […]
In this article, we will set a strong foundation with the fundamentals of Generative AI. Generative AI is Generative Artificial intelligence, the innermost sub-field of Artificial Intelligence. The Venn diagram
Till now we have learned foundational topics of Data Science and basic data types and data structures of Python. Now, we are moving to basic Python functions. What is a
In the previous article, we dive into the details of Data Types in Python. Now, let’s move to basic data structures in Python. Data Structures are building blocks for a
In previous articles, we have established the foundation of Data Science while learning linear algebra, Coordinate Geometry, Planes, and Matrices. In this article, we will learn about basic data types in
The next topic to learn is Matrices, to set up a strong foundation for Data Science. We have learned Linear Algebra, Coordinate Geometry, and Planes in previous articles. Introduction to Matrices
Foundations of Data Science: Matrix and Matrices Read More »
We are setting up the foundation of Data Science with a brief introduction to Planes. This is the third article in the Data Science Foundation series. We have learned about
We are learning the basics of Data Science. This is the second article on Coordinate Geometry which is the second step of the data science foundation. Read the first article
Foundations of Data Science: Coordinate Geometry Read More »
Table of Content Introduction Classification metrics: Accuracy Confusion Matrix Precision and Recall F1 Score AUC-ROC Log Loss Hamming Loss Conclusion Introduction Classification models are one of the most popular models
Performance Metrics for Classification: Data Science with Python Read More »