Found 238 repositories(showing 30)
Haleshot
Collection of marimo tutorials which encompass notebook/app examples in varying domains - CS/AI/ML
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.
ndrsllwngr
Development of Media Systems: AI Applications - Group project (2021). Unity + ML-Agents project simulates a rocket flight from earth to moon, learning autonomous flying behaviour in varying gravity environments.
roshnikumari-21
KnightMare is a web-based chess application built using the MERN stack, integrated with the powerful Stockfish chess engine for AI gameplay. It offers a modern, responsive UI with Tailwind CSS, allowing users to play against varying difficulty levels. Future plans include adding a game analysis section for post-match review and learning.
Dynamic Difficulty Adjustment (DDA) in video games represents a significant leap in game AI ensuring that players of varying skill levels are equally challenged and engaged. In this Unity-based first-person shooter game, DDA is a core feature inspired by industry standards and aimed at enhancing player experience.
RHEXorg
PersonaForge is an autonomous prompt generator for AI prompt engineers. It creates four distinct prompt versions from a single topic, varying in tone and style. Built with Streamlit and Tailwind CSS, it offers a modern, user-friendly interface. Utilizes OpenRouter's LLaMA 3.1 8B Instruct model for intelligent prompt generation.
paanjoe
R&D RAG AI Agent by consuming vary documents. This serve as a personal experiment with AI
dr271
A Java implementation of checkers complete with GUI and AI controlled oponent of varying difficulty levels through the use of minimax algorithm with alpha-beta pruning.
AlexanderPotiagalov
Experience a dynamic twist on the classic game with our advanced MultiBoard AI, offering challenging gameplay across multiple boards and varying difficulty levels. Enjoy strategic matches tailored for both casual and competitive players.
ivanintech
Suicide Tanks is a dynamic turn-based tactical shooter where players command powerful tanks in head-to-head combat. The game supports both player-versus-player and player-versus-AI modes, offering varying levels of challenge. Designed to mobile and PC.
muhammed-arshad-pk
End-to-end AI system for automated chronic wound analysis supporting NPWT. Uses CNN-based segmentation, tissue classification (granulation, slough, necrotic, epithelializing), reference-based area estimation, and FastAPI–Gradio interface for real-time clinical use with robust performance under varying imaging conditions.
SL1dee36
AI is attempting Hangman. (with varying degrees of success)
Sowrab121
📊 Simulate future business outcomes with ForecastFactory, an AI-driven platform that empowers teams to adapt and plan under varying scenarios.
NacirChahine
An AI-powered Sudoku Solver model developed using TensorFlow, capable of solving Sudoku puzzles of varying difficulties through machine learning techniques
theinit01
A Python-based chess engine capable of facilitating human-vs-AI gameplay. The AI functionality is implemented using minimax and alpha-beta pruning algorithms, offering challenging gameplay experiences for users at varying skill levels.
ObaidUr-Rahmaan
2nd-Year Team Project - Online Multiplayer Game inspired by 'Tank Trouble'. Fully-featured, real-time battling experience for up to 4 concurrent players + AI bots of varying difficulties.
GouravN97
Develop AI/ML based models to predict time-varying patterns of the error build up between uploaded and modelled values of both satellite clock and ephemeris parameters of navigation satellites
Duffy617
Assignment for the AI for Medicine Specialization course.(1:Build and Evaluate a Linear Risk model/ 2:Risk Models Using Tree-based Models/ 3:Survival Estimates that Varies with Time/ 4:Cox Proportional Hazards and Random Survival Forests)
ztultrebor
Norvig's Vacuum Cleaner World for AI. Built agents of varying complexity to interact with the Vacuum World environment. Built some simple environments in which the agents can act.
brightappsllc
AI assistant for JupyterLab — chat, inline completion, EDA, RAG, and a file agent; works with Claude, GPT, Gemini, Ollama, Bedrock, and more — no Node.js for end users.
shalan12
A checkers app for android where users can play against AI opponents of varying difficulty levels.
AI project, produces a valid maze of varying difficulty and then finds the solution to it.
robwil
A simple implementation of the Clue board game, meant to show off varying levels of AI sophistication.
yanghangit
Interpretable AI-driven causal inference to uncover the time-varying effects of PM2.5 and public health interventions on COVID-19 infection rates
Selucus
A project to reproduce the board game Othello using a python GUI and to create an AI algorithm with varying difficulty for the user to play against.
mr-farru-20
AI-Driven Analysis of Cricket Match Trends Under Varying Environmental Conditions using Python, Decision Tree & Random Forest models. Includes data preprocessing, feature importance, visualizations, and interactive prediction widget for pre-match strategy and analytics.
gl8410
AI-powered tool to automatically merge diverse Excel files into standardized templates using LLM semantic matching. Efficiently aligns varying column names, supports manual calibration, and offers one-click consolidated exports. Containerized with Docker for easy deployment.
Icaalex
MeterMate (Energy + AI + Payments) is a web application designed to solve the common problem of shared prepaid electricity meters in Nigerian apartments and commercial complexes. Tenants often struggle to split bills fairly because appliance usage varies widely.
CH-Yasir-Labs
This Python game, built with Pygame, is an AI Bike Racing Game where the player controls a blue bike using arrow keys to avoid AI-controlled red bikes. The road scrolls for a racing effect, and AI bikes spawn randomly with varying speeds. The game keeps track of the score and ends if a collision occurs. With smooth movement and collision detection.
asadrehman1
FlowAI is a PERN-based SaaS platform offering AI-powered tools like article & blog generation, image creation & editing, code & resume review, and a community gallery. Features vary by pricing plan, with Clerk for auth & billing and a smooth Tailwind CSS interface.