AI_FOR_ALL

AI_FOR_ALL - Making Intelligence Simpler

“Let's Dive deep into the world of A.I.”

image

How to Install Anaconda on Windows

Published 18/03/20218 min read
Anaconda is a free and open source distribution of Python and R programming language for scientific computing. It is extensively used in data science, machine learning, deep learning and large scale data procesing applications. It simplifies package management and deployment...
Read more →
image

Everything you need to know about jupyter notebook

Published 25/03/202115 min read
Jupyter notebook is a web based open source application developed by Project jupyter. It is platform independent as it runs directly on your web browser. Jupyter notebooks are extremely user friendly and provide an interactive web based environment that allows you to write and share documents...
Read more →
image

Python 101: Variables and Data Types

Published 02/04/202110 min read
In this article we are going to look at variables in python. We are going to understand variables by answering some basic questions such as, what are variables?, why do we use variables?, How to declare variables?, what are naming conventions for variables?, etc. We are also going to look at some basic data types...
Read more →