Found 153 repositories(showing 30)
MuhammedSinanHQ
An end-to-end predictive maintenance project built on the NASA CMAPSS turbofan dataset. Includes data preprocessing, feature engineering, model training, evaluation, and a production-ready FastAPI inference service. Designed to demonstrate practical ML and MLOps skills through a real, working workflow.
Artificial Intelligence and Machine Learning have empowered our lives to a large extent. The number of advancements made in this space has revolutionized our society and continue making society a better place to live in. In terms of perception, both Artificial Intelligence and Machine Learning are often used in the same context which leads to confusion. AI is the concept in which machine makes smart decisions whereas Machine Learning is a sub-field of AI which makes decisions while learning patterns from the input data. In this blog, we would dissect each term and understand how Artificial Intelligence and Machine Learning are related to each other. What is Artificial Intelligence? The term Artificial Intelligence was recognized first in the year 1956 by John Mccarthy in an AI conference. In layman terms, Artificial Intelligence is about creating intelligent machines which could perform human-like actions. AI is not a modern-day phenomenon. In fact, it has been around since the advent of computers. The only thing that has changed is how we perceive AI and define its applications in the present world. The exponential growth of AI in the last decade or so has affected every sphere of our lives. Starting from a simple google search which gives the best results of a query to the creation of Siri or Alexa, one of the significant breakthroughs of the 21st century is Artificial Intelligence. The Four types of Artificial Intelligence are:- Reactive AI – This type of AI lacks historical data to perform actions, and completely reacts to a certain action taken at the moment. It works on the principle of Deep Reinforcement learning where a prize is awarded for any successful action and penalized vice versa. Google’s AlphaGo defeated experts in Go using this approach. Limited Memory – In the case of the limited memory, the past data is kept on adding to the memory. For example, in the case of selecting the best restaurant, the past locations would be taken into account and would be suggested accordingly. Theory of Mind – Such type of AI is yet to be built as it involves dealing with human emotions, and psychology. Face and gesture detection comes close but nothing advanced enough to understand human emotions. Self-Aware – This is the future advancement of AI which could configure self-representations. The machines could be conscious, and super-intelligent. Two of the most common usage of AI is in the field of Computer Vision, and Natural Language Processing. Computer Vision is the study of identifying objects such as Face Recognition, Real-time object detection, and so on. Detection of such movements could go a long way in analyzing the sentiments conveyed by a human being. Natural Language Processing, on the other hand, deals with textual data to extract insights or sentiments from it. From ChatBot Development to Speech Recognition like Amazon’s Alexa or Apple’s Siri all uses Natural Language to extract relevant meaning from the data. It is one of the widely popular fields of AI which has found its usefulness in every organization. One other application of AI which has gained popularity in recent times is the self-driving cars. It uses reinforcement learning technique to learn its best moves and identify the restrictions or blockage in front of the road. Many automobile companies are gradually adopting the concept of self-driving cars. What is Machine Learning? Machine Learning is a state-of-the-art subset of Artificial Intelligence which let machines learn from past data, and make accurate predictions. Machine Learning has been around for decades, and the first ML application that got popular was the Email Spam Filter Classification. The system is trained with a set of emails labeled as ‘spam’ and ‘not spam’ known as the training instance. Then a new set of unknown emails is fed to the trained system which then categorizes it as ‘spam’ or ‘not spam.’ All these predictions are made by a certain group of Regression, and Classification algorithms like – Linear Regression, Logistic Regression, Decision Tree, Random Forest, XGBoost, and so on. The usability of these algorithms varies based on the problem statement and the data set in operation. Along with these basic algorithms, a sub-field of Machine Learning which has gained immense popularity in recent times is Deep Learning. However, Deep Learning requires enormous computational power and works best with a massive amount of data. It uses neural networks whose architecture is similar to the human brain. Machine Learning could be subdivided into three categories – Supervised Learning – In supervised learning problems, both the input feature and the corresponding target variable is present in the dataset. Unsupervised Learning – The dataset is not labeled in an unsupervised learning problem i.e., only the input features are present, but not the target variable. The algorithms need to find out the separate clusters in the dataset based on certain patterns. Reinforcement Learning – In this type of problems, the learner is rewarded with a prize for every correct move, and penalized for every incorrect move. The application of Machine Learning is diversified in various domains like Banking, Healthcare, Retail, etc. One of the use cases in the banking industry is predicting the probability of credit loan default by a borrower given its past transactions, credit history, debt ratio, annual income, and so on. In Healthcare, Machine Learning is often been used to predict patient’s stay in the hospital, the likelihood of occurrence of a disease, identifying abnormal patterns in the cell, etc. Many software companies have incorporated Machine Learning in their workflow to steadfast the process of testing. Various manual, repetitive tasks are being replaced by machine learning models. Comparison Between AI and Machine Learning Machine Learning is the subset of Artificial Intelligence which has taken the advancement in AI to a whole new level. The thought behind letting the computer learn from themselves and voluminous data that are getting generated from various sources in the present world has led to the emergence of Machine Learning. In Machine Learning, the concept of neural networks plays a significant role in allowing the system to learn from themselves as well as maintaining its speed, and accuracy. The group of neural nets lets a model rectifying its prior decision and make a more accurate prediction next time. Artificial Intelligence is about acquiring knowledge and applying them to ensure success instead of accuracy. It makes the computer intelligent to make smart decisions on its own akin to the decisions made by a human being. The more complex the problem is, the better it is for AI to solve the complexity. On the other hand, Machine Learning is mostly about acquiring knowledge and maintaining better accuracy instead of success. The primary aim is to learn from the data to automate specific tasks. The possibilities around Machine Learning and Neural Networks are endless. A set of sentiments could be understood from raw text. A machine learning application could also listen to music, and even play a piece of appropriate music based on a person’s mood. NLP, a field of AI which has made some ground-breaking innovations in recent years uses Machine Learning to understand the nuances in natural language and learn to respond accordingly. Different sectors like banking, healthcare, manufacturing, etc., are reaping the benefits of Artificial Intelligence, particularly Machine Learning. Several tedious tasks are getting automated through ML which saves both time and money. Machine Learning has been sold these days consistently by marketers even before it has reached its full potential. AI could be seen as something of the old by the marketers who believe Machine Learning is the Holy Grail in the field of analytics. The future is not far when we would see human-like AI. The rapid advancement in technology has taken us closer than ever before to inevitability. The recent progress in the working AI is much down to how Machine Learning operates. Both Artificial Intelligence and Machine Learning has its own business applications and its usage is completely dependent on the requirements of an organization. AI is an age-old concept with Machine Learning picking up the pace in recent times. Companies like TCS, Infosys are yet to unleash the full potential of Machine Learning and trying to incorporate ML in their applications to keep pace with the rapidly growing Analytics space. Conclusion The hype around Artificial Intelligence and Machine Learning are such that various companies and even individuals want to master the skills without even knowing the difference between the two. Often both the terms are misused in the same context. To master Machine Learning, one needs to have a natural intuition about the data, ask the right questions, and find out the correct algorithms to use to build a model. It often doesn’t requiem how computational capacity. On the other hand, AI is about building intelligent systems which require advanced tools and techniques and often used in big companies like Google, Facebook, etc. There is a whole host of resources to master Machine Learning and AI. The Data Science blogs of Dimensionless is a good place to start with. Also, There are Online Data Science Courses which cover the various nitty gritty of Machine Learning.
peteryuX
Personal upload space for the 100Day-ML-Marathon, which is a marathon of training your machine learning skill on Kaggle in 100 consecutive days.
KeneanDita
A machine learning web application built with Flask that predicts student performance based on input data. This project showcases practical skills in data preprocessing, model training, evaluation, and deploying ML models using Flask for real-time predictions.
Smart Monitoring System for Classroom Activities using ML to analyze images, classifying activities like teaching, discussions, and seminars. Automates evaluation of skill development programs, identifies underperforming institutions, and improves training effectiveness. Designed for efficient monitoring and enhanced learning outcomes.
LauzHack
Master the essentials, from basic commands to training ML models on cloud servers. Get ready to elevate your skills for the big event! 🚀
Pranav-Programmer
"Trailblaze: Road Crossing Stimulation" merges Unity ML-Agents and PPO to train ML agents navigating dynamic roads. Reinforcement learning, powered by PPO, refines skills, while Behavioral Cloning enhances training through expert demonstrations. Experience vibrant simulations in this ML-driven road-crossing environment.
shaurya-tiwari
A web application that analyzes resumes against job descriptions to evaluate skill match, ATS compatibility, and overall job fit using AI/ML techniques. Built as a hands-on project to apply Generative AI and NLP concepts learned during AWS AI/ML training.
GitAhubI-Lover
What skill does this task teach?:It teaches the model to balance mathematical correctness with high-performance ML engineering constraints (specifically tensor fusion and memory bandwidth optimization). • Pass Rate details:Achieved about 25% pass rate over 100 trials, ensuring the task is neither too trivial nor impossible for RL training.
reneSalmon
Training Google Tensorflow ML and DeepLearning skills
NedaJalili
"A growing collection of hands-on ML projects showcasing skills in data analysis, model training, and predictive analytics."
Training ML skill
BuniDev-coding
Training ML skill
hululuzhu
ML training skills covering 30+ "ML alchemy" skills from Training and Modeling perspectives
dailycafi
Claude Code skill for PyTorch ML training — LLMs, vision, diffusion, medical imaging, biomedical ML. Based on Karpathy's autoresearch patterns.
RishabhS-dev
AI-powered Personalized Skill Development Planner without training ML models yourself. Which can help u plan future planning with your skills.
99oblivius
ML case study: automated fishing minigame skill-check via YOLO detection, reinforcement learning, and simulation training
Splitting the advertising data (advertising.csv) into training and testing data sets, then choosing and training a classification machine learning algorithm; Getting the accuracy of the ML model; Using feature engineering skills to create new features and improve my ML model;
fearmotor
🔴 Elevate your security skills with hands-on training in red teaming for GenAI and AI/ML systems, focusing on adversarial techniques and vulnerabilities.
damajojung
Demonstrate all my ML skills, training a NN, building a streamlit app, combine all of them and deploy it with Azure. (Work in progress)
adhammorganege-lgtm
An innovative web platform developed during the Innovegypt Training Program to connect mentors with learners by identifying hobbies and skill levels using assessments and AI/ML models.
martin7savov
Billiards Training ML App – A machine learning project that predicts FargoRate and player skill level improvement based on drills, experience, and performance data. Includes a Flask web app that generates personalized training drills and improvement forecasts.
ML-based Flask web app that predicts student placement outcomes using academic scores, specialization, and work experience. Includes data preprocessing, Random Forest model training, and web deployment. A complete end-to-end project to showcase ML skills in EdTech and HRTech.
Zulqarnain-10
Sure, here's a concise description for your GitHub repository: --- # ML Internship Projects This repo contains three ML projects: Credit Scoring Model, Handwritten Character Recognition, and Disease Prediction. Each demonstrates data handling, model training, and evaluation skills using classification algorithms.
Ayoub-etoullali
Comprehensive training program equips developers with essential skills in data engineering and data science life cycles, encompassing data processing, software development, ML/AI, and KPI visualization for real-world business problem-solving.
REZ0AN
Python ML Coding Practices 🚀 Enhance your Python machine learning skills with practical coding examples, tips, and best practices. Dive into hands-on exercises covering data preprocessing, model training, evaluation, and deployment.
VartikaRaj2512
**ML-Training** 🧠🤖📊: A collection of essential ML codes including recommendation systems, clustering, regression, PCA, and more. Explore algorithms widely used in data science for personalized content, market analysis, segmentation, and predictive modeling. Ideal for enhancing skills and industry relevance. 🚀📚
Complete ML pipeline for bank marketing classification (Kaggle S5E8): data cleaning, one-hot encoding, model training with cross-validation, ROC evaluation, and ensemble-ready outputs for practice and showcasing applied machine learning skills.
End-to-end machine learning project using logistic regression to classify breast cancer tumors as malignant or benign. Includes EDA, preprocessing, model training, evaluation, interpretability, and visualizations. Ideal for showcasing ML and data science skills.
AhmedAlaa2024
Hand Gesture Recognition System: a machine learning project to classify hand gestures (0-5) from an image. Complete pipeline with preprocessing, feature extraction/selection, model training and analysis. Practice ML skills with Colombian sign language dataset.