• Skip to main content
  • Skip to primary sidebar

PyQuant News

Resources for developers using Python for scientific computing and quantitative analysis

You are here: Home / Archives for NLP
Latest Resources in NLP

NLP

Building & Deploying End-to-end Fake News Classifier hatem-hassan.com

Published January 8, 2020 under Data Science

Building & Deploying End-to-end Fake News Classifier

Our problem here is to define whether or not a certain news article is fake news. The dataset is comprised of 3997 news articles each includes a title, text, and the target label as a REAL/FAKE binary label. Part of the course was also testing the model on a test dataset but I never received target for this dataset. The accuracy score of cross validation testing within the training dataset was 94%.

NLP

Building a Text Analytics App in Python with Flask, Requests, BeautifulSoup, and TextBlob thecodinginterface.com

Published August 10, 2019 under Data Science

This article introduces how to build a Python and Flask based web application for performing text analytics on internet resources such as blog pages. To perform text analytics I will utilizing Requests for fetching web pages, BeautifulSoup for parsing html and extracting the viewable text and, apply the TextBlob package to calculate a few sentiment scores.  The code for this article is hosted on GitHub so please fork and experiment with it.

Flask, NLP

PyTorch Transformers for state-of-the-art NLP medium.com

Published July 28, 2019 under Data Science

Hugging Face, the NLP startup behind several social AI apps and open source libraries such as PyTorch BERT, just released a new python library called PyTorch Transformers.

Transformers are a new set of techniques used to train highly performing and efficient models for performing natural language processing (NLP) and natural language understanding (NLU) tasks such as questions answering and sentiment analysis. Several of the recent techniques used to improve and advance the performance of NLP models, such as XLNet and BERT, are all based on a variation of Transformer.

NLP, PyTorch

Text Analysis in Python to Test a Hypothesis dataquest.io

Published June 3, 2019 under Machine Learning

People often complain about important subjects being covered too little in the news. One such subject is climate change. The scientific consensus is that this is an important problem, and it stands to reason that the more people are aware of it, the better our chances may be of solving it. But how can we assess how widely covered climate change is by various media outlets? We can use Python to do some text analysis!

NLP, Python

Python for NLP: Introduction to the Pattern Library stackabuse.com

Published May 3, 2019 under Data Science

The Pattern library is a multipurpose library capable of handling the following tasks:

  • Natural Language Processing: Performing tasks such as tokenization, stemming, POS tagging, sentiment analysis, etc.
  • Data Mining: It contains APIs to mine data from sites like Twitter, Facebook, Wikipedia, etc.
  • Machine Learning: Contains machine learning models such as SVM, KNN, and perceptron, which can be used for classification, regression, and clustering tasks.

In this article, we will see the first two applications of the Pattern library from the above list. We will explore the use of the Pattern Library for NLP by performing tasks such as tokenization, stemming and sentiment analysis. We will also see how the Pattern library can be used for web mining.

Machine Learning, NLP

End-To-End Topic Modeling in Python towardsdatascience.com

Published April 26, 2019 under Data Science

Topic Model: In a nutshell, it is a type of statistical model used for tagging abstract “topics” that occur in a collection of documents that best represents the information in them.

Many techniques are used to obtain topic models. This post aims to demonstrate the implementation of LDA: a widely used topic modeling technique.

Machine Learning, NLP, Topic Modelling

Text Classification in Python Using spaCy dataquest.io

Published April 19, 2019 under Machine Learning

NLP, spaCy, Text Classification

Python for NLP: Introduction to the TextBlob Library

Published April 18, 2019 under Data Science

In this article, we will explore TextBlob, which is another extremely powerful NLP library for Python. TextBlob is built upon NLTK and provides an easy to use interface to the NLTK library. We will see how TextBlob can be used to perform a variety of NLP tasks ranging from parts-of-speech tagging to sentiment analysis, and language translation to text classification.

NLP, TextBlob

A very simple framework for state-of-the-art NLP github.com

Published January 6, 2019 under Machine Learning

NLP, Python, PyTorch

Develop a NLP Model in Python & Deploy It with Flask, Step by Step towardsdatascience.com

