This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DATASET EVALUATED | |
| CSV based reviews from the 4 movies in the John Wick franchise to explore the different retrieval strategies. | |
| These were obtained from IMDB, and are available in the [AIM Data Repository](https://github.com/AI-Maker-Space/DataRepository). | |
| RETRIEVERS EVALUATED | |
| - Naive Retriever | |
| - BM-25 | |
| - Multi-Query Retriever |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Big O Cheatsheet: http://bigocheatsheet.com/ | |
| Introduction to Competitive Programming Contests: http://web.stanford.edu/class/cs97si/ | |
| Another Competitive Programming Course: http://algo.is/competitive-programming-course/ | |
| TopCoder Tutorials : https://www.topcoder.com/community/data-science/data-science-tutorials/ | |
| Leetcode Articles: http://articles.leetcode.com/ | |
| Indian Computing Olympiad: http://www.iarcs.org.in/inoi/online-study-material/ | |
| Dynamic Programming :http://20bits.com/article/introduction-to-dynamic- | |
| Datastructures/ Algorithms Code Library :http://kaidul.com/algorithm-data-structure-code-library/ | |
| Fenwick Trees: http://notes.tweakblogs.net/blog/9835/fenwick-trees-demystified.html | |
| Algorithm Gym: http://codeforces.com/blog/entry/15729 |