All ML Frameworks
45,958 frameworks ranked by quality score · Page 434 of 460
| # | Framework | Score | Tier |
|---|---|---|---|
| 43301 |
agoila/minimax
Implementing Minimax search |
|
Experimental |
| 43302 |
thomaschiari/AI-TicTacToe
Implementação de um agente MinMax para jogar tictactoe, elaborado via... |
|
Experimental |
| 43303 |
Vaneeza-7/Minimax-AlphaBeta-for-Tic-Tac-Toe
AI-driven Tic Tac Toe game using Minimax and Alpha-Beta Pruning. |
|
Experimental |
| 43304 |
kevinrvaz/Tic-Tac-Toe
A tic tac toe game built using alpha-beta pruning, cli version is... |
|
Experimental |
| 43305 |
jrquick17/tic-tac-toe
Simple AngularJS project for playing TicTacToe versus AI |
|
Experimental |
| 43306 |
hkamran/TicTacToeIsNEAT
Applying neuroevolution to Tic-Tac-Toe |
|
Experimental |
| 43307 |
Cactus-TV/ML-CV-for-Drones
Machine learning and computer vision for drones |
|
Experimental |
| 43308 |
5U55/TicTacToe
A tic tac toe AI written in JavaScript with html and css that either wins or... |
|
Experimental |
| 43309 |
daniharmade/DaisyApps
AI-powered app for detecting and identifying skin diseases through smart... |
|
Experimental |
| 43310 |
nfraz007/tic_tac_toe
A simple tic tac toe (Unbeatable AI) game in vue js framework using minimax algorithm |
|
Experimental |
| 43311 |
JorgeGuerraPires/Tic-Tac-Toe-in-Angular
we can use TensorFlow.js for creating a smart gamer, that learnt from humans! |
|
Experimental |
| 43312 |
madvid/42_ml_modules
[42 curriculum] One week to learn basics in Machine Learning! 🤖 (well, as... |
|
Experimental |
| 43313 |
Hevenicio/Image-Denoising-Using-AutoEncoders-in-Keras-and-Python
Image Denoising Using AutoEncoders in Keras and Python. [Project done on... |
|
Experimental |
| 43314 |
anuragpy07/Multiple-disease-prediction-app
Multiple-disease-prediction-app |
|
Experimental |
| 43315 |
iamsuvhro/Style-Transfer-Using-Tensorflow
In this repo i am implementing a paper of style transfer from scratch using... |
|
Experimental |
| 43316 |
wooyakob/SalesCoach
Built a containerized web application deployed on Microsoft Azure. The... |
|
Experimental |
| 43317 |
TatevKaren/Simple-convolutional-neural-network
Simple Convolutional Neural Network |
|
Experimental |
| 43318 |
BehaviorZoo/BehaviorZoo.github.io
A Collect of animal behavior data. |
|
Experimental |
| 43319 |
MikuAndRabbit/Model-Implement-Record
Some models and training frameworks I implemented. |
|
Experimental |
| 43320 |
KunakornMart/ML-stock-prediction
Machine learning notebooks for housing price regression and OBTC intraday... |
|
Experimental |
| 43321 |
akashgoswami/nanci
A neural network beginner implementation in pure C |
|
Experimental |
| 43322 |
nnabeyang/deeplab-custom-dataset
scripts for training DeepLab using custom dataset |
|
Experimental |
| 43323 |
barisgudul/ANN-RealEstate-Regression
Advanced Housing Price Prediction with Artificial Neural Networks |
|
Experimental |
| 43324 |
0xnu/cpp_mdnn
A deep neural network using the MiniDNN library to analyse the Adult dataset. |
|
Experimental |
| 43325 |
rexionmars/neural-network-library
A collection of library for Deep Learning |
|
Experimental |
| 43326 |
JonyanDunh/BackPropagationCPP
In machine learning, Back Propagation is a widely used algorithm for... |
|
Experimental |
| 43327 |
merekat/ml-shortcut-library
A Visual Studio Code shortcut library designed to simplify and accelerate... |
|
Experimental |
| 43328 |
Parxd/GroundUpNeuralNet
C++ neural network library w/ support for various activation & loss functions |
|
Experimental |
| 43329 |
MaoSong2022/TinyNeuralNetwork
A simply C++ implemented neural networks |
|
Experimental |
| 43330 |
DevG06/Speech-Sentiment-Analysis
A Deep Learning project to analyse audio files and identify the emotions of... |
|
Experimental |
| 43331 |
flxcp/dl.papers
Implementing Deep Learning Papers using PyTorch |
|
Experimental |
| 43332 |
LucT3/Emotion-Classification-and-Affective-State-Measure-Artificial-Neural-Networks
Intelligent Systems course project (MSc in Computer Engineering @ Unversity... |
|
Experimental |
| 43333 |
TarikSeyceri/Connect4.ai.js
Connect4 v4.0, Is a game developed in four versions, Node.js + AI, Java SE,... |
|
Experimental |
| 43334 |
ARBhosale/angular2-connect4
Connect 4 game implementing negamax, depth-limited search with move ordering. |
|
Experimental |
| 43335 |
moharamfatema/connect-4-python
An advanced version of Connect four game vs. Adversarial search based AI... |
|
Experimental |
| 43336 |
LoSiuVincent/connect-four-mcts
Engage in the classic Connect Four game enhanced with a robust Monte Carlo... |
|
Experimental |
| 43337 |
avikj/Connect4AI
Connect 4 with AI powered by Monte Carlo Tree Search. |
|
Experimental |
| 43338 |
itsitgroup/ocr-streamlit-demo
This repository serves as a StreamLit frontend for Computer Vision based OCR... |
|
Experimental |
| 43339 |
debdattasarkar/Image-Classification-with-CNN-in-TensorFlow
Image Classification with Convolutional Neural Networks in TensorFlow:... |
|
Experimental |
| 43340 |
zjeffer/connect4-deep-rl
Deep reinforcement learning algorithm to solve Connect 4, based on AlphaZero |
|
Experimental |
| 43341 |
NRCardenas/-AFNT-Autonomous-Financial-News-Tool
An AI tool (based on LLM) that simplifies the elaboration of financial news reports. |
|
Experimental |
| 43342 |
CodeKnight314/Lunar-Lander-RL
Lunar Lander Implementation in both continuous and discrete action space... |
|
Experimental |
| 43343 |
MarinaMoreno/Which-employees-will-quit-their-positions-Binary-classification-
This repository contains an ML project that was approached with a business... |
|
Experimental |
| 43344 |
mohamedrxo/Q-learning-with-gymnasium
this project is using the gym enviremnent to train RL model using q-learning |
|
Experimental |
| 43345 |
abtsousa/minimax-go
A module that implements an artificial intelligence agent using Minimax in Go. |
|
Experimental |
| 43346 |
WoXy-Sensei/audio-classification-project
Hey there! Welcome to my Deep Learning Sound Classification Project. This... |
|
Experimental |
| 43347 |
Jersonrn/G-Mind
Deep Learning Framework for Godot Engine |
|
Experimental |
| 43348 |
nisarmasid/Housing-price-prediction
house price prediction |
|
Experimental |
| 43349 |
RajKhanke/Pune_Houseprice_prediction_R
The repository contains a Pune house price prediction system build using R... |
|
Experimental |
| 43350 |
MohamedMetwalli5/FinancoAI
📈 AI-powered platform combining real-time stock tracking, personalized... |
|
Experimental |
| 43351 |
jessmed/TSI
Proyectos para la asignatura Técnicas de Sistemas Inteligentes(UGR) |
|
Experimental |
| 43352 |
d-01/graduate-2022-rec-sys
Рекомендательная система для онлайн-гипермаркета Instacart |
|
Experimental |
| 43353 |
IsraelAzoulay/TrackTelligence-Spotify-Popularity-Predictor
A data science project analyzing Spotify song features through exploratory... |
|
Experimental |
| 43354 |
ShehryarX/visualflow
Express online visualization for trend and pattern cognition using... |
|
Experimental |
| 43355 |
PieroMacaluso/navigation
Implementation of Deep Q Network for the Banana environment in the context... |
|
Experimental |
| 43356 |
juliusfrost/RL-library-activity-tracker
A simple RL library activity tracker with github badges |
|
Experimental |
| 43357 |
Rohityalavarthy/personalized-academic-guidance-system
AI-powered academic guidance system that predicts student GPA and recommends... |
|
Experimental |
| 43358 |
AHMEDSANA/AHMEDSANA
I am an Artificial Intelligence Engineer with expertise in Machine Learning... |
|
Experimental |
| 43359 |
ValerioSpagnoli/.ros2config
ROS 2 Run Commands |
|
Experimental |
| 43360 |
gbaeke/resnet-score
Resnet50v2 scoring in Go |
|
Experimental |
| 43361 |
rohannakra/AI-Predicts-Particle-Collisions
Source code for particle physics research paper. |
|
Experimental |
| 43362 |
the-other-mariana/ml-intro
Introduction to Machine Learning topics |
|
Experimental |
| 43363 |
khaledalam/ml-image-searcher
NodeJS NPM package: search images using IG hashtags and ML tag. |
|
Experimental |
| 43364 |
gulfaraz/logistic-regression
JavaScript implementation of Logistic Regression |
|
Experimental |
| 43365 |
UndergraduateArtificialIntelligenceClub/deepfrier
meme deepfrier powered by ML |
|
Experimental |
| 43366 |
SubhangiSati/Identification-of-Gemstone-using-MobileNetV2-and-transfer-learning
The project focuses on Identification of various Gemstone. The dataset... |
|
Experimental |
| 43367 |
Chakib08/TensorFlow-TensorRT-YOLOv3
The pupose of this project is to do the inference of models YOLOv3 and... |
|
Experimental |
| 43368 |
bhavul/Naive-Bayes-Hadoop
This project implements distributed Naive Bayes method for Classification... |
|
Experimental |
| 43369 |
Mnj-ToTheTop/English-Handwritten-Characters-Recognizer
A handwritten english character recognizer [0-9, A-Z, a-z] made by using a... |
|
Experimental |
| 43370 |
PCI-ORG/PCI-NKO
Policy Change Index for North Korea (PCI-NKO) |
|
Experimental |
| 43371 |
ai-naymul/TechShikhi
TechShikhi” 🌐📚: Defining tech concepts in Bengali 🗣️🇧🇩. Making tech... |
|
Experimental |
| 43372 |
povstenko/cats-classification
🐱 Building a Logistic regression Using Neural Networks: Cat Image Classification |
|
Experimental |
| 43373 |
pommevilla/bias-variance-intro
A short introduction to bias and variance with an interactive example |
|
Experimental |
| 43374 |
saranggalada/Snake-Reinforcement_Learning
The classic arcade game Snake played using Reinforcement Learning... |
|
Experimental |
| 43375 |
dkozykowski/Pets-breeds-classification
Pets breed classification model with Keras & Tensorflow |
|
Experimental |
| 43376 |
NoseLife/NOSElife.github.io
Nanofabricated Omni Sensing Edge ... #LabOnChip and #microfluidics ... IoT... |
|
Experimental |
| 43377 |
joaomedeirosr/getting-start-with-yolo
Introduction to YOLO - Neural Networks for Object Detection (Windows and... |
|
Experimental |
| 43378 |
benderla/network-attack-detection
Isolation Forest–based anomaly detection for network traffic using the... |
|
Experimental |
| 43379 |
Tom-L-M/Neural-Network
Neural networks experiments with JavaScript. Allow the use of Sigmoid,... |
|
Experimental |
| 43380 |
jonah-ernest/othello-game-tree-search-agent
Adversarial game-playing agent for Othello using minimax, alpha-beta... |
|
Experimental |
| 43381 |
RTHKKona/RegoAI
An artificial intelligence that plays four-player Blokus© with algorithms... |
|
Experimental |
| 43382 |
ShreyansPatell/Artificial_Intelligence_Morris_Game_Variant
In this project, we develop a player logic for a variant of the Morris game... |
|
Experimental |
| 43383 |
SavinRazvan/nim
Develop an AI using Q-learning to master Nim. The AI learns optimal... |
|
Experimental |
| 43384 |
ChristianoDS/rossmann_project
Este é um projeto de Machine Learning end-to-end que utiliza o modelo de... |
|
Experimental |
| 43385 |
amndalsr/JogoDaVelha_InteligenciaArtificial
Implementação de uma subclasse (JogadorHogwarts) para competição em um jogo... |
|
Experimental |
| 43386 |
abhishek-inamdar/fanorona
Fanorona Game |
|
Experimental |
| 43387 |
senseoverflow/tris-game
Simple Tris Game with Kryo for read and write tree nodes to/from file(s). |
|
Experimental |
| 43388 |
ReconGit/rust-othello-ai
MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Rust with benchmark |
|
Experimental |
| 43389 |
viktor-grunwaldt/reversi
Reversi cli engine written for my AI class using a minimax variant. (UWr... |
|
Experimental |
| 43390 |
LeonardoVal/ludorum-game-connect4.js
Connect Four board game implementation for Ludorum. |
|
Experimental |
| 43391 |
wuriyanto48/nn-js-example
Neural Network (multilayer perceptron) From Scratch With Javascript |
|
Experimental |
| 43392 |
ZINZINBIN/Bayesian-Disruption-Prediction
Research-repository: Bayesian neural networks for predicting disruptions... |
|
Experimental |
| 43393 |
Gautham0011/Pneumonia-Detection-Using-Deep-Learning
In this Project we aim to dive into a Present Societal Pandemic issue which... |
|
Experimental |
| 43394 |
niedobam/ttc-minimax
Game of Tic-Tac-Toe with AI solver based on Minimax algorithm with... |
|
Experimental |
| 43395 |
Rreyth/42-Gomoku
Intelligence artificielle compétitive pour Gomoku avec algorithme MinMax... |
|
Experimental |
| 43396 |
PFE-MCTS/MCTS-Games
GenericGame is a generic Monte-Carlo tree search engine. This code has been... |
|
Experimental |
| 43397 |
michaelflppv/bohnenspiel
This is a repository of the educational project within CS405 Artificial... |
|
Experimental |
| 43398 |
mpalmamanterola/PythonProyects
Portafolio of Python on Machine Learning and Deep Learining proyects |
|
Experimental |
| 43399 |
yalonw/Machine-Learning
Codes and Notes while learning ML. |
|
Experimental |
| 43400 |
xinetzone/dao
xinetzone's blog |
|
Experimental |