Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
333 stars 294 forks source link

Closes the issue `#662`. Hyper Parameter Tuning using Bayesian Optimization. #750

Closed akashrai2003 closed 3 weeks ago

akashrai2003 commented 1 month ago

Three methods of Bayesian Optimization i.e. GP, TPE, SMAC being implemented using 2 different datasets:

  1. ECG from MIT-BIH
  2. MNIST Dataset

Closes the issue #662