Syed Shahzaib AliMaking Sense of Logistic Regression: A Simplified TutorialLogistic Regression is a supervised learning algorithm used for classification problems. It is a type of generalized linear model that uses…Jan 18, 2023Jan 18, 2023
Syed Shahzaib AliMastering Linear Regression: A Simple ApproachLinear regression is a statistical method used to model the linear relationship between a dependent variable and one or more independent…Jan 3, 2023Jan 3, 2023
Syed Shahzaib AliUse of Generator Functions and Yield in PythonIn this small article, I’ll skim through the primary use of generator functions and yield statements in Python. There are a lot of…Aug 8, 2022Aug 8, 2022
Syed Shahzaib AliMutable vs Immutable Data Objects in PythonIn this short article, let's understand the basic difference between mutable and immutable data types in Python. “Mutable” comes from the…Aug 7, 2022Aug 7, 2022
Syed Shahzaib AliBasic Difference between Word Embeddings and Word VectorsIf you are Data Scientist or especially a Natural Language Processing expert then you should have come across these two terms while…Jan 2, 20221Jan 2, 20221