A-Jacobson / interview_prep

Collection of notebooks reviewing concepts in CS, ML, and Stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Preparation

Collection of notebooks reviewing concepts in CS, ML, and Stats for data science interviews

Data Structures & Algorithms

Resources:

Topics:

Statistics

Resources

Topics

  • Bayes Rule -
  • A/B testing -
  • Summarization -

Machine Learning

Resources:

Supervised Learning:

  • KNN -
  • Linear Regression -
  • Logistic Regression -
  • Trees -
  • Naive Bayes -
  • SVM -

Unsupervised Learning:

  • PCA -
  • TSNE -
  • K-means -

Validation

  • Precision vs Recall
  • K-fold CV
  • Learning Curves
  • ROC curves

Representations

  • Image feature representations
  • Text feature representations
  • Class Imbalances

Optimization

  • Normal Equation
  • SGD

Deep Learning

Resources:

Topics:

  • CNN -
  • RNN -
  • Word2Vec -
  • Batch Norm -
  • Dropout -

Other Topics:

  • Databases
  • AWS
  • Spark
  • SQL
  • web scraping

About

Collection of notebooks reviewing concepts in CS, ML, and Stats


Languages

Language:Jupyter Notebook 95.1%Language:Python 4.9%