ML Lecture 5
ML Lecture 5
Overview
2
Setting up environment for Machine
Learning
3
Installing Anaconda
4
1. Spyder
5
1. Spyder
6
2. Jupyter
7
2. Jupyter
8
3. Google Collab
Google Colab (Colaboratory) is a free cloud-based platform by
Google that allows users to write and execute Python code through
their web browser. It's especially popular for data science, machine
learning, and deep learning projects.
Visit the following url:
https://colab.google/
9
Advantages of Google Collab
Free Access to GPUs/TPUs: Colab offers access to powerful hardware
like GPUs and TPUs, which can speed up the computation, especially
for AI and ML tasks.
Pre-installed Libraries: It comes pre-loaded with several popular
Python libraries, such as TensorFlow, PyTorch, NumPy, pandas, and
Matplotlib, making it easy to start coding without the need for
installation.
Jupyter Notebook Environment: Google Colab operates like a Jupyter
notebook, a popular tool for interactive code development. You can
write code, add text, create plots, and display results in an organized,
interactive manner.
10
4. Virtual Environment
11
Creating Virtual Environment
Open anaconda prompt and run the following command.
13
Thank You
14