{Awesome Works in Progress}
âMachine Learning is the science of getting computers to learn and act like humans do, and improve their learning over time in autonomous fashion, by feeding them data and information in the form of observations and real-world interactions.â
Daniel Faggella
- Machine Learning
- Deep Learning
- Special Algorithms and Techniques
- Libraries and Programming Languages
- Exams and Certifications
- Software and Tools
- Learn ML
- ML for Good
- Special Technologies and Videos
- Special Performance âĄ
Artificial Intelligence (AI Tree)
Supervised learning is a method used to enable machines to classify objects, problems or situations based on related data fed into the machines. (techopedia.com)
Predict continuous values
- Introduction to Machine Learning Algorithms: Linear Regression - Rohith Gandhi
- Is Regression Analysis Really Machine Learning? - Matthew Mayo, KDnuggets
- Linear Regression Example - scikit-learn
- Essentials of Linear Regression in Python - Sayak Paul
- Linear Regression with Python - Hardik Jaroli
- Linear Regression Algorithm from Scratch - edureka
- Introduction and regression (IBM) â
- How well does your regression equation truly represent your set of data - Correlation Coefficient, r and Coefficient of Determination, r 2 or R2
- Graphing On The Coordinate Plane (Algebra Basics) đș - Math Antics
- zedstatistics đș
- The OLS Assumptions - 365datascience.com
- An Introduction to Support Vector Regression (SVR) - Tom Sharp (March 2020)
- R2, MAE, MSE, RMSE
Predict discrete values (Binary, Multi-Class (Or), Multi-Label (Or/And)
- Naive Bayes Classifier - Rohith Gandhi (May 2018)
- A visual introduction to machine learning - Ineractive story-scrolling
- Decision Trees (MLU) - mlu-explain.github.io
- SVM Classifier and RBF Kernel â How to Make Better Models in Python - Saul Dobilas (January 2017)
- Understanding the concept of Hierarchical clustering Technique - Chaitanya Reddy Patlolla (December 2018)
-
Neural Network Architectures - Steve Brunton
-
3Blue1Brown
- But what is a Neural Network? - Deep learning, chapter 1
- Accuracy, AUC
Unsupervised learning is a method used to enable machines to classify both tangible and intangible objects without providing the machines any prior information about the objects. (techopedia.com)
Find distributions
- The 5 Clustering Algorithms Data Scientists Need to Know - George Seif
Market Basket Analysis and Recommender Systems
- A Hands-On Guide To Dimensionality Reduction (Feb 2019)
- Topic Modeling and Latent Dirichlet Allocation (LDA) in Python - Latent Dirichlet Allocation (LDA) is an example of topic model and is used to classify text in a document to a particular topic.
Reinforcement learning, in the context of artificial intelligence, is a type of dynamic programming that trains algorithms using a system of reward and punishment (techopedia.com), some applications of the reinforcement learning algorithms are computer played board games (Chess, Go), robotic hands, and self-driving cars.
- Accuracy = (TN + TP) / Total Predictions
- Precision = TP / (TP + FP)
- Recall = TP / (TP + FN)
- F1 Score = 2 * ((Precision*Recall) / (Precision + Recall))
- What is the difference between Deep Learning and Machine Learning?
- Teachable Machine - Train a computer to recognize your own images, sounds, & poses.
- Model Asset eXchange - IBM - A place for developers to find and use free and open source deep learning models.
aka Neural Network (NN), designed to simulate the way the human brain analyzes and processes information.
Used in the field of Computer Vision.
Used in Natural Language Processing.
- Introduction to Generative AI đș ~22min - Google Cloud Tech
Time series analysis is a statistical method that deals with time series data, or trend analysis. Here are some of the most widely used techniques for time series analysis:
- Naive Forecast - forecastegy.com | The simple naive model predicts the next values as the last observed value.
Natural language processing (NLP) is a form of AI that extracts meaning from human language to make decisions based on the information.
- 5 Amazing Examples Of Natural Language Processing (NLP) In Practice - Bernard Marr
- Your Guide to Natural Language Processing (NLP)
- What is Natural Language Processing (NLP)? (Video) - Bernard Marr
- Samples
- Fake Videos of Real People (TED) - Do you think you're good at spotting fake videos, where famous people say things they've never said in real life?
- Fake Anything: "The Art of Deep Learning" - Deep-Fake, GANs, Digital Art and a Live Hands-On Session - (June 2020)
- Understanding Generative Adversarial Networks (GANs) - Building, step by step, the reasoning that leads to GANs (January 2019)
- Nvidia AI Makes Artists Out of Everyone - (March 2019)
- Nvidia GauGAN tool - gaugan.org
- Deep Dream
- Style Transfer
- Survival Analysis (March 2018) - An introduction to the concepts of Survival Analysis and its implementation in lifelines package for Python.
- VisuAlgo - visualising data structures and algorithms through animation
- Netflix Recommendation System (Course) - coursera.org
- Introduction to Recommender System - Introduction to Recommender System. Part 1 (Collaborative Filtering, Singular Value Decomposition)
- Netflix recommendation system: How it works - recoai.net
- Custom Vision - Microsoft
- Image classification from scratch in keras - Beginner friendly, intermediate exciting and expert refreshing.
- How to Perform Face Detection with Deep Learning
- Monte Carlo Simulation (Video) - MIT OpenCourseWare
- The Quicksort Algorithm is a systematic routine for sorting elements of an array. It is efficient when compared to other common sorting algorithms, and it is considered unstable because the relative order of equal elements is not guaranteed.
- ML.NET
- ML.NET - An open source and cross-platform machine learning framework
- Announcing ML.NET 1.2 and Model Builder updates
- Awesome Python - Resources and References
- Awesome R - Resources and References
- New AI programming language goes beyond deep learning (MIT) - General-purpose language works for computer vision, robotics, statistics, and more.
- CertNexus - Emerging Technology Certifications
- DataX
- KNIME - KNIME, the Konstanz Information Miner, is a free and open-source data analytics, reporting and integration platform
- RapidMiner - RapidMiner is a data science platform for teams that unites data prep, machine learning, and predictive model deployment.
- Weka - Weka is a collection of machine learning algorithms for data mining tasks. It contains tools for data preparation, classification, regression, clustering, association rules mining, and visualization.
- AzureML - Microsoft Azure Machine Learning Studio
- IBM Watson - Powered by the latest innovations in machine learning, Watson is the open, multicloud platform that lets you automate the AI lifecycle. Build powerful models from scratch, or speed time-to-value with pre-built enterprise apps.
- H2O - Open Source Leader in AI and ML
- Alteryx - A leader in data science and self-service analytics
- ONNX - ONNX is an open format to represent deep learning models. With ONNX, AI developers can more easily move models between state-of-the-art tools and choose the combination that is best for them. ONNX is developed and supported by a community of partners.
- Orange Data Mining đ - orangedatamining.com | University of Ljubljana
- Machine Learning for Beginners - Microsoft
- Machine Learning Crash Course with TensorFlow APIs - Google
- NVIDIA Deep Learning Institute â - nvidia.com
- AI learning hub - learn.microsoft.com | Microsoft Learn is your trusted source to help you get skilled up and ready to power AI transformation with the Microsoft Cloud.
- 7 free and low-cost AWS courses that can help you use generative AI - aboutamazon.com
- Introduction To Machine Learning With Python Course (FREE) - marktechpost.com
- 130 Machine Learning Projects Solved and Explained
- Introduction to AI with David Carmona - microsoft.com
- Dev Intro to Data Science - microsoft.com
- Data Science for Beginners (Microsoft)
- Approaching (almost) any machine learning problem - Abhishek Thakur
- 100+ Free Data Science Books for 2021 - theinsaneapp.com
- Machine Learning from Scratch - Danny Friedman
- Interpretable Machine Learning
- What Is MLOps? - Generating Long-Term Value from Data Science & Machine Learning
- Machine Learning For DummiesÂź, IBM Limited Edition
- Data Science at the Command Line (Free) - datascienceatthecommandline.com
- Deep Learning is a strange beast ~ 2 hours - Machine Learning Street Talk
- MIT Introduction to Deep Learning | 6.S191 - Alexander Amini
- Generative AI and The mindset needed to fully embrace it - Andrew McAfee | Bernard Marr
- AlphaGo đș - Full award-winning documentary
- Machine Learning â Andrew Ng, Stanford University (Full Course, 112 videos) đ
- Machine Learning Zero to Hero (Google I/O'19) - This is a talk for people who know code, but who donât necessarily know machine learning.
- Data Mining with Weka - Weka MOOC
- Machine Learning Recipes - Machine Learning Recipes with Josh Gordon
- A Gentle Introduction to Machine Learning - StatQuest with Josh Starmer
- Harvard Professor Explains Algorithms in 5 Levels of Difficulty | WIRED - WIRED
- ML Sunburst (SolClover) â -chart-studio.plotly.com
- Simplifying the Difference: ML vs DL - scs.org.sg | Singapore Computer Society
- Feedback loops in machine learning - impira.com
- Objectives for AI applications (Google) - ai.google
- Which machine learning algorithm should I use? (SAS) â- sas.com
- Machine Learning Algorithm Cheat Sheet for Azure Machine Learning designer
- What Is Artificial Intelligence? - gartner.com
- Edge AI, is This the End of Cloud? - Nadav Gover (15 April 2021)
- 4 Intersecting Domains That You Can Easily Confuse with Artificial Intelligence - Orhan G. Yalçın (19 December 2020)
- The Roadmap of Mathematics for Deep Learning - towardsdatascience.com
- Towards the end of deep learning and the beginning of AGI - Javier Ideami (March 2021)
- Machine Learning Algorithms and the Data Pros Who Use Them - Bob Hayes (February 2021)
- Best Practices for Feature Engineering
- Coming up with features is difficult, time-consuming, requires expert knowledge. âApplied machine learningâ is basically feature engineering. ~ Andrew Ng
- Pattern Recognition: The basis of Human and Machine Learning - analyticsvidhya.com
- The Ultimate Guide to Learning About Artificial Intelligence -Adam Maj (April 2020)
- Big O notation - MIT
- StyleGAN: Use machine learning to generate and customize realistic images - Jamshed Khan (July 2019)
- Monitoring Machine Learning Models in Production - (March 2020)
- Artificial Intelligence (AI) vs. Machine Learning vs. Deep Learning - Chris Nicholson
- Top Algorithms and Methods Used by Data Scientists - KDnuggets
- Understanding Key Terms in AI - Rajesh Narayanan
- Microsoft has a wild hologram that translates HoloLens keynotes into Japanese
- Novel AI tools to accelerate cancer research
- Why One-Hot Encode Data in Machine Learning?
- Artificial Intelligence, Machine Learning, and Deep Learning: Same context, Different concepts
- Few Industries Have More To Offer And To Gain From Big Data Than Telecommunications
- Supervised and Unsupervised Learning - Vineet Maheshwari
- Data science and machine learning - Collaborate across teams, use the top open source tools and scale at the speed your business requires with this leading data science platform.
- A Complete Machine Learning Project Walk-Through in Python: Part One
- A Complete Machine Learning Walk-Through in Python: Part Two
- Machine Learning Resources
- The Birthplace of AI - The 1956 Dartmouth Workshop
- The Seven Patterns Of AI - Kathleen Walch
- Gradient Dissent - A Machine Learning Podcast by W&B
- 17 Data Science Podcasts to Listen to in 2023 - coursera.org
- Data Science Curriculum for self-study - Benjamin Obi Tayo
- AI Expert Roadmap i.am.ai
- Whatâs New in the 2023 Gartner Hype Cycle for Emerging Technologies
- The 4 Trends That Prevail on the Gartner Hype Cycle for AI, 2021
- 2 Megatrends Dominate the Gartner Hype Cycle for Artificial Intelligence, 2020 - gartner.com
- Deep learning algorithm does as well as dermatologists in identifying skin cancer - Stanford (January 2017)
- Welcome AI - AI Products, Case Studies, Technologies and more
- Wolfram Machine Learning - wolfram.com | Machine Learning & Neural Networks.From production-grade classic machine learning to modern artificial intelligence, with deep integration with statistical analysis, visualization, image processing and more to build intelligent systems.
- BlueDot - BlueDotâs outbreak risk software safeguards lives by mitigating exposure to infectious diseases that threaten human health, security, and prosperity (bluedot.global)
- Talk to Transformer - See how a modern neural network completes your text (talktotransformer.com)
- Salma - The world's first Arabic personal voice assistant.
- This X does NOT exist - Using generative adversarial networks (GAN), we can learn how to create realistic-looking fake versions of almost anything.
- This person does NOT exist - Every single photo on the site has been created by using a special kind of artificial intelligence algorithm called generative adversarial networks (GANs).
- PREDPOL - Predict critical events and gain actionable insight
- Towards a Conversational Agent that Can Chat AboutâŠAnything (Meena) - Brain Team (Google AI)
- DALL·E, GPT-3, Midjourney, Stable Diffusion Prompt Marketplace - promptbase.com
- VALL-E - Neural Codec Language Models are Zero-Shot Text to Speech Synthesizers
- ChatGPT - chat.openai.com
- Bard - bard.google.com
- LLaVA: Large Language and Vision Assistant - llava-vl.github.io
- Why you should be using active learning to build ML - marktechpost.com
- AI 50: Americaâs Most Promising Artificial Intelligence Companies - (July 2020)
- Performance Metrics: Confusion matrix, Precision, Recall, and F1 Score - Vaibhav Jayaswal
- Coronavirus: How Artificial Intelligence, Data Science And Technology Is Used To Fight The Pandemic - Bernard Marr (March 2020)
- Biased Algorithms Learn From Biased Data - Annie Brown (February 2020)
- Never mind killer robotsâhere are six real AI dangers to watch out for in 2019 - by Will Knight and Karen Hao (January 2019)
- The Dark Secret at the Heart of AI - "No one really knows how the most advanced algorithms do what they do. That could be a problem" - Will Knight (April 2017)
- A Guide to Real World Artificial Intelligence & Machine Learning Use Cases
- Artificial Intelligence Today with Prof. Stuart Russell - Bernard Marr
- Project Omote (Real-Time Face Tracking & Projection Mapping) - Project Omote is a collaboration between Japanese director Nobumichi Asai, makeup artist Hiroto Kuwahara and French digital image engineer Paul Lacroix.
- Introducing Quantum Impact - Microsoft (February 2020)
- Samsung's NEON Revealed - Leaked Trailer Looks Perfectly Human! - Good Content | Tech (January 2020)
- The City of the Future - Elon Musk (December 2019)
- How Close Are We to a Complete Map of the Human Brain? - Seeker (May 2019)
- This map of a flyâs brain connectivity is the best weâve ever seen - MIT Technology Review (January 2020)
- Will Self-Taught, A.I. Powered Robots Be the End of Us? - World Science Festival (March 2019)
- "Project Soli" The Untouched | Developed by Google - Baggage Of Knowledge (January 2019)
- Artificial Intelligence: Mankind's Last Invention - "It could be terrible and it could be great. It's not clear!" Aperture (October 2018)
- Interfacing with devices through silent speech - MIT Media Lab (April 2018)
- What is the Cambridge Analytica scandal? - The Guardian (March 2018)
- The Real Reason to be Afraid of Artificial Intelligence - Peter Haas (December 2017)
- Drones of the Future are Here! AI, Autonomous Weapons - (November 2017)
- The incredible inventions of intuitive AI | Maurice Conti - (March 2017)
- Introducing Amazon Go and the worldâs most advanced shopping technology - Amazon (December 2016)
- Science Documentary 2016 | Big Data - Best Documentary (November 2016)
- Can we build AI without losing control over it? - Sam Harris (October 2016)
- Satya Nadella introducing Seeing AI Prototype at Build 2016 conference (Microsoft Research) - Shaikh, who lost his sight when he was seven, helped develop the project, which uses computer vision and natural language processing to describe a person's surroundings, read text, answer questions and even identify emotions on people's faces. (April 2016)
- Meet the dazzling flying machines of the future | Raffaello D'Andrea - (March 2016)
- Robots
- "Jiuzhang" Chinese quantum computer is 180 million times faster on AI-related tasks, says team led by âfather of quantumâ Pan Jianwei
- Top500 - TOP500 Becomes a Petaflop Club for Supercomputers
- Blue Gene (IBM) - IBM
- Mira - Mira Ushers in a New Era of Scientific Supercomputing
- Quantum