
Muhammad Bilal
@BilalCodes649
Followers
29
Following
602
Media
48
Statuses
163
Full Stack Developer | Aspiring Machine Learning Enthusiast | Exploring NLP | #LearningInPublic | Freelancing | Lifelong Learner
Pakistan
Joined April 2023
I have got the first part certificate of Machine Learning Specilization of @AndrewYNg on @coursera
1
0
3
Just implemented a neural networks in python without using Tenserflow and Pytorch.#MachineLearning #DeepLearning #Python.
0
0
1
5 Challenges in Machine Learning Adoption and How to Overcome Them
machinelearningmastery.com
Machine learning presents transformative opportunities for businesses and organizations across various industries. From improving customer experiences to optimizing operations and driving innovation,...
0
0
1
Inspiring takeaway: MLR allows us to handle complex datasets with multiple variables, leading to more accurate predictions. (7/7) #Inspiration #Learning.
0
0
0
Feature scaling is crucial to ensure all features contribute equally. Techniques include normalization and standardization. (6/7) #FeatureScaling.
0
0
0
Gradient Descent helps minimize the cost function. We update ( w ) parameters iteratively: ( w_j = w_j - alpha * (∂/∂w_j) J(w)). (5/7) #GradientDescent #Optimization.
0
0
0
The cost function used in MLR is the Mean Squared Error (MSE): J(w) = (1/2m) * Σ (h(x(i)) - y(i))^2. This measures the error of our hypothesis. (4/7) #CostFunction.
0
0
0
The hypothesis function for MLR is h(x) = w0 + w1x1 + w2x2 + . wnxn. Here, each w represents a parameter, and x represents the feature. (3/7) #MathInML.
4
0
1
MLR extends simple linear regression by using multiple features to predict outcomes, rather than just one. 🧩 (2/7) #MLR #DataScience.
1
0
1
Let's dive into Multivariate Linear Regression (MLR) in Machine Learning! A thread inspired by Andrew Ng's course. (1/7) #MachineLearning #ML #Python #DataScience.
1
0
1
Build a simple AI model to predict the ice cream sales based on user input temperature. Share some tips for next step that will be helpful for me!. #MachineLearning #ArtificialInteligence #Python.
0
0
2
Exploring the relationship between age and blood pressure using linear regression. #DataScience #MachineLearning #Python #100DaysOfCode
0
0
3