AI&ML Lab Manual
AI&ML Lab Manual
Sangha’s
PROUDHADEVARAYA INSTITUTE OF TECHNOLOGY, HOSPETE
(Affiliated to VTU, Belagavi, Karnataka & Recognized by AICTE, New Delhi)
IV Semester
VISVESVARAYA TECHNOLOGICAL
UNIVERSITY, Jnana Sangama, Belagavi
KARNATAKA-590018.
Ballari V.V.Sangha’s
PROUDHADEVARAYA INSTITUTE OF TECHNOLOGY, HOSPETE
(Affiliated to VTU, Belagavi, Karnataka & Recognized by AICTE, New Delhi)
LAB MANUAL
(2023-2024)
IV Semester
PEO 1:
Gain the ability to analyze and solve real time Artificial Intelligence & Machine Learning problems through
fundamental knowledge of mathematics, science, engineering and Technology.
PEO 2:
Pursue a successful career in the field of Artificial Intelligence & Machine Learning by contributing to the
profession as an excellent employee, or as an entrepreneur.
PEO 3:
Exhibit the ethical values, communication, teamwork skills, ability for lifelong learning to address Artificial
Intelligence & Machine Learning and societal issues.
PSO 1:
Understand, Design, implement and test algorithms/programs for the development of different computer
based systems.
PSO 2:
Acquire and apply Hardware and Software architectures to build real world applications.
PSO 3:
Adopt and incorporate the changing technologies for creating innovative career paths to be an entrepreneur
and desire for higher studies.
This tutorial will demonstrate how you can 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,pandastonameafew),which an installation of Anaconda comespre installed with.If you
need additional packages after installing Anaconda, you can use Anaconda's package manager,
anaconda, orpipto 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 which you can learn more about here on the
Data Camp community.
1.Go to the Anaconda Website and choosea Python3.x graphica linstaller(A) or a Python2.x
graphical installer (B). If you aren't sure which Python version you want to install, choose
Python 3. Do not choose both.
2. . Locate your down load and double click it.
When the screen below appears, click on Next.
Navigator or the Anaconda Command Prompt (located in the Start Menu under
"Anaconda") when you wish to use Anaconda(you can always add Anaconda to
your Path a tar if you don't check the box). If you want to be able to use Anaconda
in your command prompt (or get
Bash ,cmder ,powershell etc),please use the alternative approach and check the box.
7. Click on Next.
8. You can install Microsoft VS Code if you wish, but it is optional.
9. Click on Finish.
2. Check if you already have Anaconda added to your path. Enter the commands
below into your Command Prompt. This is checking if you already have
Anaconda added to your path. If you get a command not recognized error like
in the left side of the image below, proceed to step
3. If you get an out put similar to the right side of the image below, you have
already added Anaconda to your path.
Anaconda—version
python--version
3. If you don't know where your anaconda and/or python is, open an Anaconda
Prompt and type in the following commands. This is telling you where anaconda
and python are located on your computer.
Where
anacod
where
python