Skip to content

Commit bf3f81e

Browse files
authored
Update README.md
1 parent 40dfd3f commit bf3f81e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Python Workshop
22

33
### Introduction
4-
This workshop is intended for statistics students who intend to learn 'data science using python'.
5-
Often, statistics students have the basic theoretical knowledge of the classification, regression and related machine learning tools, but lack application using python, often useful in many practical scenario.
6-
We aim to bridge this gap.
4+
This workshop is intended for statistics students who intend to learn 'data science using Python.'
5+
Often, statistics students have the basic theoretical knowledge of classification, regression and related machine learning tools but lack application using Python, which is often useful in many practical scenarios.
6+
We aim to bridge this gap with some real-world examples.
77

88
### Schedule
99
We want to cover
1010
- Basic data manipulation using pandas
11-
- Basic linear alegbra using numpy
12-
- Application of ML algorithms to a dataset using scikit
13-
- Deep Learning methods with CNN, pretrained model etc (using pytorch or keras)
14-
- Calling python function using R
15-
- Using virtual environment in pronto (with GPU).
16-
17-
18-
19-
11+
- Basic linear algebra using Numpy
12+
- Application of more classical ML algorithms to a dataset using Scikit library.
13+
- Deep Learning methods with CNN, pre-trained model etc. (using PyTorch or Keras)
14+
- Calling Python function using R (not covered in the original workshop)
15+
- Using virtual environment (using the virtual environment in pronto/HPC is to be added).

0 commit comments

Comments
 (0)