Text Classification with Keras and GloVe Word Embeddings

Text Classification with Keras and GloVe Word Embeddings

Deep Learning(DL) is the subset of Machine Learning. It is a method of statistical learning that extracts features or attributes from raw data. DL uses a network of algorithms called artificial neural networks which imitates the function of the human neural networks...
Text Similarity using fastText Word Embeddings in Python

Text Similarity using fastText Word Embeddings in Python

Text Similarity is one of the essential techniques of NLP which is used to find similarities between two chunks of text. In order to perform text similarity, word embedding techniques are used to convert chunks of text to certain dimension vectors. We also perform...