Published December 20, 2018 under Machine Learning

API, Data Science, Flask, NLP

OpenCV Text Detection (EAST text detector) pyimagesearch.com

Published August 27, 2018 under Computer Vision

Machine Learning, NLP, Python

How to setup and use Stanford CoreNLP Server with Python khalidalnajjar.com

Published November 22, 2017 under Python

Machine Learning, NLP, Python

Word Embeddings: A Natural Language Processing Crash Course datascience.com

Published October 27, 2017 under Machine Learning

Machine Learning, NLP, Python

150 of the Best Machine Learning, NLP, and Python Tutorials unsupervisedmethods.com

Published June 27, 2017 under Python

Machine Learning, NLP, Python

How do I compare document similarity using Python? oreilly.com

Published April 27, 2017 under Python

Computer Vision, NLP, Python

Intro to Machine Learning and NLP with Python and Weka codementor.io

Published April 16, 2016 under Machine Learning

Machine Learning, NLP, Python

Modern Methods for Sentiment Analysis districtdatalabs.silvrback.com

Published September 17, 2015 under Python

Machine Learning, NLP, Python

Natural Language Toolkit nltk.org

Published June 26, 2015 under Machine Learning

Machine Learning, NLP

Intro to natural language processing in Python blog.scripted.com

Published May 8, 2015 under Data Science

Data Science, NLP

Leverage Python, SciKit, and text classification for behavioral profiling ibm.com

Published May 8, 2015 under Python

NLP, Python

Mapping Happiness With Twitter Natural Language Processing medium.com

Published May 6, 2015 under Python

NLP, Python, Twitter

Primary Sidebar

Welcome to PyQuant News

PyQuant News algorithmically curates the best resources from around the web for developers using Python for scientific computing and quantitative analysis.

PyQuant Books

  • Expert Python Programming - Second EditionExpert Python Programming – Second Edition

Categories

  • Blogs (9)
  • Books (20)
  • Computer Vision (22)
  • Data Science (146)
  • Education (5)
  • Investing (7)
  • Machine Learning (157)
  • Neural Networks (13)
  • Programming (14)
  • Python (295)
  • Quant Finance (48)
  • Statistics (3)
  • Trading (48)
  • Web Development (6)

Archives

  • February 2021 (3)
  • January 2021 (7)
  • November 2020 (1)
  • October 2020 (7)
  • September 2020 (4)
  • August 2020 (1)
  • July 2020 (4)
  • May 2020 (7)
  • April 2020 (2)
  • March 2020 (1)
  • February 2020 (2)
  • January 2020 (5)
  • December 2019 (6)
  • November 2019 (10)
  • October 2019 (9)
  • September 2019 (9)
  • August 2019 (17)
  • July 2019 (14)
  • June 2019 (10)
  • May 2019 (5)
  • April 2019 (19)
  • March 2019 (9)
  • February 2019 (7)
  • January 2019 (5)
  • December 2018 (19)
  • November 2018 (5)
  • October 2018 (3)
  • September 2018 (17)
  • August 2018 (11)
  • July 2018 (15)
  • June 2018 (24)
  • May 2018 (5)
  • April 2018 (4)
  • March 2018 (3)
  • February 2018 (5)
  • January 2018 (79)
  • December 2017 (13)
  • November 2017 (23)
  • October 2017 (20)
  • September 2017 (8)
  • August 2017 (17)
  • July 2017 (15)
  • June 2017 (11)
  • May 2017 (13)
  • April 2017 (11)
  • March 2017 (11)
  • February 2017 (7)
  • January 2017 (21)
  • December 2016 (7)
  • October 2016 (4)
  • September 2016 (3)
  • August 2016 (4)
  • July 2016 (8)
  • June 2016 (6)
  • April 2016 (12)
  • March 2016 (2)
  • February 2016 (2)
  • January 2016 (8)
  • November 2015 (2)
  • October 2015 (5)
  • September 2015 (8)
  • August 2015 (11)
  • July 2015 (13)
  • June 2015 (51)
  • May 2015 (84)
  • April 2015 (39)