diff --git a/_courses/course-1.md b/_courses/course-1.md index d637355ed0fe..20010990a6e8 100644 --- a/_courses/course-1.md +++ b/_courses/course-1.md @@ -1,8 +1,9 @@ --- -title: Course 1 -summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit -thumbnail: http://via.placeholder.com/560x360/ffffff/d8d8d8 +title: Intro to Deep Learning +summary: Learn the basics of deep learning, and build your own deep neural networks using PyTorch. You’ll get practical experience with PyTorch through coding exercises and projects implementing state-of-the-art AI applications such as style transfer and text generation. +thumbnail: http://placehold.it/387x219/f3f4f7 link: https://pytorch.org order: 1 +platform: Udacity --- diff --git a/_courses/course-2.md b/_courses/course-2.md index bcbf94fbddd6..42a940a8e5be 100644 --- a/_courses/course-2.md +++ b/_courses/course-2.md @@ -1,7 +1,8 @@ --- -title: Course 2 -summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit -thumbnail: http://via.placeholder.com/560x360/ffffff/d8d8d8 +title: Fast.ai Courses +summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultrices facilisis nisi id consequat. Morbi vestibulum feugiat lorem tincidunt tempus. +thumbnail: http://placehold.it/387x219/f3f4f7 link: https://pytorch.org order: 2 +platform: Fast.ai --- diff --git a/_courses/course-3.md b/_courses/course-3.md index 35bddf9e3cd0..4c8df2157f03 100644 --- a/_courses/course-3.md +++ b/_courses/course-3.md @@ -1,7 +1,8 @@ --- title: Course 3 summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit -thumbnail: http://via.placeholder.com/560x360/ffffff/d8d8d8 +thumbnail: http://placehold.it/387x219/f3f4f7 link: https://pytorch.org order: 3 +platform: Udacity --- diff --git a/_courses/course-4.md b/_courses/course-4.md index 7bab968a5b34..79f6f458145b 100644 --- a/_courses/course-4.md +++ b/_courses/course-4.md @@ -1,7 +1,8 @@ --- title: Course 4 summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit -thumbnail: http://via.placeholder.com/560x360/ffffff/d8d8d8 +thumbnail: http://placehold.it/387x219/f3f4f7 link: https://pytorch.org order: 4 +platform: Fast.ai --- diff --git a/_includes/educational_courses_module.html b/_includes/educational_courses_module.html index 23c0bfeb9493..03f5b5e41143 100644 --- a/_includes/educational_courses_module.html +++ b/_includes/educational_courses_module.html @@ -1,24 +1,27 @@
There are many educational resources available for learning and supporting AI / ML development with PyTorch. + Here are a few to get you started.
+{{ course.summary }}
+{{ course.summary }}