Login to filter by course Login to filter by course Reset
Boolean Types and Control StructuresExplores boolean types, logical operators, and control structures in Python, emphasizing the evaluation of expressions and the use of relational operators.
Common Sequences OperationsCovers common operations on sequences like lists and tuples, including slicing, extending, and replacing elements.
Image Processing BasicsIntroduces image processing basics in Python, covering manipulation, grayscale conversion, edge detection, and convolution with kernels.
Kernel Methods: Machine LearningCovers Kernel Methods in Machine Learning, focusing on overfitting, model selection, cross-validation, regularization, kernel functions, and SVM.