You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The research paper scrape bot is designed to help researchers and students find academic papers by scraping websites. The bot uses web scraping techniques to extract relevant information from these websites and presents it to users in an organized format.
[Working on it] Implemented the Sequence-to-Sequence LSTM architecture from Sutskever et al. (2014) for English-to-French translation, achieving BLEU score comparable to the original paper; implemented custom data preprocessing, deep LSTM encoder-decoder.