Machine Learning & Artificial Intelligence | Data Science Free Courses
63.7K subscribers
554 photos
2 videos
98 files
423 links
Perfect channel to learn Data Analytics, Data Sciene, Machine Learning & Artificial Intelligence

Admin: @coderfun
Download Telegram
Harvard University offers a ton of FREE online courses.
From Computer Science to Artificial Intelligence.
Here are 10 FREE courses you don't want to miss

1. Introduction to Computer Science
An introduction to the intellectual enterprises of computer science and the art of programming.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0


2. Web Programming with Python and JavaScript
This course takes you deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-web-programming-python-and-javascript?delta=0

3. Introduction to Programming with Scratch

A gentle introduction to programming that prepares you for subsequent courses in coding.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-introduction-programming-scratch?delta=0

4. Introduction to Programming with Python
An introduction to programming using Python, a popular language for general-purpose programming, data science, web programming, and more.
Check here πŸ‘‡
https://edx.org/course/cs50s-introduction-to-programming-with-python



5. Understanding Technology
This is CS50’s introduction to technology for students who don’t (yet!) consider themselves computer persons.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-understanding-technology-0?delta=0

6. Introduction to Artificial Intelligence with Python
Learn to use machine learning in Python in this introductory course on artificial intelligence.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-introduction-artificial-intelligence-python?delta=0


7. Introduction to Game Development
Learn about the development of 2D and 3D interactive games in this hands-on course, as you explore the design of games such as Super Mario Bros., PokΓ©mon, Angry Birds, and more.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-introduction-game-development?delta=0

8. CS50's Computer Science for Business Professionals
This is CS50’s introduction to computer science for business professionals.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-computer-science-business-professionals-0?delta=0


9. Mobile App Development with React Native
Learn about mobile app development with React Native, a popular framework maintained by Facebook that enables cross-platform native apps using JavaScript without Java or Swift.
Check here πŸ‘‡
https://pll.harvard.edu/course/cs50s-mobile-app-development-react-native?delta=0

10. Introduction to Data Science with Python
Join Harvard University instructor Pavlos Protopapas in this online course to learn how to use Python to harness and analyze data.
Check here πŸ‘‡
https://pll.harvard.edu/course/introduction-data-science-python?delta=0
πŸ‘7
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘3
Where to get data for your next machine learning project?

An overview of 8 amazing resources to accelerate your next project with data!

πŸ“Œ Google Datasets
Easy to search Datasets on Google Dataset Search engine as it is to search for anything on Google Search! You just enter the topic on which you need to find a Dataset.

πŸ“Œ Papers with Code Datasets
An exclusive collection of 4053 machine learning datasets with a supreme search and a good composition of datasets .

πŸ“Œ Kaggle Dataset
Explore, analyze, and share quality data.

πŸ“Œ Big Bad NLP Datasets
One of the best sources for sophisticated Natural Language Processing datasets

πŸ“Œ Hugging Face Datasets
Well known for NLP but good news hugging face is expanding and they can add datasets for machine learning soon, they have 921 datasets.

πŸ“Œ Open Data on AWS
This registry exists to help people discover and share datasets that are available via AWS resources

πŸ“Œ Awesome Public Datasets
A topic-centric list of HQ open datasets.

πŸ“Œ Azure public data sets
This one has public data sets for testing and prototyping.

πŸ“Œ Carnegie Mellon University
A listing of 750 databases, datasets, and research support tools.

Bonus: This articles on Kdnuggets covers around 80 datasets sources of the datasets. Enjoy machine learning.
πŸ‘6
MACHINE LANGUAGE

The instructions in binary form, which can be directly understood by the computer (CPU) without translating them, is called a machine language or machine code.

Machine language is also known as first generation of programming language. Machine language is the fundamental language of the computer and the program instructions in this language is in the binary form (that is 0's and 1's).

This language is different for different computers.

It is not easy to learn the machine language.
πŸ‘2
ADVANTAGE OF MACHINE LANGUAGE

The only advantage of machine language is that the program of machine language runs very fast because no translation program is required for the CPU.
πŸ‘1