Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 636 Bytes

machine_learning_portfolio

Clustering and Segmentation (K-Means, Finding best K, Elbow Method)

  1. Segmenting customer spending proportionate to their annual income.

Principal Component Analysis (Dimensionality Reduction)

  1. Segmenting credit card users into customer segments from credit card balance.

Linear and Logistic Regression

  1. Linear regression of sales to ads sold to predict future sales from ads sold.
  2. Predicting Electricity Generation in Future.
  3. Predicting Room Occupancy from Sensor Data.

Deep Learning (with Keras and TensorFlow)

  1. Classify spam status of e-mails with TensorFlow and Keras.