Getting started with OpenAI GPT-2

GPT-2 was released by OpenAI last year: Better Language Models and Their Implications, and the related code was released on Github: Code for the paper “Language Models are Unsupervised Multitask Learners” . First install OpenAI GPT-2 from github, my pc … Continue reading →

Best Coursera Courses for Deep Learning

Here is a list of best coursera courses for deep learning. 1. Deep Learning Specialization This deep learning specialization provided by deeplearning.ai and taught by Professor Andrew Ng, which is the best deep learning online course for everyone who want … Continue reading →

Getting Started with Text Processing or Natural Language Processing

Text Processing is the one of the most common tasks in the world, this article will focus on the natural language text processing in the computer, which commonly referred to as NLP. According to the wikipedia, Text processing is defined … Continue reading →

Deep Learning for Text Mining from Scratch

Here is a list of courses or materials for you to learn deep learning for text mining from scratch。 Especially recommended Deep Learning Specialization by Andrew Ng About This Specialization If you want to break into AI, this Specialization will … Continue reading →

Getting Started with Sentiment Analysis and Opinion Mining

According wikipedia, Sentiment Analysis is defined like this: Sentiment analysis (also known as opinion mining) refers to the use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials. Generally speaking, sentiment … Continue reading →

Dive Into NLTK, Part I: Getting Started with NLTK

NLTK is the most famous Python Natural Language Processing Toolkit, here I will give a detail tutorial about NLTK. This is the first article in a series where I will write everything about NLTK with Python, especially about text mining … Continue reading →