Building Vector Search? Why FAISS Alone Isn’t Enough
Author(s): Tina Sharma Originally published on Towards AI. What FAISS Does Well, Where It Stops, and When to Use a Vector Database Instead FAISS is a fast vector search library, not a database. Learn what it does well, where it fails in …
This One Change Made My Random Forest Faster and More Accurate|Machine Learning|AI
Author(s): Tina Sharma Originally published on Towards AI. I removed most of the trees without retraining the model A Random Forest is a model made by combining many decision trees.Each tree looks at the data slightly differently and makes its own prediction. …