关于书中对应各章节的要点,稍晚些时候补充,这里先给出汤晓鸥教授和陈玉琨教授的一些点评,我个人读后收获非常大。
.参考:https://www.ithome.com/html/it/345470.htm
.参考:http://epaper.oeeee.com/epaper/H/html/2017-01/04/content_749.htm
文末附机器人学习能力矩阵,包括:小学、初中、高中、学士、硕士、博士。
补充知识和阅读材料:
--一份为高中生准备的机器学习与人工智能入门指南--
翻译版链接:https://blog.csdn.net/dqcfkyqdxym3f8rb0/article/details/79347385
英文原版:https://github.com/kjaisingh/high-school-guide-to-machine-learning
Being a high schooler myself and having studied Machine Learning and Artificial Intelligence for a year now, I believe that there fails to exist a learning path in this field for High School students. This is my attempt at creating one.
Being a high schooler myself and having studied Machine Learning and Artificial Intelligence for a year now, I believe that there fails to exist a learning path in this field for High School students. This is my attempt to create one.
Over the past few months, I've tried to spend a couple of hours every day understanding this field, be it watching Youtube videos or undertaking projects. I've been guided by older peers who've had far more experience than me, and now feel that I have ample experience to share my insights.
All the information that I have compiled in this guide is intended for high schoolers wishing to excel in this up and coming field. It is intended to be followed chronologically, and unlike most guides/learning paths that I've come across, doesn't require an understanding of linear algebra, partial derivatives and other complex mathemathical concepts which one cannot find in their high school syllabuses.
If you work through this path on a regular basis, I believe that you could get to a pretty high level in about three months. However, this learning path does provide content that can keep you learning for the rest of your high school stay.
So, lets get to it.
I strongly suggest Python for this - not only is it extremely easy to learn, it supports pretty much any good library used in Machine Learning. While R is useful, I just find that Python in general is far more suitable for high school students. Besides basic programming, for Machine Learning in particular, the libraries that are most useful are Numpy, Pandas and Matplotlib.
Great! Now you should be set in the core programming needed to learn Machine Learning and Artificial Intelligence.
If there's one universal course for Machine Learning, it has to be Andrew Ng's course. This course is nothing short of brilliant, though for high school students, it may seem slightly challenging at times, as it refers to concepts such as partial derivatives (though these aren't required to understand the course). I found it beneficial to re-watch some lectures in Weeks 3 to 5 - it may be a bit fast the first time around.
I encourage everyone to go through this and take notes, though doing the programming-related tutorials and exercises is not needed, as its done in Matlab, which (in my experience) is often too tough for high schoolers to grasp. But don't worry, we will be doing the very same (and far more advanced) algorithms in Python in just a short amount of time.
The link to this free course is: https://www.coursera.org/learn/machine-learning
Now, understanding machine learning algorithms without the knowledge of university-level maths - this should be hard in theory, however, a team from Australia resolved this issue.
Kirill Eremenko and Hadelin de Ponteves - a pair from the SuperDataScience team - are absolutely fantastic at finding relevant ways to apply simple algorithms in real life. Furthermore, they go into a suitable amount of depth to understand the functionality of the algorithm, but without the complex mathics that a high school would not be able to understand.
Their course covers both Python and R, though you don't have to worry about R - simply go through the Python tutorials. Also, if you find that they are going a bit too slow, play this course at 1.25x speed (I did that and found it much better).
Their course is on Udemy, and is paid, though Udemy regularly has discounts of 90% or more on their courses. It can be found at https://www.udemy.com/machinelearning/learn/v4/overview, and is usually around $10.
It covers everything from basic regression algorithms to deep and convolutional neural networks. If you wish to explore even more advanced areas, their Deep Learning course is offered at the end of the Machine Learning for a 90% discount. However, concepts in this second course may be a little advanced and lack proper documentation, since they are so new.
If you're unwilling to pay for this course, you can check out Google's free Deep Learning course at https://www.udacity.com/course/deep-learning--ud730 or University of Michigan's free course at https://www.coursera.org/learn/python-machine-learning. However, these are far from as well-rounded as the SuperDataScience team's courses.
For these courses, taking notes aren't a necessity - there are tons of 'algorithm cheat sheets' online, which offer a quick intution on how they work. This website (https://www.analyticsvidhya.com/blog/2017/02/top-28-cheat-sheets-for-machine-learning-data-science-probability-sql-big-data/) lists a few.
Now, you've covered a wide range of machine learning concepts, and have learnt a vast amount of skills. Its time for you to independently use these on basic projects. I'd suggest going to Kaggle (https://www.kaggle.com/) or the UCI Machine Learning repository (http://archive.ics.uci.edu/ml/datasets.html), finding a dataset you have an interest in, and simply modelling some solutions to these. Play around with different algorithms, and try to optimize performance.
Ensure that the datasets you use are simple and clean in nature - they shouldn't require too much pre-processing or modifying. Some easy dataset (off the top of my head) are the Iris, Wine, Breast Cancer Wisconsin, Autism Screening, Congress Voting, Handwritten Digits MNIST and Fashion MNIST ones.
If you ever come across a road block, Stack Overflow (https://stackoverflow.com/) is your best friend - they have an answer to almost any question that you'd have. If it doesn't, just post one - you should get replies within a couple of hours!
There's nothing much more I need to say here - when you find that you've become comfortable with the whole modelling process, feel free to move on!
Now you've got a great and broad understanding of all the basics. However, there's only a limit to what you can do with this. Thus, I suggest you find an area of interest in the broad field of Machine Learning, and look deeper into it. You probably won't have time to become experts in all of these in your high school tenure, but try and conquer one, if not two.
I'll list some possible areas, but before you begin one of these, understand what it is you're getting into. A simple Youtube search for a high-level explanation will give you all you need.
If you want to work in this field in the long run, its crucial to understand what it is about, groundbreaking discoveries and its implications on society. You should start doing things listed in this section as soon as you have the necessary understanding of how the technology works - I believe that this is after Section 4 of this learning path (as you start delving into an area of interest). This kind of information may not particularly help you when implementing algorithms, but its an impressive sign for universities or companies when their prospects are so knowledgeable in the field itself, rather than just the code.
There's a few things that a high schooler should do to deepen their general understanding of the field and make them more knowledgeable, which I'll list here:
I wish everyone the best of luck in undertaking this learning path. I've heard too many people say Machine Learning and Artificial Intelligence is too complicated to learn as a high school student to not write this - with a well-paved learning path, it can be done by anyone. Its just that due to the field being so new and generally thought of as a graduate field of study, theres a lack of one for high school students.
If anyone has additions, suggestions, queries or feedback, feel free to write to me @ kj.jaisingh@gmail.com.
--机器人方向--
MIT Zero Robotics中学计划:http://zerorobotics.mit.edu/ms/
--NASA机器人学矩阵--
涵盖了从幼儿园到博士的全部内容。五星推荐。https://robotics.nasa.gov/edu/matrix.php
----
Educational Robotics Matrix
Check back often as this list always continues to develop. If you have any suggestions for additional content, or to report broken links, please direct your e-mail to arc-rap@mail.nasa.gov
Interested in how the National Science Education Standards relate to robotics? Find out at BotBalls' Website!
Find National Standards for the following subjects: Math, Science, Engineering, Technology (ITEEA and ISTE), Language Arts, Social Studies
--具体内容如下--
CurriculumCompetitionsInternshipsK to 5thSqueaklandLet younger children try their hand at programming.+ More informationImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationClassroom Robotics on the WebLessons, materials, and rubrics developed in a Texas classroom using RoboLab.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationBuild a NanoroverLearn how to make your own balloon-powered nanorover!+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationFIRST® LEGO® League JuniorDesigned to introduce STEM concepts to kids ages 6 to 10+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationEARLY RoboticsEngineering And Robotics Learned Young (EARLY) is a program that exposes our youth to engineering. EARLY provides 7 to 12 year olds the opportunity to participate in a robotics competition every fall and spring.+ More informationID Tech Camps+ More informationSpace Camp+ More information6th to 8thImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More informationBotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationID Tech Camps+ More informationSpace Camp+ More information9th to 12thPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More informationIntelliBrain-BotJava-programmable educational robot.+ More informationGEARS Educational SystemsRobotics platform with projects and suggested curriculum.+ More informationBattlebots IQEducational lessons about robotics.+ More informationRobotic Autonomy ActivitiesA series of exercises intended to explore principles of autonomous robotics.+ More informationRobotics ProgrammingSimulate robotics missions and learning BASIC programming.+ More informationRobotics Technology CurriculumSelect activities to suit the learner from elementary to advanced and manual robot control to computer program modes.+ More informationStamps in ClassIntroduction to topics such as microcontrollers, analog and digital, and advanced robotics.+ More informationEST FoundationsThe EST Foundations curriculum is comprised of project based lesson plans to introduce students to engineering. Students will explore the new product development process, how marketing impacts engineering, and careers in engineering and science. There are eleven fully developed one-week modules. + More informationBotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationBEST Robotics+ More informationFIRST® Robotics Competition + More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationFIRST® Tech Challenge + More informationVEX Robotics Competition+ More informationNASA Student Opportunities+ More informationID Tech Camps+ More informationRobotics Boot CampAt San Jose City College+ More informationNASA Summer High School Apprenticeship Research Program (SHARP)+ More informationNASA MSFC Robotics Academy+ More informationBA/BSList of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCMU Undergraduate Minor in RoboticsFocus on robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationCollaborative Research ExperienceFor women in undergraduate computer science and engineering+ More informationRoboCup+ More informationVEX Robotics Competition+ More informationNASA Student Opportunities+ More informationNASA Jobs+ More informationStorming Robots Internship+ More informationiD Tech Camps Jobs+ More informationNASA MSFC Robotics Academy+ More informationMA/MSList of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More informationTrinity Fire-Fighting Robot Contest+ More informationRoboCup+ More informationNASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More informationPh.DList of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More informationTrinity Fire-Fighting Robot Contest+ More informationRoboCup+ More informationNASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More information | Curriculum | Competitions | Internships | K to 5th | SqueaklandLet younger children try their hand at programming.+ More informationImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationClassroom Robotics on the WebLessons, materials, and rubrics developed in a Texas classroom using RoboLab.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationBuild a NanoroverLearn how to make your own balloon-powered nanorover!+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More information | RoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationFIRST® LEGO® League JuniorDesigned to introduce STEM concepts to kids ages 6 to 10+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationEARLY RoboticsEngineering And Robotics Learned Young (EARLY) is a program that exposes our youth to engineering. EARLY provides 7 to 12 year olds the opportunity to participate in a robotics competition every fall and spring.+ More information | ID Tech Camps+ More informationSpace Camp+ More information | 6th to 8th | ImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More information | BotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More information | ID Tech Camps+ More informationSpace Camp+ More information | 9th to 12th | Pre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More informationIntelliBrain-BotJava-programmable educational robot.+ More informationGEARS Educational SystemsRobotics platform with projects and suggested curriculum.+ More informationBattlebots IQEducational lessons about robotics.+ More informationRobotic Autonomy ActivitiesA series of exercises intended to explore principles of autonomous robotics.+ More informationRobotics ProgrammingSimulate robotics missions and learning BASIC programming.+ More informationRobotics Technology CurriculumSelect activities to suit the learner from elementary to advanced and manual robot control to computer program modes.+ More informationStamps in ClassIntroduction to topics such as microcontrollers, analog and digital, and advanced robotics.+ More informationEST FoundationsThe EST Foundations curriculum is comprised of project based lesson plans to introduce students to engineering. Students will explore the new product development process, how marketing impacts engineering, and careers in engineering and science. There are eleven fully developed one-week modules. + More information | BotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationBEST Robotics+ More informationFIRST® Robotics Competition + More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationFIRST® Tech Challenge + More informationVEX Robotics Competition+ More information | NASA Student Opportunities+ More informationID Tech Camps+ More informationRobotics Boot CampAt San Jose City College+ More informationNASA Summer High School Apprenticeship Research Program (SHARP)+ More informationNASA MSFC Robotics Academy+ More information | BA/BS | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCMU Undergraduate Minor in RoboticsFocus on robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationCollaborative Research ExperienceFor women in undergraduate computer science and engineering+ More informationRoboCup+ More informationVEX Robotics Competition+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationStorming Robots Internship+ More informationiD Tech Camps Jobs+ More informationNASA MSFC Robotics Academy+ More information | MA/MS | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationRoboCup+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More information | Ph.D | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationRoboCup+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More information | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Curriculum | Competitions | Internships | |||||||||||||||||||||||||||
K to 5th | SqueaklandLet younger children try their hand at programming.+ More informationImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationClassroom Robotics on the WebLessons, materials, and rubrics developed in a Texas classroom using RoboLab.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationBuild a NanoroverLearn how to make your own balloon-powered nanorover!+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More information | RoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationFIRST® LEGO® League JuniorDesigned to introduce STEM concepts to kids ages 6 to 10+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationEARLY RoboticsEngineering And Robotics Learned Young (EARLY) is a program that exposes our youth to engineering. EARLY provides 7 to 12 year olds the opportunity to participate in a robotics competition every fall and spring.+ More information | ID Tech Camps+ More informationSpace Camp+ More information | ||||||||||||||||||||||||||
6th to 8th | ImagiBoticsRobotics classroom activities, articles, and interviews at Imagiverse+ More informationPre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationMake Your Own RoverEleven activities designed to help students learn about robotics.+ More informationImagine MarsStudents explore their own community and decide which arts, scientific and cultural elements will be important as they develop an ideal community on Mars.+ More informationRobotics ActivitiesDesign, build and program a real robot using sensors, controllers and actuators.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More information | BotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationFIRST® LEGO® League Immerses kids in real-world science and technology challenges.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More information | ID Tech Camps+ More informationSpace Camp+ More information | ||||||||||||||||||||||||||
9th to 12th | Pre-K-12 EngineeringStandards-aligned engineering activities for grades Pre-K to 12th Grade.+ More informationRobotics Starter Kits for EducatorsA guide to different robotics kits.+ More informationRobotics Academy Camp-on-a-Disk+ More informationBotball and Computer Science CurriculumCurricular materials to promote hands-on learning.+ More informationMulti-unit Robotics CurriculumGive students meaningful exercises that introduce or reinforce applied physics and mathematics concepts.+ More informationIntelliBrain-BotJava-programmable educational robot.+ More informationGEARS Educational SystemsRobotics platform with projects and suggested curriculum.+ More informationBattlebots IQEducational lessons about robotics.+ More informationRobotic Autonomy ActivitiesA series of exercises intended to explore principles of autonomous robotics.+ More informationRobotics ProgrammingSimulate robotics missions and learning BASIC programming.+ More informationRobotics Technology CurriculumSelect activities to suit the learner from elementary to advanced and manual robot control to computer program modes.+ More informationStamps in ClassIntroduction to topics such as microcontrollers, analog and digital, and advanced robotics.+ More informationEST FoundationsThe EST Foundations curriculum is comprised of project based lesson plans to introduce students to engineering. Students will explore the new product development process, how marketing impacts engineering, and careers in engineering and science. There are eleven fully developed one-week modules. + More information | BotBall+ More informationRoboCupJunior+ More informationTrinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationBEST Robotics+ More informationFIRST® Robotics Competition + More informationRobofestRobofest is an annual autonomous robotics competition focusing on learning STEM for students in grades 5 - 12.+ More informationStorming RobotsStorming Robots offers classes for those interested in participating in robotics competitions, robotics technology clubs, computer programming classes, etc. + More informationFIRST® Tech Challenge + More informationVEX Robotics Competition+ More information | NASA Student Opportunities+ More informationID Tech Camps+ More informationRobotics Boot CampAt San Jose City College+ More informationNASA Summer High School Apprenticeship Research Program (SHARP)+ More informationNASA MSFC Robotics Academy+ More information | ||||||||||||||||||||||||||
BA/BS | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCMU Undergraduate Minor in RoboticsFocus on robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationBattlebots IQ+ More informationCollaborative Research ExperienceFor women in undergraduate computer science and engineering+ More informationRoboCup+ More informationVEX Robotics Competition+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationStorming Robots Internship+ More informationiD Tech Camps Jobs+ More informationNASA MSFC Robotics Academy+ More information | ||||||||||||||||||||||||||
MA/MS | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationRoboCup+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More information | ||||||||||||||||||||||||||
Ph.D | List of universities offering robotics programs+ More informationAutonomous Multirobot SystemsKey issues and current research in autonomous multirobot systems.+ More informationGeneral Robotics CourseOverview of robotics in practice and research.+ More informationCarnegie Mellon University Robotics InstituteGraduate education in robotics.+ More informationUniversitiesStudy and research programs in robotics.+ More information | Trinity Fire-Fighting Robot Contest+ More informationRoboCup+ More information | NASA Student Opportunities+ More informationNASA Jobs+ More informationPlanetary Science Summer School+ More information |
----
机器人世界与机器人操作系统(ROS):https://www.edx.org/course/hello-real-world-with-ros-robot-operating-system
你有兴趣采取机器人技术的第一步吗?你是否寻求切实可行的方法,并希望通过这样做来学习?加入我们的课程,学习如何使用ROS编写完整的真实世界机器人系统! 机器人操作系统(ROS)使您能够通过访问大量开源软件和工具来快速构建机器人应用程序。多年来,ROS已经成为机器人专家的必备工具。一个大型社区围绕着ROS,工业用户在这些工具的开发中已经有了大量的投入。 用于操纵,感知和导航的许多新的高级机器人功能都是使用ROS开发的。像空客和波音这样的公司正在使用ROS来处理他们的一些应用。代尔夫特理工大学的代尔夫特机器人系统团队在2016年亚马逊机器人挑战赛上赢得了两项挑战,其中使用ROS开发的机器人。 在本课程中,您将学习使用不同的ROS工具来创建一个完整的机器人应用程序。您将在基于物理学的仿真引擎Gazebo上使用您自己的独立Ubuntu-Linux安装以及工业和移动机器人。您将学习编程和配置基本的机器人任务,例如拾取和放置对象,并浏览障碍物。然后,您将整合所有这些知识,用两个机器人手臂和一个移动机器人构建工业生产线。 最好的最终项目将在代尔夫特的工业示范设施中的真实机器人上进行测试! 你准备好让你的机器人用ROS来向你的(真实)世界说“你好”吗? 本课程的课程资料属于代尔夫特理工大学版权所有,并根据知识共享署名 - 非商业性使用 - 相同方式(CC-BY-NC-SA)4.0国际许可证授权。
跳过教学大纲说明第0周:课程设置 安装Ubuntu-Linux,课程模拟设置和支持软件。 第1周:ROS Essentials ROS主题,服务,操作和节点介绍。与课程模拟环境简单交互。 第2周:构建您自己的机器人环境 使用统一机器人描述格式(URDF),ROS参数服务器以及将真实世界对象表示添加到仿真环境中的机器人的软件表示。 第3周: 使用GMapping软件包创建自主导航地图,使用ROS导航自动导航已知地图。 第4周:操作 运动规划,采用ROS MoveIt工业机器人拾取和放置行为! 第5周:机器人视觉 对象检测,姿态估计。 第6周:最终项目 ROS文件系统,状态机行为设计的基本概念,使用两个工业机器人手臂和一个移动机器人构建生产线应用程序。
----
稍后补充一些书籍资料pdf。
课程 | 比赛 | 实习 | |
---|---|---|---|
小学阶段 | Squeakland让年幼的孩子尝试编程。+更多信息Imagiverse机器人课堂活动,文章和Imagiverse采访+更多信息Pre-K-12工程标准调整工程活动适用于Pre-K至12年级的工程活动。+更多信息制作你自己的RoverEleven 11个旨在帮助学生学习机器人技术的活动。+更多信息Web上的教室机器人使用RoboLab在德克萨斯州的教室中开发课程,材料和标记。+更多信息想象一下火星学生探索自己的社区,并决定在火星上发展理想社区时,哪些艺术,科学和文化元素将变得重要。+更多信息建立一个Nanorover学习如何使你自己的气球动力nanorover!+更多信息机器人活动使用传感器,控制器和执行器设计,构建和编程一个真实的机器人。+更多信息适用于教育工作者的机器人入门套件针对不同机器人套件的指南。+更多信息 | RoboCupJunior +更多信息三位一体消防机器人大赛+更多信息FIRST®LEGO®League Junior旨在将STEM概念引入6至10岁儿童+更多信息RobofestRobofest是一个年度自主机器人竞赛,专注于为5 - 12年级的学生学习STEM。+更多信息FIRST® LEGO®联赛沉浸在真实世界中的科学和技术挑战的孩子。+更多信息攻坚机器人攻坚机器人为那些有兴趣参加机器人竞赛,机器人技术俱乐部,计算机编程课程等的人提供课程+更多信息EARLY RoboticsEngineering and Robotics Learned Young(EARLY)是一个让我们的年轻人接触工程的计划。EARLY提供7至12岁的孩子参加每年秋季和春季的机器人比赛的机会。+更多信息 | ID Tech Camps +更多信息空间营+更多信息 |
初中阶段 | Imagiverse机器人课堂活动,文章和Imagiverse采访+更多信息Pre-K-12工程标准调整工程活动适用于Pre-K至12年级的工程活动。+更多信息制作你自己的RoverEleven 11个旨在帮助学生学习机器人技术的活动。+更多信息想象一下火星学生探索自己的社区,并决定在火星上发展理想社区时,哪些艺术,科学和文化元素将变得重要。+更多信息机器人活动使用传感器,控制器和执行器设计,构建和编程一个真实的机器人。+更多信息适用于教育工作者的机器人入门套件针对不同机器人套件的指南。+更多信息机器人学院夏令营+更多信息Botball和计算机科学课程提供实践学习的课程材料。+更多信息多单元机器人课程为学生提供有意义的练习,介绍或强化应用的物理和数学概念。+更多信息 | BotBall +更多信息RoboCupJunior +更多信息三位一体消防机器人大赛+更多信息Battlebots IQ +更多信息RobofestRobofest是一个年度自主机器人竞赛,专注于为5 - 12年级的学生学习STEM。+更多信息FIRST® LEGO®联赛沉浸在真实世界中的科学和技术挑战的孩子。+更多信息攻坚机器人攻坚机器人为那些有兴趣参加机器人竞赛,机器人技术俱乐部,计算机编程课程等的人提供课程+更多信息 | ID Tech Camps +更多信息空间营+更多信息 |
高中阶段 | Pre-K-12工程标准调整工程活动适用于Pre-K至12年级的工程活动。+更多信息适用于教育工作者的机器人入门套件针对不同机器人套件的指南。+更多信息机器人学院夏令营+更多信息Botball和计算机科学课程提供实践学习的课程材料。+更多信息多单元机器人课程为学生提供有意义的练习,介绍或强化应用的物理和数学概念。+更多信息IntelliBrain-BotJava可编程教育机器人。+更多信息GEARS教育系统带有项目和建议课程的机器人平台。+更多信息Battlebots IQ关于机器人的教育课程。+更多信息机器人自主活动旨在探索自主机器人原理的一系列练习。+更多信息机器人编程模拟机器人任务和学习BASIC编程。+更多信息机器人技术课程选择适合学习者从初级到高级和手动机器人控制到计算机程序模式的活动。+更多信息课堂上的邮票介绍诸如微控制器,模拟和数字以及高级机器人等主题。+更多信息EST基础EST基础课程包括基于项目的课程计划,向学生介绍工程。学生将探索新产品开发过程,营销如何影响工程,以及工程和科学职业。有11个完全开发的一周模块。 +更多信息 | BotBall +更多信息RoboCupJunior +更多信息三位一体消防机器人大赛+更多信息Battlebots IQ +更多信息BEST Robotics +更多信息FIRST®机器人竞赛+更多信息RobofestRobofest是一个年度自主机器人竞赛,专注于为5 - 12年级的学生学习STEM。+更多信息攻坚机器人攻坚机器人为那些有兴趣参加机器人竞赛,机器人技术俱乐部,计算机编程课程等的人提供课程+更多信息FIRST®技术挑战+更多信息VEX机器人大赛+更多信息 | 美国宇航局学生机会+更多信息ID Tech Camps +更多信息圣何塞城市学院机器人学新手训练营+更多信息美国宇航局夏季高中学徒研究计划(夏普)+更多信息美国宇航局MSFC机器人学院+更多信息 |
学士本科阶段 | 提供机器人程序的大学列表+更多信息自主多机器人系统自主多机器人系统的关键问题和当前研究。+更多信息一般机器人课程机器人在实践和研究中的概述。+更多信息CMU机器人本科专业重点研究机器人技术。+更多信息大学机器人学习和研究项目。+更多信息 | 三位一体消防机器人大赛+更多信息Battlebots IQ +更多信息合作研究经历针对本科生计算机科学与工程专业的女生+更多信息RoboCup +更多信息VEX机器人大赛+更多信息 | 美国宇航局学生机会+更多信息美国宇航局乔布斯+更多信息强攻机器人实习+更多信息iD Tech Camps Jobs +更多信息美国宇航局MSFC机器人学院+更多信息 |
硕士研究生阶段 | 提供机器人程序的大学列表+更多信息自主多机器人系统自主多机器人系统的关键问题和当前研究。+更多信息一般机器人课程机器人在实践和研究中的概述。+更多信息卡内基梅隆大学机器人研究所机器人研究生教育。+更多信息大学机器人学习和研究项目。+更多信息 | 三位一体消防机器人大赛+更多信息RoboCup +更多信息 | 美国宇航局学生机会+更多信息美国宇航局乔布斯+更多信息行星科学暑期学校+更多信息 |
博士研究生阶段 | 提供机器人程序的大学列表+更多信息自主多机器人系统自主多机器人系统的关键问题和当前研究。+更多信息一般机器人课程机器人在实践和研究中的概述。+更多信息卡内基梅隆大学机器人研究所机器人研究生教育。+更多信息大学机器人学习和研究项目。+更多信息 | 三位一体消防机器人大赛+更多信息RoboCup +更多信息 | 美国宇航局学生机会+更多信息美国宇航局乔布斯+更多信息行星科学暑期学校+更多信息 |
----