Skip to content

Commit

Permalink
Merge pull request #1 from shubh9457/dl-course-patch-1-1
Browse files Browse the repository at this point in the history
Added Deep Learning Short Playlist
  • Loading branch information
shubh9457 authored Oct 3, 2020
2 parents 9ac7839 + 2b63cb7 commit 7e79b55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions courses/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,14 @@ let data = [
image: "artworknetninja.jpg",
tags: ["CSS", "CSS3", "Animations", "Front-end"],
},
{
name: "Deep Learning Intuitions",
instructor: "3Blue1Brown",
url:
"https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi",
description:
"Beginner friendly Deep Learning Intuition and then adding in a deep dive towards how Neural Networks work",
image: "artworknetninja.jpg",
tags: ["Deep Learning", "Visualization", "Animations", "Neural Networks"],
},
];

0 comments on commit 7e79b55

Please sign in to comment.