Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.57 KB

Machine Learning Engineer Nanodegree

  • Deep Learning (Supervised): Computer Vision, Classification
  • Algorithm: Convolutional Neural Network (CNN)
  • Performance Metric: Categorical Crossentropy
  • Stack: Python, TensorFlow, Keras

  • Machine Learning (Unsupervised): Clustering
  • Algorithm: PCA, Gaussian Mixture
  • Performance Metric: Silhouette Score
  • Stack: Python, Sklearn

  • Machine Learning (Supervised): Classification
  • Algorithm: Gradient Boosting Classifier
  • Performance Metric: fbeta_score
  • Stack: Python, SKlearn

  • Machine Learning (Supervised): Regression
  • Algorithm: Decision Tree Regressor
  • Performance Metric: r2_score
  • Stack: Python, Sklearn