UC Berkeley CS188 人工智能导论作业(2019Summer Ver.)
UC Berkeley CS188课程作业(2019Summer Ver.)
大三上的人工智能导论课为实践课程, 学习并实践了UC Berkeley CS188 2019 Summer的作业.
期末大作业为使用keras-yolo3+Hough变换检测车道违规压线.
最终课程成绩93/100.
Github Repo
已附Github链接, 如有帮助, 欢迎Star/Fork.
Repo情况如下.
Homework for Introduction to Artificial Intelligence, UC Berkeley CS188.
The famous course is very helpful and important for deeper learning in AI. CS188 2019 summer version
PJ1_search
PJ2_multiagent
PJ3_reinforcement
PJ4_Ghostbusters
PJ5_machinelearning
In this Project, Q4 requires me to implement a RNN myself, using ReLu for activation, including bias in the model.