diff --git a/courses/data.js b/courses/data.js index 182f6f8..0f77d83 100644 --- a/courses/data.js +++ b/courses/data.js @@ -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&=&index=1&ab_channel=stanfordonline', + description:'Stanford CS229: Machine Learning', + image: '', + tags:['Machine Learning', 'Python'] + }, { name:'Javascript Basics', instructor: 'Steven Hancock', @@ -629,4 +661,4 @@ let data = [ image: 'Cloud.png', tags:['cloud', 'containerization', 'virtualization', 'cloud services'] } -]; \ No newline at end of file +];