CS50
00:00:00 – Introduction
00:00:15 – Knowledge
00:04:52 – Propositional Logic
00:21:47 – Inference
00:40:06 – Knowledge Engineering
01:04:33 – Inference Rules
01:30:31 – Resolution
01:38:25 – First-Order Logic
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.
https://www.youtube.com/playlist?list=PLhQjrBD2T382Nz7z1AEXmioc27axa19Kv
***
This is CS50, Harvard University’s introduction to the intellectual enterprises of computer science and the art of programming.
***
HOW TO SUBSCRIBE
http://www.youtube.com/subscription_center?add_user=cs50tv
HOW TO TAKE CS50
edX: https://cs50.edx.org/
Harvard Extension School: https://cs50.harvard.edu/extension
Harvard Summer School: https://cs50.harvard.edu/summer
OpenCourseWare: https://cs50.harvard.edu/x
HOW TO JOIN CS50 COMMUNITIES
Discord: https://discord.gg/T8QZqRx
Ed: https://cs50.harvard.edu/x/ed
Facebook Group: https://www.facebook.com/groups/cs50/
Faceboook Page: https://www.facebook.com/cs50/
GitHub: https://github.com/cs50
Gitter: https://gitter.im/cs50/x
Instagram: https://instagram.com/cs50
LinkedIn Group: https://www.linkedin.com/groups/7437240/
LinkedIn Page: https://www.linkedin.com/school/cs50/
Quora: https://www.quora.com/topic/CS50
Slack: https://cs50.edx.org/slack
Snapchat: https://www.snapchat.com/add/cs50
Twitter: https://twitter.com/cs50
YouTube: http://www.youtube.com/cs50
HOW TO FOLLOW DAVID J. MALAN
Facebook: https://www.facebook.com/dmalan
GitHub: https://github.com/dmalan
Instagram: https://www.instagram.com/davidjmalan/
LinkedIn: https://www.linkedin.com/in/malan/
Quora: https://www.quora.com/profile/David-J-Malan
Twitter: https://twitter.com/davidjmalan
***
CS50 SHOP
***
LICENSE
CC BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
https://creativecommons.org/licenses/by-nc-sa/4.0/
David J. Malan
https://cs.harvard.edu/malan
malan@harvard.edu
Source
I Love your Sequential Teaching , Hats-off for your work ! I am always grateful for having your lectures accessible for free !
can anyone tell me any false statement that i can run on harry program because its showing true for all statement
Thanks for releasing these videos! Where is lecture 0?
Thanks for the great video! It was very well explained and thorough. 🙂
adds to watch later
thanks for the upload, but i feel like there was a lecture0 that ive missed out? how can i access that?
Thanks for the great lecture!
and where can I get the code?
excellent
Wow so though!
Please do a session to explain code, if you can… The syntax.
Is the code written in python 2 or 3?
Thank you sir…Ur teaching style is just awesome
I love the teaching, Thanks for letting us take these courses for free : )
Has anyone the solution for project 0? I started Python such as 2 weeks ago and i need help to solve it…
Excellent lecture 👍hats off to you and for free course
i love the way you are teaching…but there's one doubt…are you teaching all the theory how the AI works or will you also be teaching how to make our own AI by writing our own code? so my question is…is this course just the introduction or real deal which would help me code my own AI….btw i am following through this course and loving it….thanks!
i must say your an awesome teacher dude! great great GREAT WORK!
Thank you
Hi, Great fan of your work thanks for these courses. I actually got to know about this program from Edx, the only problem I am facing here is, I am not so proficient in Python yet so I need the code try it myself, can I get these codes it's very difficult to pause these videos and takedown.
would be better if you'd have coded along
Excellent lectures!
In 26:30, if (P^¬Q) is false and R is false, isn't implication true then because it was so in implication table before as well.
How can I solve the error "ModuleNotFoundError: No module named 'logic'" . I installed logic module by "pip install logic", but no luck.Please help.
Thanks awesome teacher