Skip to content

Commit

Permalink
add Class 14A
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Apr 9, 2024
1 parent 32fbaf9 commit fe15943
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ parts:
- file: notes/week13/videos
- file: notes/week13/class13A
- file: notes/week13/class13B
- file: notes/week14/week14_summary
title: Week 13 - Natural Language Processing (Optional)
sections:
# - file: notes/week14/videos
- file: notes/week14/class14A
# - file: notes/week14/class14B

# - caption: Week 13 - Exam Review
# chapters:
Expand Down
Binary file added files/Lec20_LitViz.pdf
Binary file not shown.
44 changes: 44 additions & 0 deletions notes/week14/class14A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Class Meeting 14A

Today we will be working on visualizing literature

<div>
<iframe src="../../Lec20_LitViz.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec20_LitViz.pdf)

## Important links for today:

- [Solve a Sudoku puzzle](https://www.sudokuonline.io/kids/numbers-4-4)
- [Mathematics of Sudoku](https://en.wikipedia.org/wiki/Mathematics_of_Sudoku)

<!--
## Optional links for today
-->

## Logistics

### Installing packages

You will probably need to install some packages for today's class:

- `conda install nltk`

### Cloning a repository

1. Clone the Class Activity Repository

You will first need to "accept" the GitHub Classroom assignment to get a copy of the starter code.

You can do that by [clicking here](https://classroom.github.com/a/QOTyz_JX).

Then, clone the `classActivity1XY` repository by running the following line in your Terminal:

```
git clone <your_clone_url>
```

## Acknowledgements

Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.
5 changes: 5 additions & 0 deletions notes/week14/week13_summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(page_topic14)=
Week 14 Summary
=======================

This week we will be demoing some cool examples of Graph Applications.

0 comments on commit fe15943

Please sign in to comment.