0% found this document useful (0 votes)
3 views8 pages

Lab Record Template

The document outlines the vision and educational objectives of an institute's AI & ML lab, including details on lab experiments and the installation of the Anaconda IDE for Python. It provides a step-by-step tutorial for installing Anaconda on Windows, emphasizing its advantages for managing Python packages and environments. The document also highlights the importance of pre-installed libraries for data science projects.

Uploaded by

sarikakawle5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views8 pages

Lab Record Template

The document outlines the vision and educational objectives of an institute's AI & ML lab, including details on lab experiments and the installation of the Anaconda IDE for Python. It provides a step-by-step tutorial for installing Anaconda on Windows, emphasizing its advantages for managing Python packages and environments. The document also highlights the importance of pre-installed libraries for data science projects.

Uploaded by

sarikakawle5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Vision of the Institute

Vision of the Department

Programme Educational Objectives

POs and PSOs

Programme Specific Outcomes:

INDEX

S. Name of the Date of Page Faculty


No. Experiment ompletion No. Signature

AI & ML Lab Syllabus

Lab Experiments

Basic Data Pre-processing


a) Installation of python environment/Anaconda IDE for machine learning:
installing python
modules/Packages like scikit-learn, Keras and Tensorflow etc.

b) Programs involving pandas, Numpy and Scipy libraries.

Objective:
To install python environment/Anaconda IDE and also installing python
modules/packages.

Installing Anaconda software on Windows


This tutorial will demonstrate how to install Anaconda, a powerful package
manager, on Microsoft Windows.
Anaconda is a package manager, an environment manager, and Python
distribution that contains a collection of many open source packages. This is
advantageous as when you are working on a data science project, you will
find that you need many different packages (numpy, scikit-learn, scipy,
pandas to name a few), which an installation of Anaconda comes preinstalled
with. If you need additional packages after installing Anaconda, you can use
Anaconda's package manager, conda, or pip to install those packages. This is
highly advantageous as you don't have to manage dependencies between
multiple packages yourself. Conda even makes it easy to switch between
Python 2 and 3 (you can learn more here). In fact, an installation of Anaconda
is also the recommended way to install Jupyter Notebooks.
a. Go to Anaconda.com, and download the Anaconda version for Windows.
b. Download the Python 3 version for Windows.
c. Double-click on the executable file.
d. Click Run
e. Click Next

f. Click I agree to the terms and conditions


g. This step will ask you if you want to install Anaconda just for you or for
all the users using this PC. Click “Just-Me”, or “All users”, depending on

your preference. Both options will do but to select “all users” you will
need admin privileges.

h. Select the installation location


i. Selecting the Add Anaconda to my PATH environment variable option
allow us to use Anaconda in the command prompt.

Check whether python is installed from the command prompt by


executing command to check python and conda version.
j. Leaving it unchecked means that we have to use Anaconda Command
Prompt in order to use Anaconda.

Check whether python is installed from the Anaconda prompt. by


executing command to check python and conda version.

*****************************************************************************************

You might also like