Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 649 Bytes

Machine Learning : cactus identification

Identify cactus with aerial images of desert

Competition here : https://www.kaggle.com/c/aerial-cactus-identification/

todo

  • MLP model
  • ResNet model
  • Hyperparameters setup
  • Predictions setup
  • Talos for random search and grid search
  • MLFlow implementation for logs and benchmark analysis

logs with Tensorboard

tensorboard --logdir=logs_tensorboard &

logs with MLFlow

mlflow server --host 0.0.0.0 --backend-store-uri file:///project_path/logs_mlflow