Recent posts

Research about Information Extraction in Biology Published in bioRxiv

2 minute read

Published:

Information Extraction (IE) is used to extract useful information from unstructured or semi-structured data. I have tried to collect and curate some publications form bioRxiv that related to the information extraction in biology, and the results were listed here. Please enjoy it!

Collections of Github Repository in Python for LSTM

2 minute read

Published:

An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla RNNs through additional cells, input and output gates. This RNN type introduced by Hochreiter and Schmidhuber. I have tried to collect and curate some Python-based Github repository linked to the LSTM, and the results were listed here. Please enjoy it to support your research about LSTM using Python!

Research about Multi Document Summarization Published in ArXiv

1 minute read

Published:

Multi-document summarization is an automatic process to create a concise and comprehensive document, called summary from multiple documents. I have tried to collect and curate some publications form Arxiv that related to multi document summarization, and the results were listed here. Please enjoy it!

Research about Generative Adversarial Networks Published in ArXiv

17 minute read

Published:

Generative adversarial networks (GANs) are an exciting recent innovation in machine learning. GANs are generative models: they create new data instances that resemble your training data. I have tried to collect and curate some publications form Arxiv that related to the generative adversarial networks, and the results were listed here. Please enjoy it!

Research about Recurrent Neural Networks Published in ArXiv

8 minute read

Published:

Recurrent neural networks (RNNs) are a class of neural networks that are naturally suited to processing time-series data and other sequential data. I have tried to collect and curate some publications form Arxiv that related to the recurrent neural networks, and the results were listed here. Please enjoy it!