Recently finished DeepLearning.AI's "Deep Learning Specialization", I'm looking forward to getting some practice!
- Going through Leetcode's Data Structures and Algorithms course to build solid fundamentals. Currently at about 150 problems, I've covered:
- Arrays and strings: Two pointers, Sliding Window, Prefix Sum
- Hashing
- Linked lists: Fast and slow pointers, reversing a linked list.
- Stacks and Queues (and a bit of Monotonic too!)
- Binary Trees, Graphs, DFS, BFS
- Heaps
- Greedy (could use some more exercises on this one)
- Currently at Binary Search problems!
- fast.ai course: Just finished chapter 1
- Reading Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow.
- FullStackOpen: Currently working through part 5.