Deep Learning Practice for NLP: Large Movie Review Data Sentiment Analysis from Scratch

Deep Learning with Python is a very good book recently I have read: Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher … Continue reading →

Best Coursera Courses for Data Science

Here is a list of best coursera courses for data science. 1. Introduction to Data Science Specialization This data science specialization provided by IBM, which include 4 sub courses. In this Specialization learners will develop foundational Data Science skills to … 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 →

We have launched the Text Analysis API on Mashape

We have launched the Text Analysis API on Mashape: TextAnalysis API TextAnalysis API provides customized Text Analysis or Text Mining Services like Word Tokenize, Part-of-Speech(POS) Tagging, Stemmer, Lemmatizer, Chunker, Parser, Key Phrase Extraction(Noun Phrase Extraction), Sentence Segmentation(Sentence Boundary Detection), Grammar … Continue reading →

Dive Into NLTK, Part II: Sentence Tokenize and Word Tokenize

This is the second article in the series “Dive Into NLTK“, here is an index of all the articles in the series that have been published to date: Part I: Getting Started with NLTK Part II: Sentence Tokenize and Word … 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 →