Blog
The latest trends in AI
Scrapy: Python Web-scaping Framework
Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing. Getting help Having trouble?...
Amazon SageMaker
Amazon SageMaker is a fully managed service that allows developers and data scientists to build, train, and deploy machine learning models. Amazon SageMaker includes three modules: Build, Train, and Deploy. The Build module provides a hosted environment to work with...
A preview of media content creation in 2030
Great stories have always been popular, but today’s demand for engaging, original content is unprecedented. Content consumption in all forms has grown dramatically over the last decade, thanks to the proliferation of digital distribution channels and devices. Today...
Natural Language Toolkit
NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization,...
Detecting bad customer reviews with NLP
Introduction Sentiment analysis is part of the Natural Language Processing (NLP) techniques that consists in extracting emotions related to some raw texts. This is usually used on social media posts and customer reviews in order to automatically understand if some...
Customer reviews: identify your strengths and weaknesses with the help of web-scraping, data analysis and basic NLP
Customer feedback is a crucial source of information describing user experience with a company and its service. Just like in product development, efficient use of feedback can help identify and prioritize opportunities for company’s further development. Thanks to...