RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 68 forks source link

Implemented Bayes Optimization #146

Closed harsh-ux closed 3 years ago

harsh-ux commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #65

Brief description of what is fixed or changed

Implemented the bayes optimization taking a gaussian process regressor as a surrogate function for representative purposes.

Other comments