Can you get a job in data science and machine learning without a college degree?

🧵👇

Short Answer: Yes.

Long Answer, keep reading 👇

(Advice from industry experts who I talked to.)
Companies are looking for people who add value.
In order to add value, you'll need skills. Simple as that.

Get the skills to provide value and you'll get the job.
In the age of the internet where everything is pretty much free, why do college degrees matter?

A college degree makes it easier to get the skills to get a job in machine learning or data science.
College degrees also help you make many useful connections and provides many opportunities in the form of internships and whatnot.

College degrees have their own place
However that does not mean that you cannot get into these fields without a degree, it'll just take more work.
For machine learning and data science you mainly need 3 skills:

- The theoretical part which mainly includes math
- The practical part which includes programming skills
- An understanding of the industry in which one is applying machine learning and data science
Most people will probably stop here because of the math.

Math is important, but not when you are starting out. You can learn math as and when you need it, programming is actually the more important part.
Start by having strong fundamentals in programming.
This is more important than you think it is.
Python, R and Julia are some of the options out there.
Python is the most recommended for several reasons.
Next, work on a few Kaggle challenges by taking the help of submissions of other users, the docs and the internet.

While you are making these models, try to research a bit more about what's going on under the hood.
If you're making a neural network, try researching about the some of the activation functions you have used in the model.
This was just one approach to learning the skills needed for machine learning and data science. Do what works for you, just get the job done.
And of course, this isn't going to be a very easy process.

It could take more than a year before you could get ready for applying to jobs.

That doesn't mean it can't be done.

More from Pratham Prasoon

More from Machine learning

With hard work and determination, anyone can learn to code.

Here’s a list of my favorites resources if you’re learning to code in 2021.

👇

1. freeCodeCamp.

I’d suggest picking one of the projects in the curriculum to tackle and then completing the lessons on syntax when you get stuck. This way you know *why* you’re learning what you’re learning, and you're building things

2.
https://t.co/7XC50GlIaa is a hidden gem. Things I love about it:

1) You can see the most upvoted solutions so you can read really good code

2) You can ask questions in the discussion section if you're stuck, and people often answer. Free

3. https://t.co/V9gcXqqLN6 and https://t.co/KbEYGL21iE

On stackoverflow you can find answers to almost every problem you encounter. On GitHub you can read so much great code. You can build so much just from using these two resources and a blank text editor.

4. https://t.co/xX2J00fSrT @eggheadio specifically for frontend dev.

Their tutorials are designed to maximize your time, so you never feel overwhelmed by a 14-hour course. Also, the amount of prep they put into making great courses is unlike any other online course I've seen.

You May Also Like