Python Environment Setup PDF
Python Environment Setup PDF
ai Study Material
Spotle.ai/Learn
Installing
Python (3.7.2)
Python libraries
PyCharm (Community Edition)
Jupyter
Steps to install Python
• Download Python from https://www.python.org/downloads/.
• Run the installer to install Python in your computer.
• Open terminal or command prompt.
• Type ‘python3’. Press enter to check if Python is installed in your computer.
• You may have to add installation directory to PATH variable, if you see error.
Besides its obvious scientific uses, NumPy can also be used as an efficient
multi-dimensional container of generic data. Arbitrary data-types can be
defined. This allows NumPy to seamlessly and speedily integrate with a
wide variety of databases.
This is one the most basic and popular ML libraries. It supports many
supervised and unsupervised learning algorithms. Examples include
linear and logistic regressions, decision trees, clustering, k-means and so
on.
It adds a set of algorithms for common machine learning and data mining
tasks, including clustering, regression and classification. Even tasks like
transforming data, feature selection and ensemble methods can be
implemented in a few lines.
If you are in the world of machine learning, you have probably heard about,
tried or implemented some form of deep learning algorithm. One intersting
point about Tensorflow is that when you write a program in Python, you can
compile and run on either your CPU or GPU. So we don’t have to write at the
C++ or CUDA level to run on GPUs.
It uses a system of multi-layered nodes that allows you to quickly set up, train,
and deploy artificial neural networks with large datasets.