In this post, we will explore AI-generated art and its future. AI is already capable of replacing artists, so how will they adapt to this emerging technology?
Author Archives: Michelangiolo Mazzeschi
How to Simulate and Connect to a MySQL database with Python and Docker
In this post, I am going to show you how to simulate a MySQL database on your local computer using Docker, then connect to it using pyodbc
Sentiment analysis on 50.000 Ethereum (ETH) Tweets
Downloading 50.000 tweets scraped with snscrape and then analyzed with sentiment analysis
What do people think about Super Bowl 2022?
Performing a sentiment analysis on Super Bowl 2022 tweets.
Sentiment analysis on 50.000 Bitcoin Tweets
Using sentiment analysis on Bitcoin tweets.
Machine Learning Vector Series; Project 1: Word Encoding using Gensim
In this article, I am going to show you step-by-step how to encode text using a word2vec model of your choice.
Machine Learning for Beginners; Project 5: Naive Bayes Classifier
In this tutorial I will be using the spicy pepper classifier to create a simple classifier.
Machine Learning for Beginners; Project 4: Decision Tree Classifier
In this project I am going to show and explain you how to build a decision tree step-by-step on the iris dataset.
Machine Learning for Beginners; Project 3: Pokemon k-nearest neighbors classifier
Create an algorithm that will label a new generated Pokem with the knn classifier
Machine Learning for Beginners; Project 2: Linear Regression Model
Learn how to train a simple linear regression model in the simple way.