Dr. J. M. Ashfaque, MInstP

Results 10 issues of Dr. J. M. Ashfaque, MInstP

For this to work effectively, the repo must have at least 1 star. If the repo does not have any stars than it will not work.

1. Natural Language Toolkit (NLTK) 2. TextBlob 3. CoreNLP 4. Gensim 5. spaCy 6. polyglot 7. scikit–learn 8. Pattern 9. Quepy 10. PyNLPl 11. Vocabulary

## TL;DR ### Article Link https://towardsdatascience.com/how-to-train-a-deep-learning-sentiment-analysis-model-4716c946c2ea ### Author Edwin Tan ## Key Takeaways ## Useful Code Snippets ```python import pandas as pd import numpy as np from transformers import Trainer,...

## TL;DR ### Article Link https://towardsdatascience.com/fine-tune-a-transformer-model-for-grammar-correction-b5c8ca49cc26 ### Author Eric Fillion ## Key Takeaways ## Useful Code Snippets ```python import csv def generate_csv(csv_path, dataset): with open(csv_path, 'w', newline='') as csvfile: writter...

## TL;DR ### Article Link https://medium.com/@bharath.7484/top-10-nlp-tools-services-in-2021-685af8124ef5 ### Author Bharath ## Key Takeaways ## Useful Code Snippets ## Useful Tools The Top 10 NLP Tools - MonkeyLearn | NLP made simple...

## TL;DR ### Article Link https://medium.com/@dasroma94/topic-modeling-with-lda-7360e6628da1 ### Author Romaly Das ## Key Takeaways Topic Modeling can be described as a method for finding a group of words from a collection...

## TL;DR ### Article Link https://towardsdatascience.com/data-transformation-and-feature-engineering-e3c7dfbb4899 ### Author Destin Gong ## Key Takeaways Why need data transformation? - the algorithm is more likely to be biased when the data distribution...

## TL;DR ### Article Link https://towardsdatascience.com/word2vec-explained-49c52b4ccb71 ### Author Vatsal ## Key Takeaways Implementation - Data - Requirements - Import Data - Preprocess Data - Embed - PCA on Embeddings ##...

# Title and Issue number Close # # Checklist: - [] I have mentioned the issue number in my Pull Request. - [] I have commented my code, particularly in...