-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path00_outline.qmd
69 lines (46 loc) · 1.12 KB
/
00_outline.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: "CS/DS549 ML Practicum -- Fall 2024"
---
# Introduction
Each lecture is ~30 minutes followed by either in class exercise in the early
part of the course or lab time.
## Topics
### Command Shells
1. MacOS command shell
2. Windows command shell options
1. Windows Command
2. Git shell
3. WSL
Basic shell commands
### Shared Computing Cluster
1. SCC Overview
2. SCC group, changing default group
3. shell commands, user/group/world permissions
2. Login nodes vs compute nodes
3. Differences in compute nodes and options, CDS buy-in
3. Interactive sessions
1. desktop
2. vs code
4. Batch sessions
### Git and Github
1. git basics
2. github and git servers
3. exercise: forking, cloning, topic branch, push, create PR
3. github actions workflows
4. CI/CD
### VS Code
1. Python extensions and support
2. Jupyter extensions and support (debugging)
2. Git/Github extensions and support
### Tabular data
1. pandas
2. scikit-learn
### Pytorch
### Tensorflow/Keras
### Huggingface Transformers and Models
### Huggingface Spaces
### LLMs
1. Chainlit/literal.ai
2. langchain
3. llamaindex
4. HF Transformers