
YZ
Aug 30, 20211 min read
CST329 - Week 4
This week we learned about the concept of proof by contradiction. This includes writing a subproof in which the last two lines are a...

This week we learned about the concept of proof by contradiction. This includes writing a subproof in which the last two lines are a...

This week we started off learning about conditional derivation. In order to derive implication, one must employ the use of a subproof. A...

This week, we continued to learn a lot of new logic rules including: Modus Ponens Modus Tollens Double Negation Repeat Simplification One...

This week we started a new course, CST329: Reasoning with Logic with Professor Shahidul Islam. We started off learning the basics of the...

This is the last week of our Intro to Data Science course! Firstly, we finished off learning about decision trees. We also finished and...

This week we started learning about decision trees. Trees can perform classification through the use of recursive partitioning. Decision...

This week we delved into learning about linear regression. First, we learned about the formulas and variables for finding a line to fit...

This week was a busy week with a lot of material packed in! Firstly, we learned about 2 topics in the lecture videos. We continued with...

This week we learned all about looking at data and cleaning it up, getting ready to use it to visualize the data and form predictions....

This week we learned about the topic of probabilities. We discussed naive probabilities, conditional probabilities, and random variables....

This week we continued learning about Pandas. We learned about aggregate(), filter(), transform(), and apply(). We also learned more...

This is the last week of the algorithms class! I'm really sad we are at the end because I really enjoyed this class and learned a lot! It...

This week we learned about some very interesting algorithms and problems. First, we learned about counting sort and radix sort. These are...

This week we moved on to learning about different types of trees. We started learning about AVL trees. They are BST trees that must keep...

This week, we started off learning about Merge sort which uses the dived-and-conquer technique. Then I spent the rest of the time...

This week we took a deeper look into different algorithmic approaches to sorting. We started off learning about quick sort which...

This was the first week of CST383: Introduction to Data Science. I started off by watching the recorded orientation video and reading a...

This week, we learned about the Brute Force method to approaching problems. This method aims to solve the problem in the simplest way...

This week, we started off continuing our topic of asymptotic notations. We learned that the Big-Oh notation serves as an upper bound,...

This week was the first week of the new class, CST370. I went through the lecture slides which included videos, documents, exercises, and...