Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data.js #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion courses/data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
let data = [
{
name:'Machine Learning Crash Course',
instructor: 'Google',
url:'https://developers.google.com/machine-learning/crash-course',
description:'Machine Learning Crash Course with TensorFlow APIs',
image: '',
tags:['Machine Learning', 'TensorFlow']
},
{
name:'Elements of AI',
instructor: 'Elements of AI team',
url:'elementsofai.com',
description:'Free online courses for encouraging people to learn AI and start creating AI methods',
image: '',
tags:['Machine Learning', 'TensorFlow']
},
{
name:'CS50 - Introduction to Artificial Intelligence with Python',
instructor: 'David J. Malan',
url:'https://www.edx.org/course/cs50s-introduction-to-artificial-intelligence-with-python',
description:'Learn to use machine learning in Python in this introductory course on artificial intelligence',
image: '',
tags:['Machine Learning', 'Python']
},
{
name:'Stanford University CS229',
instructor: 'Andrew Ng',
url:'https://www.youtube.com/watch?v=jGwO_UgTS7I&amp=&index=1&ab_channel=stanfordonline',
description:'Stanford CS229: Machine Learning',
image: '',
tags:['Machine Learning', 'Python']
},
{
name:'Javascript Basics',
instructor: 'Steven Hancock',
Expand Down Expand Up @@ -629,4 +661,4 @@ let data = [
image: 'Cloud.png',
tags:['cloud', 'containerization', 'virtualization', 'cloud services']
}
];
];