Skip to content
/ CS50AI Public

πŸ€– This is CS50’s Introduction to Artificial Intelligence with Python Solutions

License

Notifications You must be signed in to change notification settings

vncsmnl/CS50AI

Repository files navigation

Harvard CS50AI 2024 Solutions

This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation. Through hands-on projects, students gain exposure to the theory behind graph search algorithms, classification, optimization, machine learning, large language models, and other topics in artificial intelligence as they incorporate them into their own Python programs. By course’s end, students emerge with experience in libraries for machine learning as well as knowledge of artificial intelligence principles that enable them to design intelligent systems of their own.

Screenshots πŸ–ΌοΈ

App Screenshot

Week 0 - Search πŸ”Ž

Search Problems. Depth-First Search. Breadth-First Search. Greedy Best-First Search. A* Search. Minimax. Alpha-Beta Pruning.

Week 1 - Knowledge πŸ’­

Propositional Logic. Entailment. Inference. Model Checking. Resolution. First Order Logic.

Week 2 - Uncertainty 🧠

Probability. Conditional Probability. Random Variables. Independence. Bayes’ Rule. Joint Probability. Bayesian Networks. Sampling. Markov Models. Hidden Markov Models.

Week 3 - Optimization βŒ›

Local Search. Hill Climbing. Simulated Annealing. Linear Programming. Constraint Satisfaction. Backtracking Search.

Week 4 - Learning πŸ“˜

Supervised Learning. Nearest-Neighbor Classification. Perceptron Learning. Support Vector Machines. Regression. Loss Functions. Overfitting. Regularization. Reinforcement Learning. Markov Decision Processes. Q-Learning. Unsupervised Learning. k-means Clustering.

Week 5 - Neural Networks πŸ›œ

Artificial Neural Networks. Activation Functions. Gradient Descent. Backpropagation. Overfitting. TensorFlow. Image Convolution. Convolutional Neural Networks. Recurrent Neural Networks.

Week 6 - Language πŸ‘…

Syntax. Semantics. Context-Free Grammar. nltk. n-grams. Bag-of-Words Model. Naive Bayes. Word Representation. word2vec. Attention. Transformers.

CS50 Certificate πŸ“‘

Certificate

License πŸ“

Licença

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

like