randomized-search
There are 11 repositories under randomized-search topic.
lovpatel93/PIMA_Indian_Diabetes_DataSet
The objective of the dataset is to diagnostically predict whether or not a patient has diabetes, based on certain diagnostic measurements included in the dataset
ocramz/rp-tree
Random projection trees
KieranLitschel/KerasSearchCV
Built for the implementation of Keras in Tensorflow. Behaves similarly to GridSearchCV and RandomizedSearchCV in Sci-Kit learn, but allows for progress to be saved between folds and for fitting and scoring folds in parallel.
hugohiraoka/Credit_Card_Customer_Churn_Prediction
Bank Credit Card Customer churn prediction
NikolaZubic/NineMensMorrisAI
Nine Mens Morris (Human vs AI) implemented in Python by using Alpha–Beta Pruning algorithm and Randomized Search Heuristics.
paddywardle/Health-Insurance-Regression---Python
Various Regression models including linear, polynomial, ridge, lasso and elastic net were experimented with to find which model best predicted health insurance costs. The models were evaluated using cross-validation, from which the best models were optimized using randomized search. The best model was then evaluated on the test data.
schatzederwelt/stock-prices-cars
Прогнозирование рыночной стоимости автомобилей
Shuhaib-Ahamed/Email-Spam-Classification
Email spam classification for Naive Bayes, Gradient Boosting Machine, Support Vector Machine and Random Forest
savrgg/MsDS_Modern_Optimization
Personal notes for modern optimization methods course (University of Edinburgh 2017-1)
ThaminduDilshan/multi-search-comparison
Compare time complexity of binary search algorithm and randomized search algorithm to search for 1000 keys in a sorted array