Top deep learning algorithms you should start learning, right now! Artificial intelligence is advancing at a fast speed and is at the top of the hype curve. It involves developing computer systems, and deep learning enables them to perform tasks that require human intelligence. So, we need to understand the basics of deep learning as […]
Learn how to use AI to generate new images such as faces or art We are in the era of Artificial intelligence, which is progressing at an incredible pace. It would be very just to say that Artificial Intelligence is now automating artificial intelligence. This article explores the details of the stunning fact I just […]
Harness the power of Python with data and Leaflet.js on mapping to create rich map visualizations Folium is a python package that combines all the spectrum of tools python offers to manipulate data with the leaflet javascript library to create rich and interactive maps. As usual for my articles, I’m providing a Google colab jupyter notebook with all […]
Use artificial intelligence to predict the value of Bitcoin Today we are going to discuss how to predict the price of Bitcoin by analyzing the pricing information for the last 6 years. Note that we already have established that our analysis will only focus on the pricing information, leaving aside any factor which may impact […]
A guide to web scraping powered by Python and Scrapy Since its inception, websites are used to share information. Whether it is a Wikipedia article, YouTube channel, Instagram account, or a Twitter handle. They all are packed with interesting data that is available for everyone with access to the internet and a web browser. But, what if we want to […]
Intro to FastAPI for Python and why you should consider it for your next API project If you have read some of my previous posts on Python, you know I’m a Flask fan, and it is my goto for building APIs in Python. However, recently I started to hear a lot about a new API framework for […]