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...