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

10 PYTHON ๐Ÿ libraries for machine learning.

Retweets are appreciated.
[ Thread ]


1. NumPy (Numerical Python)

- The most powerful feature of NumPy is the n-dimensional array.

- It contains basic linear algebra functions, Fourier transforms, and tools for integration with other low-level languages.

Ref:
https://t.co/XY13ILXwSN


2. SciPy (Scientific Python)

- SciPy is built on NumPy.

- It is one of the most useful libraries for a variety of high-level science and engineering modules like discrete Fourier transform, Linear Algebra, Optimization, and Sparse matrices.

Ref: https://t.co/ALTFqM2VUo


3. Matplotlib

- Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

- You can also use Latex commands to add math to your plot.

- Matplotlib makes hard things possible.

Ref: https://t.co/zodOo2WzGx


4. Pandas

- Pandas is for structured data operations and manipulations.

- It is extensively used for data munging and preparation.

- Pandas were added relatively recently to Python and have been instrumental in boosting Pythonโ€™s usage.

Ref: https://t.co/IFzikVHht4

You May Also Like