Jump to content

Tech learning roadmaps…


dasari4kntr

Recommended Posts

8 hours ago, TOM_BHAYYA said:

AI learning materials plz

Check page 23 to 27....

I will update more on this topic once I am back...from trip..

Link to comment
Share on other sites

  • 2 weeks later...


Linear Regression clearly Explained!🚀

Linear Regression models relationship between a dependant variable (y) & two or more independent variables (x1, x2 ...)

️For the sake of simplicity we discuss linear regression with a single independent variable.

Mathematical Representation:

y=mx+c

where:
- y is the dependent variable
- x is the independent variable
- m is the slope of the line
- c is the y intercept

Cost Function:

️The goal is to find the best values for m and c that minimize the error between the predicted values & the actual values for all data points.

This is how the cost function looks, a mean squared error:

MSE= 1/N∑(yi−(m*xi+c))**2

Where:

- N is the number of data points.
- yi is the actual value for the ith data point.
- mxi+c is the predicted value for the ith data point.

F27VEmca0AABXG5?format=webp&name=medium


How it works (Optimisation)

To minimize the MSE, we can use gradient descent.

The basic idea is to:

- Start with some initial value of m & c
- Compute the gradient of the MSE w.r.t. both m & c.
- Update m & c in the direction of the negative gradient.

 

F27bdN6aQAANm-Q?format=webp&name=medium


Implementation from Scratch:

Now that we understand how things work it's fairly simple to implement linear regression in Python!

Check this out👇 

F27bdN6awAAqT3k?format=webp&name=medium


That's a wrap, If you interested in:

- Python 🐍
- Machine Learning 🤖
- Maths for ML 🧮
- MLOps 🛠
- CV/NLP 🗣
- LLMs 🧠

Find me → 
@akshay_pachaar
 ✔️
Everyday, I share tutorials on above topics!

Cheers!🥂
 

Link to comment
Share on other sites

  • 2 weeks later...
Just now, enigmatic said:

the same courses i think are also part of educative.io. 

Yaa grokking famous bro epadi nincho undi but most of the system design subjective kada there is no correct or wrong straight answer , it's how we will make the two sentences answer to 45 minutes matters adiki connect avali aa points baga rasaru like how to layout your discussion

Link to comment
Share on other sites

Best FREE Online Cyber Security Courses with Certifications:

💥Google Cybersecurity Professional Certificate
https://coursera.org/google-certificates/cybersecurity-certificate 

💥Introduction to Cybersecurity (Udacity)
https://udacity.com/course/intro-to-cybersecurity-nanodegree--nd545 

💥Introduction to Cyber Security (Skillup)
https://simplilearn.com/learn-cyber-security-basics-skillup 

💥Security Engineer (Udacity)
https://udacity.com/course/security-engineer-nanodegree--nd698 

💥Introduction to Cyber Security
https://mygreatlearning.com/academy/learn-for-free/courses/introduction-to-cyber-security 

💥Cybersecurity for Everyone (Coursera)
https://coursera.org/learn/cybersecurity-for-everyone 

💥Introduction to Cyber Security Specialization (Coursera)
https://coursera.org/specializations/intro-cyber-security 

💥Cybersecurity: Developing a Program for Your Business Specialization (Coursera)
https://coursera.org/specializations/cybersecurity-developing-program-for-business 

💥Cybersecurity for Everyone
https://coursera.org/learn/cybersecurity-for-everyone 

💥Introduction to Cybersecurity
https://edx.org/course/introduction-to-cybersecurity 

💥Cloud Security Basics
https://coursera.org/learn/cloud-security-basics 

Follow @Kanojiyaaakash1
 for such free resources.

 

F4mB1FSakAAwfZh?format=jpg&name=900x900

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...