Previous Lecture | lect12 | Next Lecture |
lect12, Mon 02/26
Week 8: Graph representation with applications to Neural Networks
Code from lecture
https://github.com/ucsb-cs24-w24/cs24-w24-lectures/tree/main/lect12
Topics
- Graphs: terminology and applications
- Size of graphs, dense vs. sparse graphs
- Representation: adjacency matrix vs. adjacency list (space complexity)
- Connections to implementing a neural network (topic for lab07)
- Lab07 starter code for in class activity: https://github.com/ucsb-cs24-w24/STARTER-lab07