by GCBC Ventures | Nov 17, 2020 | Finance, Machine Learning
Finding Similar Stocks Results Code 1. Finding Similar Stocks There are many ways to find stocks with similar behavior based on how one defines similarity and the data used. In this article we use a 12 period channel where, for each period, we have (current adjusted...
by GCBC Ventures | Nov 12, 2020 | Machine Learning
Faiss MNIST KNN Faiss Gotchas 1. Faiss Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code...
by GCBC Ventures | Aug 26, 2020 | Machine Learning
Hyperparameter Search With GPyOpt: Part 1 – Scikit-learn Classification and Ensembling Hyperparameter Search With GPyOpt: Part 2 – XGBoost Classification and Ensembling GPyOpt Python Package Using GPyOpt Best Result and Ensembling Results 1. GPyOpt Python Package...
by GCBC Ventures | Apr 28, 2020 | Machine Learning, Papers
Deep Learning for Toxicity and Disease Prediction is a collection of 12 articles published as a free ebook. Below is an excerpt.
by GCBC Ventures | Apr 21, 2020 | Machine Learning
GPyOpt Python Package Using GPyOpt Best Result and Ensembling Results Code 1. GPyOpt Python Package GPyOpt is a Python open-source library for Bayesian Optimization developed by the Machine Learning group of the University of Sheffield. It is based on GPy, a Python...