An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: ai-algorithm

JoYBoYOO7/Credit_Guard

CreditGuard addresses this pressing challenge by introducing a data-driven, intelligent risk evaluation system that enhances the precision of loan default predictions. By leveraging diverse data sources and advanced machine learning techniques, the project seeks to create a more inclusive and accurate credit assessment framework.

Language: Jupyter Notebook - Size: 5.42 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

8Altair/Tic-tac-toe

Tic-tac-toe implementation using minimax algorithm with alpha-beta pruning.

Language: Python - Size: 10.7 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

SystemVll/ai-knn-titanic

This script is an exemple of the usage of knn algo. It will able to you to build you own script based on this.

Language: Python - Size: 8.79 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

AiCodeCraft/Anti-Dump-Algorithm

The Anti-Dump Algorithm is designed to evaluate and filter out unproductive or irrelevant input, commonly referred to as "noise," while prioritizing clarity, effort, and context. This algorithm measures the quality of input based on several key parameters with the ADI.

Language: Python - Size: 1.52 MB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

zhengyu19921215/AI-Algorithmic-Engineer-Manual

Size: 93.8 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 4

iBz-04/Two-Heads

Two heads are better than one 👽, This is a new type of reasoning mode i invented, i call it chain of dicussion, where models think and discuss in a 2-round mode before outputting an answer , similar to humans coming together to solve a problem

Language: Python - Size: 11.6 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

adityajn105/Al-Algos-from-Scratch

Some basic AI/ML/DL algorithms implemented from scratch for understanding purposes.

Language: Jupyter Notebook - Size: 956 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

usk2003/AI-TicTacToe

This is a Python-based Tic Tac Toe game using Tkinter, featuring both single-player mode (against an AI) and multiplayer mode. The game tracks player statistics such as wins, losses, and draws, and highlights the winning line. The AI uses the Minimax algorithm to make optimal moves for an engaging solo experience.

Language: Python - Size: 1020 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

farzanmrz/recommender-amazon-reviews

🛍️ Amazon Recommender 🚀 Exploring machine learning for e-commerce personalization with Amazon's Electronics data, using SVD and KNNBaseline algorithms to predict user preferences.

Language: Jupyter Notebook - Size: 161 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

The-Cookies-Team/N-Puzzle-Game 📦

This Python app with tkinter creates an N-Puzzle game using AI algorithms, including global and local search, for evaluating effectiveness.

Language: Python - Size: 1.11 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

magnitopic/ft-linear-regression

Your first implementation of a machine learning algorithm. Predicting the price of a car by it's milage

Language: Python - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

weblineindia/AIML-NLP-Text-Scoring

A Python based AI ML package for generating the best matching text from a paragraph for a given keyword/sentence.

Language: Python - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 1

InjongWon/csc384

Intro Artificial intelligence

Language: Python - Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

danylevych/Tic-Tac-Toe

Game Tic Tac Toe by using SFML libraty

Language: C++ - Size: 497 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iamsinghashutosh/Tic-Tac-Toe-Game

A GUI Tic Tac Toe game, implemented in python using different AI algorithms

Language: Python - Size: 44.9 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

codr-void/portfolio.io

Wa'el Engineering Project Repository

Language: Python - Size: 80.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

xeddmc/rapping-neural-network Fork of robbiebarrat/rapping-neural-network

Rap song writing recurrent neural network trained on Kanye West's entire discography

Language: Python - Size: 18 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

thyeem/marizero

Experimental Crunchy AI player based on the AlphaGo-Zero algorithm.

Language: Python - Size: 11.9 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

DanArmor/ai-algorithms

AI algorithms visualization made with Rust

Language: Rust - Size: 17.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wlodpawlowski/machine-learning-udacity

My mini-projects for practical learning machine learning course on the Udacity

Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

shunnokw/God_Steal

A Web Game using AI Algorithm

Language: JavaScript - Size: 5.37 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

princeanire/MedicalInformationAnalyzer

MedicalInformationAnalyzer extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records. It is a .NET console application.

