Data Engineering Landscape 2024
The journey of Generative AI has just begun, and we’re already witnessing its incredible power and diverse use cases. The impact so far is just… Read More »Data Engineering Landscape 2024
The journey of Generative AI has just begun, and we’re already witnessing its incredible power and diverse use cases. The impact so far is just… Read More »Data Engineering Landscape 2024
People use data engineering to design and build systems that allow them to collect and analyze data in various formats from many sources. These systems… Read More »What is Data Engineering?
GPT-4 is an extended version of chatGPT 3.5 powered by OpenAI. It is a multi-model platform available to only chatGPT plus users right now. ChaGPT… Read More »What is ChatGPT 4, Is it a threat?
There is so much confusion around this basic concept. Often people ask me what is the real difference between these terms Al vs ML vs… Read More »AI vs ML vs DL vs Data Science
One day a client ask me, look we have a set of users and they got some data, but they are not sure what question… Read More »What is Exploratory Data Analysis? (EDA)
By Narendra Kumar Welcome to the new blog series on Time series analysis. In the previous blog, we saw how to build a logistic regression… Read More »Time Series Analysis: Forecasting the demand Part-1
Welcome, to the section on ‘Logistic Regression’ for machine Learning using Python. Another technique for logistic regression for machine learning is the field of statistics.… Read More »Logistic Regression for Machine Learning using Python
In the last article, we saw the Cost function in detail. Y=β0 + β1x where β0 is the intercept of the fitted line and β1… Read More »An Intuition Behind Gradient Descent using Python
In the field of computer science and mathematics, the cost function for linear regression also called as loss function or objective function is the function… Read More »Cost Function for Linear regression
Welcome to the module on Linear regression in the previous blog I have explained about the “Assumptions of linear regression” and “Model Evaluation Metrics Used… Read More »Linear Regression For Machine Learning Using Python.