· 2 min read

A Journey into Data Science from Scratch

This article was auto-translated from Chinese. Some nuances may be lost in translation.

Introduction

It’s a rare opportunity that our company has a fairly complete machine learning and data analytics team, along with relatively comprehensive resources and pipelines. I want to seize this chance to learn data science along the way, and if I run into anything I don’t understand, I can ask my colleagues directly. Data science is a broad field, and I don’t have a clear direction yet, so I’ll just learn as I go and see what sparks fly—time to embrace the slashie life!

Plan

  • Piece back together the missing puzzles from college statistics (2 weeks)
    • Distributions and various hypothesis testing methods
    • R: Learn it along the way while reviewing
  • Review linear algebra (3 weeks)
    • Totally forgot everything
  • Review Andrew Ng’s Machine Learning course (1 week)
    • When I took this course, it used Octave, but the concepts should still carry over
  • Coursera’s Deep Learning Specialization (6 weeks)
  • Finish reading the data science books I bought earlier (3 weeks)
  • Follow along with fast.ai while diving into research papers
    • Previously finished parts 1 through 4, but completely forgot it all.
  • Data Engineering
    • Airflow
    • Kafka
    • Personally really want to learn these two

This should easily take about 100 days. I might also look for some courses related to data analytics, since right now the list leans heavily toward machine learning and deep learning. In any case, I’m documenting what’s on my mind here so I don’t forget.

Goals

The main goal is to see what interesting things can happen at the intersection of front-end development and data science—integrating with ml.js or tensorflow.js sounds like a lot of fun.

Additionally, I have a few personal ideas that require support from data science, so I want to take advantage of having more free time now to build up my knowledge in this area. Back when I studied this before, my notes were scattered all over the place and are almost impossible to find now, and I’ve forgotten most of it anyway. This time, I’ll document everything properly on my blog.

Related Posts

Explore Other Topics