A Simple Face-Mask Detector built with OpenCV, Keras(Tensorflow) in order to detect face masks in both images and video streams.
See also in: GitHub & Streamlit Cloud
A Simple Face-Mask Detector built with OpenCV, Keras(Tensorflow) in order to detect face masks in both images and video streams.
See also in: GitHub & Streamlit Cloud
Often an epiphany;
Often sudden;
Often marked by the inability to recall later.
Take-Away Notes for Module COMP2048.
(Positional) Lists, Iterators, (Binary) Trees
Note: Induction Proofs required! (Basis of Induction -> Inductive Step)
Take-Away Notes for Module COMP2048.
Bubble Sort, Selection Sort, Insertion Sort;
Abstract Data Type(ADT) | Concrete Data Structure |
---|---|
Stack | Array |
Queue | Singly Linked List |
List | Doubly Linked List |
Positional List | Doubly Linked List + Position |
Tree | |
Binary Tree |
TBC. Hotfix in progress!
Take-Away Notes for Module COMP2048.
Take-Away Notes for Module COMP2048.
Review of Arrays and Linked Lists, Queues, Stacks.
Take-Away Notes for Module COMP2048.
Pseudocode, Running Time Analysis and Big-Oh(
Take-Away Notes for Module COMP2048.
Termination, Partial Correctness and Total Correctness.