1 / 9

Grading /syllabus

Grading /syllabus. Hankui Zhuo ( 卓汉逵 ) http://xplan-lab.org/AI-course/. What is the course about?. What do web search , speech recognition , face recognition , machine translation , autonomous driving , and automatic scheduling have in common?

thatfield
Télécharger la présentation

Grading /syllabus

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Grading/syllabus HankuiZhuo (卓汉逵) http://xplan-lab.org/AI-course/

  2. What is the course about? • What do web search, speech recognition, face recognition, machine translation, autonomous driving, and automatic scheduling have in common? • AI aims to tackle these issues with rigorous mathematical tools. • Specific topics include: • search, game playing, markov decision processes, constraint satisfaction, planning, logic,and machine learning.

  3. Prerequisites • This course is fast-paced and covers a lot of ground, so it is important that you have a solid foundation on both the theoretical and empirical fronts. • You should have taken the following classes (or their equivalents) • Programming • Discrete math • Probability

  4. Reading • There is no required textbook for this class, and you should be able to learn everything from the lecture notes. However, if you would like to pursue more advanced topics or get another perspective on the same material, some books can be: • Russell and Norvig. Artificial Intelligence: A Modern Approach. • A comprehensive reference for all the AI topics that we will cover. • Koller and Friedman. Probabilistic Graphical Models. • Covers factor graphs and Bayesian networks. • Sutton and Barto. Reinforcement Learning: An Introduction. • Covers Markov decision processes and reinforcement learning. Available free online • Hastie, Tibshirani, and Friedman. The elements of statistical learning. • Covers machine learning. Available free online. • Tsang. Foundations of constraint satisfaction. • Covers constraint satisfaction problems. Available free online. • Bear in mind that some of these books can be quite dense and use different notation terminology, so it might take some effort to connect up with the material from class

  5. grading • Project (50%) • The final project provides an opportunity for you to use the tools from class to build something interesting of your choice. • Projects should be done in groups of up to three. • The project will be something that you work on throughout the course and we have set up some milestones to help you along the way: • Proposal (2 pages max): Define the input-output behavior of the system and the scope of the project. • Progress report (4 pages): Propose a model and algorithm • Poster session (1 day): you should stand by your poster during your assigned slot. • Final report (5-10 pages) • Exam (30%) • Written exam that will test your knowledge and problem-solving skills on all preceding lectures and homeworks. • Homeworks(20%) • homeworkswith both written and programming parts. • Centered around an application and will also deepen your understanding of the theoretical concepts

  6. Datasets • You are free to use existing datasets, but these might be not necessarily the best match for your problem, in which case you are probably better off making your own dataset. • Kaggle is a website that runs machine learning competitions for predicting for monetary reward. • SAT competition: satisfiability problems are a special important class of CSPs. • Natural language processing datasets: links to many NLP datasets for different languages. • Poker hand dataset. • Planning domains.

  7. Libraries • You are free to use existing tools for parts of your project as long as you're clear what you used. When you use existing tools, the expectation is that you will do more on other dimensions. • scikit-learn: machine learning library implemented in Python • Natural language Toolkit (NLTK): a set of tools for basic NLP in Python • OpenCV: Python libraries for simple computer vision • Tensorflow: machine learning tool • Planning: IPC (International Planning Competition)

  8. Some project ideas • Build an intelligent manufacture simulator by scheduling different agents such as drones, robots, etc. • Predict the price of airline ticket prices given day, time, location, etc. • Predict the amount of electricity consumed over the course of a day. • Predict whether the phone should be switched off / silenced based on sensor readings from your smartphone. • Auto-complete code when you're programming. • Answer natural language questions for a restricted domain (e.g., insurance, sports). • Find the optimal way to get from one place on SYSU campus to another place, taking into account uncertain travel times due to traffic. • Solve Sudoku puzzles or crossword puzzles. • Build an engine to play Go, chess, 2048, Poker, etc. • Generate poetry on a given topic. • Activity recognition

  9. syllabus • Reference • 1. Introduction • 2. Intelligent Agents • 3. Problem Solving and Search • 4. Informed Search and Algorithms • 5. Constraint Satisfaction Problems • 6. Game Playing • 7. Logical Agents • 8. First Order Logic • 9. Planning • 10. Uncertainty • 11. Bayesian Networks • 12. Temporal Probability Networks • 13. Rational Decision • 14. MDP/POMDP • 15. NLP • Learning • 16. Decision Tree Learning • 17. Bayesian Learning • 18. Neural Network Learning • 19. Text mining

More Related