top of page

Search


Images from the Convolutional World
We take neural networks one step further from our previous post, towards classifying images with a process called Convolution. CNN...

jercoli
Aug 27, 202112 min read
105 views
0 comments


Neural Networks from the beginnings
After reading several books that deal with the topic of neural networks with different levels of complexity, I have proposed to put...

jercoli
Jul 31, 202110 min read
140 views
0 comments


The forest of the amazon reviews, part 2 (an NLP story)
Hi friends, this is part 2 of the NLP analysis based on amazon reviews, here we will describe the machine learning stage that we will...

jercoli
May 17, 20214 min read
21 views
0 comments


The forest of the amazon reviews, part 1(an NLP story)
In this post we will enter the world of NLP ( natural language processing ) that studies the interactions between computers and human...

jercoli
May 14, 20215 min read
22 views
0 comments


The heart of logistic regression
In this post we will develop a binary classification model with a dataset related to the health issue. It was obtained from kaggle.com...

jercoli
Apr 11, 20217 min read
47 views
0 comments


Riding a bicycle on the Regression line
Introduction to Supervised algorithms Today we will talk about the best known of supervised algorithms: Linear Regression, a classic in...

jercoli
Mar 29, 20217 min read
79 views
0 comments


User Clustering with K-means model, bike ride case part 3
Clustering bike users groups with K-means model (Scikit Learn)

jercoli
Feb 25, 20215 min read
100 views


Visualizing geographic data with folium, the bike ride case part 2
Hello, we continue to analyze our data on bicycle trips of the public service in the city of Buenos Aires, Argentina. In this case we...

jercoli
Feb 15, 20214 min read
48 views


Getting started in data science, the bike ride case
Let's do it with our first data science project. In this case is an EDA project (Exploratory Data Analysis)

jercoli
Feb 10, 20213 min read
142 views
bottom of page