Graphing The SIR Model With Python
Author(s): Joaquin de Castro Originally published on Towards AI. Data Visualization, Programming Graphing and solving simultaneous differential equations to model COVID-19 spread If one good thing has come out of the COVID-19 pandemic, itβs the vast amount of data we have acquired. …
Finding Common Ground: US Presidents State Analysis
Author(s): Aadit Kapoor Originally published on Towards AI. Data Science, Data Visualization Finding common ground: US Presidents State Analysis https://unsplash.com/photos/zfKlCKK-Ql0 Introduction We aim to find any correlation between a US President and its state concerning other Presidents. We use data from different …
Easiest Numpy Guide For Beginners Part-2
Author(s): Prajakta Mogare Originally published on Towards AI. Programming This part is the continuation of the part-1 of my blog. I appeal to you to please go through part-1 for a better understanding of this blog. Easiest Numpy Guide For Beginners Part-1 …
A Quick Introduction to Semantic Clustering for Large Texts
Author(s): Yash Prakash Originally published on Towards AI. Group together documents with similar meaning in a large corpus easily. Photo by Melissa Askew on Unsplash Many times, a simple Natural Language Processing task such as grouping together a large collection of sentences …
What is CLIP (Contrastive Language β Image Pre-training) and how it can be used for semantic image search?
Author(s): Vatsal Saglani Originally published on Towards AI. Photo by Maria Teneva on Unsplash Recently, the researchers at OpenAI published a multi-modal architecture that can be used for 30 different tasks once pre-trained on around 400 million image-text pairs. This methodology isnβt …
Docker + Flask | Dockerizing a Python API
Author(s): Billy Bonaros Originally published on Towards AI. Docker containers are one of the hottest trends in software development right now. Not only it makes it easier to create, deploy and run applications but by using containers you are confident that your …
Letβs Win at 7Β½ With RL!
Author(s): Alberto Prospero Originally published on Towards AI. Machine Learning How reinforcement learning can be applied to find optimal strategies at 7Β½ (a game really similar to Blackjack!) Photo by Marin Tulard on Unsplash Introduction βWinner, Winner, Chicken Dinner!β.In the movie 21, …
Grouping Classes Using K-Nearest Neighbors Algorithm β Python
Author(s): Jayashree domala Originally published on Towards AI. Machine Learning A guide to knowing and implementing the KNN algorithm. Photo by Annie Spratt on Unsplash What is the KNN algorithm? It is an algorithm used for classification tasks and works on a …
Code Migration: SAS to Python
Author(s): Vivek Chaudhary Originally published on Towards AI. Programming The objective of this article is to build a fundamental understanding of SAS programming and rewrite the feature in the Python programming language. As a part of the demo, I have to build …
atoti β Build a BI Platform in Python
Author(s): Khuyen Tran Originally published on Towards AI. Data Visualization Get Insights from Your Data with Interactive UI Motivation Have you ever taken 15 minutes or so just to manipulate the data and create a plot in Python? Wouldnβt it be nice …
My Notes On Profiling A Python Microservice Using py-spy And VS Code
Author(s): ___ Originally published on Towards AI. Overview This article is a follow up to my previous article [1] where I walked through my workflow to profile python code using VS Code. The application we wanted to profile was a chatbot and …
Association Discovery β the Apriori Algorithm
Author(s): Dhilip Subramanian Originally published on Towards AI. Top highlight Market Basket Analysis in Data Science U+007C Towards AI Association discovery is commonly called Market Basket Analysis (MBA). MBA is widely used by grocery stores, banks, and telecommunications among others. Its results …
The ABCs of PyTorch in 4 Minutes
Author(s): Rohit Sharma Originally published on Towards AI. PyTorch 101 U+007C Towards AI Introducing the basics of PyTorch in four minutes, with sample code Β© AITS (www.ai-techsystems.com) This article helps newbies to get started with python PyTorch in 2 minutes with code …
How to Install Anaconda in Linux Mint!
Author(s): Garima Nishad Originally published on Towards AI. Programming, Systems Too hectic? Not anymore! Go to this link where youβll be able to download the installer provided by βAnaconda Distributionβ https://www.anaconda.com/distribution/ I wanted a Python 3.7 version but you can choose either …