Skip to content

Commit

Permalink
chore: Add "Two Minute Papers" in ML in YouTube (rupali-codes#786)
Browse files Browse the repository at this point in the history
* chore: Add "Two Minute Papers" in ML in YouTube

* Update database/youtube/machine-learning.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Update database/youtube/machine-learning.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Update database/youtube/machine-learning.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Update database/youtube/machine-learning.json

---------

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
  • Loading branch information
AkhilProto and CBID2 authored May 28, 2023
1 parent 0b88c5e commit 1853eb3
Showing 1 changed file with 41 additions and 35 deletions.
76 changes: 41 additions & 35 deletions database/youtube/machine-learning.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
[

{
"name":"Udacity",
"description":"Free online course for learning tensorflow for Deep learning",
"url":"https://learn.udacity.com/courses/ud187",
"category":"online platform",
"subcategory":"tensorflow",
"language":"english"
{
"name": "Two Minute Papers",
"description": "These research papers discuss Artificial Intelligence and Machine Learning in an engaging and detailed manner. What a Time to be Alive!",
"url": "https://www.youtube.com/@TwoMinutePapers",
"category": "youtube",
"subcategory": "machine-learning",
"language": "english"
},
{
"name": "Udacity",
"description": "Free online course for learning tensorflow for Deep learning",
"url": "https://learn.udacity.com/courses/ud187",
"category": "online platform",
"subcategory": "tensorflow",
"language": "english"
},
{
"name": "5 Minutes Engineering",
Expand All @@ -25,36 +32,35 @@
"language": "english"
},
{
"name": "Krish Naik",
"description": "This channel provides videos on Machine Learning, Deep Learning and Artificial Intelligence with real-world problem scenarios.",
"url": "https://www.youtube.com/user/krishnaik06",
"category": "youtube",
"subcategory": "machine-learning",
"language": "english"
},
{
"name":"Google",
"description":"Free online course provided by google to learn machine learning and it's implementations",
"url":"https://developers.google.com/machine-learning",
"category":"online platform",
"subcategory":"machine-learning",
"language":"english"
"name": "Krish Naik",
"description": "This channel provides videos on Machine Learning, Deep Learning, and Artificial Intelligence with real-world problems.",
"url": "https://www.youtube.com/user/krishnaik06",
"category": "youtube",
"subcategory": "machine-learning",
"language": "english"
},
{
"name": "Google",
"description": "Free online course provided by Google to learn Machine Learning and it's implementations",
"url": "https://developers.google.com/machine-learning",
"category": "online platform",
"subcategory": "machine-learning",
"language": "english"
},
{
"name":"FreeCodeCamp",
"description":"Learn Machine Learning in a way that is accessible to absolute beginners. You will learn the basics of Machine Learning and how to use TensorFlow to implement many different concepts.",
"url":"https://www.youtube.com/watch?v=i_LwzRVP7bg&t=769s&ab_channel=freeCodeCamp.org",
"category":"youtube",
"subcategory":"machine-learning",
"language":"english"
"name": "FreeCodeCamp",
"description": "Here, you will learn the basics of Machine Learning and how to use TensorFlow in different scenarios.",
"url": "https://www.youtube.com/watch?v=i_LwzRVP7bg&t=769s&ab_channel=freeCodeCamp.org",
"category": "youtube",
"subcategory": "machine-learning",
"language": "english"
},
{
"name":"DeepLearningAI",
"name": "DeepLearningAI",
"description": "Access the lectures of Andrew Ng on Deep Learning and Machine Learning",
"url":"https://www.youtube.com/c/Deeplearningai",
"category":"youtube",
"subcategory":"machine-learning",
"language":"english"
"url": "https://www.youtube.com/c/Deeplearningai",
"category": "youtube",
"subcategory": "machine-learning",
"language": "english"
}

]
]

0 comments on commit 1853eb3

Please sign in to comment.