Category Machine Learning

What is Artificial Intelligence

The term artificial intelligence stirs emotions. For one thing there is our fascination with intelligence, which seemingly imparts to us humans a special place among life forms. Questions arise such as What is intelligence?, How can one measure intelligence? or…

Virtual Reality with Python

Virtual Reality is a term used for computer-generated 3D environments that allow the user to enter and interact with alternate realities. The users are able to immerse themselves to varying degrees in the computer’s artificial world which may either be…

Matplotlib Tutorial for Data Science

This article is all about Matplotlib, the basic data visualization tool of Python programming language for Data Science. Here I will discuss various plot types with Matplotlib and customization techniques associated with Data Science. Introduction to Matplotlib Matplotlib is the basic…

Python Clock App with Kivy

In this article, I will build a simple Clock app with python using the kivy module in python, similar in concept to the built-in application found in both iOS and Android using the Python Kivy language. Let’s learn most of…