Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compareLearn to write programs using the foundational AI algorithms powering everything from NASA’s Mars Rover to DeepMind’s AlphaGo Zero. You’ll master Beam Search and Random Hill Climbing, Bayes Networks and Hidden Markov Models, and more.
Instructor Details
Peter NorvigResearch Director, Google
Courses : 1
Votes: 0
Courses : 1
Specification: Artificial Intelligence
|
7 reviews for Artificial Intelligence
5.0 out of 5
★★★★★
★★★★★
7
★★★★★
0
★★★★★
0
★★★★★
0
★★★★★
0
Write a review
Show all
Most Helpful
Highest Rating
Lowest Rating
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $537 |
---|---|
Provider | |
Duration | 162 hours |
Year | 2020 |
Level | Expert |
Language | English |
Certificate | Yes |
Artificial Intelligence
$537.00
Peter K. –
The Nanodegree is a high–quality class I’ve wished for. The most significant difference to other courses is that Udacity Nanodegrees will motivate you really strong! It’s such a fantastic community with great inspiring mentors. I personally will use Udacity as long as it exists, maybe one time, I will complete every possible Nanodegree! Udacity is an investment in yourself, do it! If you can also study perfectly with only a book and have fun, go for it, but I think this is a super rare skill. If you want to have fun and get curious about the topic, go with Udacity!
Eduardo R. –
This was an excellent program, that covered many aspects of the field with clear concepts and great exercises and projects. The project evaluation was good and detailed, from the concepts to the code review. Thanks for a great NanoDegree!.
Leonardo D. –
I have no AI background. I am a programmer. I think I will be able to keep going. I also thought once we subscribed to the program it would no start before the “enroll date” but the deadlines started as soon as I paid for the course.
Aaron K. –
First project complete. So far so good. A gentle introduction to some AI concepts in this first module/project and the upcoming modules look very interesting. This course looks like it will give a solid foundation in AI.
Ming R. –
Unlike the other courses, this course requires students to read papers and write reviews. Those assignments really help me to understand subject matters more complete.
Weipeng S. –
The program was great, but it would be better for me if more advanced lectures were provided. I love the way that the projects were going, which helped me a lot!
Thomas R. –
I do wish that the test cases used in submission were built into the unit testing. I understand to an extent why it’s protected in the remote, but it would have been handy to help debug an issue that I was running into. Based on the instructions, it wasn’t clear that I needed to replace the code in my previous work in the classroom with assign value to get the full history to work with, and it also wasn’t clear that the naked twins was meant to be used in conjunction with the depth first search and not as a replacement. The original puzzle provided in the solution.py file is solvable just by reduce puzzle and naked twins… no depth first search required, so that threw me for a bit of a loop.