Skip to content

jquickgh/udacity-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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