Home
Venom Cocytus
Cancel

Natural Language Processing use case - Poet/Writer (Text Generator) - Understand, analyse and generate a poetry using Python and Tensorflow

Natural Language Processing is a component of Artificial Intelligence in the field of linguistics teaching machines to decipher the way humans communicate so they can respond to us in a similar or ...

Understanding Natural Language Processing

Understanding Natural Language Processing Natural Language is all about how humans communicate with each other, figuratively through text and speech. As you are reading this article, you are being...

Cats vs Dog with Logistic Regression using Gradient Descent in Python

In this article, we’ll be going to make our first project of prediction of cats or dogs from their respective images using Logistic Regression. We are going to use scikit-learn library for this pro...

Gradient Descent for Logistic Regression in Python

Gradient descent (GD) is by far the most popular optimization strategy used in machine learning and deep learning at the moment. It is used when training data models, can be combined with every alg...

Top 100 Video Games Sales sorted by Console

Data Visualization with Tree Map This is a guided walkthrough to make a Treemap Diagram Data Visualization Project from the beginning to the end. We import some data on the video game sales, creat...

Preview Image

United States Educational Attainment

Visualize Data with a Chloropleth Map This is a walkthrough to make a Chloropleth Map project from start to finish. We import some JSON data with geographical and educational data about counties i...

Monthly Global Land-Surface Temperature between 1753 - 2015

Visualize Data with a Heat Map This is a walkthrough to make a Heat Map project from start to finish. We import some JSON data about global temperatures on land-surface between 1753 and 2015 and r...

Doping in Professionnal Bicycle Racing

Visualize Data with a Scatterplot Graph This is a guided walkthrough to produce a scatterplot diagram with some data about doping in bicycle racing, and use d3.js to render it. Notes 1. Project...

Preview Image

Visualize Gross Domestic Product of USA

Visualize Data with a Bar Chart This is walkthrough for this project from start to finish. On the one hand we will define the framework of the project before implementing it. And on the other hand...