Programming is interesting if you are learning it from good resources.
5 courses that helped me learn programming concepts. 🧵
1. CS50 by Harvard
Build strong basics of Computer Science and fundamentals.
Nov 15, 2022 • 8 tweets • 2 min read
Learning Classification in Supervised Machine Learning from Scratch 🧵👇
Classification, by name, means to classify things into sub-categories.
For example, our computers can differentiate between red and blue, cat and dog, pencil and pen, and so on.
Nov 2, 2022 • 7 tweets • 2 min read
Five FREE courses for Machine Learning, Artificial Intelligence, NLP, Web Development, and Computer Programming from world-class universities like Stanford, MIT, Harvard, etc. 🧵
1. Machine Learning by Stanford University
This is a playlist of all the lectures taken by Prof. Andrew Ng in Stanford's ML course.
🔗
Oct 18, 2022 • 7 tweets • 2 min read
Learn Neural Networks for FREE 🧵
1. Introduction to Neural Network
Learn Computer Vision for FREE 🧵
1. Introduction to Computer Vision
This course provides an introduction to computer vision, including fundamentals of image formation, multiview geometry including stereo, motion estimation, and tracking, and classification
Learn Data Science for FREE 🧵
1. Introduction to Data Science
You will learn the top Python libraries for Data Science, some of the essential Data Science algorithms, and the top Data Science jobs, skills, and salary trends.
Learn Machine Learning for FREE 🧵
1. Google Machine Learning Crash Course
Google's fast-paced, practical introduction to machine learning, featuring a series of lessons with video lectures, real-world case studies, and hands-on practice exercises.
Five open-source projects that are giving a lot of swag and value for contributions in @hacktoberfest 2022 🧵👇
1. @amplication
Amplication is the most flexible open-source backend development platform that saves engineers from repetitive coding tasks and long development cycles.
Five Machine Learning applications in your Daily Life 🤖
Thread 🧵👇
1. Commute Estimation
Using the location data from smartphones, Google Maps can inspect the agility of shifting traffic at any time, moreover, maps can organize user-reported traffic like construction, traffic, and accidents.
Aug 15, 2022 • 10 tweets • 3 min read
User-defined Data Structures in Python(with code snippets) 👨💻
Thread 🧵👇
Data structures that aren’t supported by python but can be programmed to reflect the same functionality using concepts supported by python are user-defined data structures.