About Me

Welcome to my personal online learning journey! I am passionate about computer science and am currently immersing myself in various courses to expand my knowledge and skills. I am enrolled in CS50x and plan to take CS50AI, CS50W, and MITx 6.86x. Coding is a passion of mine, and I love bringing ideas to life through projects. I am excited to further my career in computer science and can't wait to see where this journey takes me!

Harvard's CS50

MITx 6.86x

Machine learning methods are commonly used across engineering and sciences, from computer systems to physics. Moreover, commercial sites such as search engines, recommender systems (e.g., Netflix, Amazon), advertisers, and financial institutions employ machine learning algorithms for content recommendation, predicting customer behavior, compliance, or risk. As a discipline, machine learning tries to design and understand computer programs that learn from experience for the purpose of prediction or control. In this course, students will learn about principles and algorithms for turning training data into effective automated predictions. We will cover: Representation, over-fitting, regularization, generalization, VC dimension; Clustering, classification, recommender problems, probabilistic modeling, reinforcement learning; On-line algorithms, support vector machines, and neural networks/deep learning. Students will implement and experiment with the algorithms in several Python projects designed for different practical applications.