LdrPontes / CS50AI-Harvard

Havard CS50 - Introduction to Artificial Intelligence with Python course projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About me

Hey! Welcome to my github, I'm a mobile developer and I really enjoy artificial intelligence. Also, I'm a student at Federal University of Technology - Paraná (UTFPR) in Brazil.

Come to see my Linkedin profile in: https://www.linkedin.com/in/ldrpontes/

About the course

Harvard - CS50's Introduction to Artificial Intelligence with Python

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, reinforcement learning, and other topics in artificial intelligence and machine learning 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.

Syllabus

Search
Finding a solution to a problem, like a navigator app that finds the best route from your origin to the destination, or like playing a game and figuring out the next move.

Knowledge
Representing information and drawing inferences from it.

Uncertainty
Dealing with uncertain events using probability.

Optimization
Finding not only a correct way to solve a problem, but a better—or the best—way to solve it.

Learning
Improving performance based on access to data and experience. For example, your email is able to distinguish spam from non-spam mail based on past experience.

Neural Networks
A program structure inspired by the human brain that is able to perform tasks effectively.

Language
Processing natural language, which is produced and understood by humans.

Link to course

https://cs50.harvard.edu/ai/2020/

About

Havard CS50 - Introduction to Artificial Intelligence with Python course projects.


Languages

Language:Python 93.9%Language:HTML 6.1%