Language: C# - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Akash-Chowdhury/SHORTEST-PATH-VISUALIZER

Implemented Dijkstra, BFS, Greedy BFS Algorithms using HTML5, CSS, Javascript

Language: JavaScript - Size: 14.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

panpusto/cs_50_ai_degrees

Implementation of breadth-first search algorithm

Language: Python - Size: 21.2 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ZahraRahimii/Artificail-Intelligence-Project

Levels of implementing pack-man game using AI algorithms

Language: Python - Size: 4.55 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

liuhaozhe6788/pathfinding

Implementation of pathfinding algorithms on Wuhan city

Language: Jupyter Notebook - Size: 4.23 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Syed-Owais-Noor/AI-Project-Comparison-of-3-algo-s

In this project I had to compare 3 algorithm's on the bases of there execution time. There are 3 AI algorithm's which were assign to me in these algorithm's two are uninform and one is inform. And the names of the algorithm's are: 1-DFS, 2-UCS, and A*

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Danilsq/AI-algorithmes_Stepik-course

This repo includes accomplished AI algorithmes which were proposed at Stepik's course

Language: Jupyter Notebook - Size: 2.61 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ahmed-Ibrahim-30/AI-Project-Chineese-checker

Chineese-checker game by minmax algorithm and alpha beta algorithm

Size: 4.04 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 3

haryoa/evo-pawness

Self project Evo Pawness (Temporary Name)

Language: Python - Size: 285 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 35 - Forks: 12

Mogady/AI-Algorithms-with-R

Implementation for some AI algorithms with R for my college assignments

Language: R - Size: 197 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

pradeepgangwar/Artificial-Intelligence

Codes for Artificial Intelligence (IAIN532C) course

Language: Python - Size: 24.4 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

VinayV9/tic-tac-toe

my first game using Artificial Intelligence(min-max algorithm)

Language: JavaScript - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

ayoubeddafali/AI-Algorithms

Optimization and Path finding & Neural networks Algorithms

Language: C++ - Size: 604 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Keywords
ai-algorithm 34 ai 9 python 5 machine-learning 5 machine-learning-algorithms 5 game 4 algorithms 3 neural-network 3 tic-tac-toe 3 artificial-intelligence 3 algorithm 3 minmax-algorithm 2 uniform-cost-search 2 dfs-algorithm 2 css 2 data-science 2 html 2 artificial-intelligence-algorithms 2 javascript 2 alpha-beta-pruning 2 tkinter 2 minimax-algorithm 2 ai-algorithms 2 classification-algorithims 1 artificial-intelligence-models 1 classification-algorithm 1 classification-model 1 rhymes 1 data-science-learning 1 data-science-projects 1 python-script 1 machine-learning-course 1 machine-learning-library 1 machine-learning-practice 1 machine-learning-projects 1 machine-learning-udacity 1 python-3 1 alphago-zero 1 board-game 1 reinforcement-learning 1 torch 1 algorithm-visualisation 1 ant-algorithm 1 bam 1 egui 1 egui-graphs 1 english 1 genetic-algorithm 1 hopfield 1 linux 1 rust 1 rust-algorithms 1 rust-gui 1 simulated-annealing 1 travelling-salesman-problem 1 visualization 1 windows 1 web-game 1 stepik 1 ai-games 1 gui-java 1 minmax-alpha-beta-pruning 1 article 1 medium 1 self-project 1 csp-solver 1 markov-decision-processes 1 mdp 1 qlearning-algorithm 1 r 1 perceptron 1 css-grid 1 css3 1 html5 1 min-max 1 c 1 optimisation-algorithms 1 pathfinding 1 azure 1 azure-cognitive-services 1 dotnet-core 1 dsa-algorithm 1 breadth-first-search 1 cs-50 1 degrees-of-separation 1 search-algorithm 1 pac-man-game 1 alt-search 1 astar-pathfinding 1 a-star 1 a-star-algorithm 1 a-star-search 1 comparison 1 comparison-algorithm 1 depth-first-search 1 dfs 1 ucs 1 ucs-algorithm 1 machone 1 scikit-learn 1