image thumbnail

updated 10 days ago

MOO Maker by Krishna Lalith

A variant of classical "MOO" or "Cows n Bulls" game. (code maker, code breaker, mastermind)

MOO(action)

[thinker]=ThinkNumber()

board(handy,varargin)

image thumbnail

updated 10 days ago

MOO Breaker by Krishna Lalith

A variant of classical "MOO" or "Cows n Bulls" game. (code maker, code breaker, mastermind)

MOO(action)

[thinker]=ThinkNumber()

board(handy,varargin)

image thumbnail

updated 2 months ago

Application of Artificial Intelligence (ID A*) - 8-Puzzle by Fabiano

8-Puzzle solver using AI techniques - iterative deepening ID A* (ai, artificial intelligen..., 8 puzzle)

CostFunc( userInput , goalSt )

SearchBestMove( userInput , goalSt )

StartGame( )

image thumbnail

updated 8 months ago

Feature selector based on genetic algorithms and information theory. by Oswaldo Ludwig

The algorithm performs the combinatorial optimization by using Genetic Algorithms. (information theory, genetic algorithms, mutual information)

H=entropia2(X,resolucao)

[Hx,Hy,MIxy,MIxx]=statistics(X,y)

[Selected]=GA_feature_selector(feat_numb,X,y)

image thumbnail

updated 9 months ago

ChessPeace by Zachary Danziger

Software for playing Chess and Chess Variants (game, games, chess)

BoardInitialization(format)

ChessPeace(action)

ClickPiece(src,eventdata,f1,hlastmove,hax)

image thumbnail

updated 12 months ago

Genetic Algorithm for n-queen problem by Swapnil Marathe

N-queen generalized genetic algorithm. Parameters can be changed and tested (n queen problem, 8 queen problem, genetic)

n_queen_problem_genetic_algo_display.m

n_queen_problem_genetic_algo_without_display.m

image thumbnail

updated 1 year ago

MOO by Krishna Lalith

Replica of classical "MOO" or "Cows n Bulls" game.CPU can act as both "Code Maker" & "Code Breaker". (code maker, code breaker, mastermind)

CCboard(handy,varargin)

HumanMM(ghands,Count)

MMboard(handy,varargin)

image thumbnail

updated 1 year ago

Chess with "Greedy Edi" by Wolfgang Garn

Play chess against "Greedy Edi". (chess, artificial intelligen..., ai)

Bishop

Chess

EDIs_move

image thumbnail

updated 1 year ago

Shortest path identification with obstacle avoidance by Mohd Faiz Abd Razak

A set of functions to identify the shortest path between two points inside a closed polygonal arena (obstacle avoidance, boundary, maze solver)

line_of_sight(observer_state, current_target_node, external...

pathfinder(start_point, end_point, external_boundaries)

pathfinder_test.m

image thumbnail

updated almost 2 years ago

Electricity Load and Price Forecasting Webinar Case Study by Ameya Deoras

Slides and MATLABĀ® code for the day-ahead system load and price forecasting case study. (artificial intelligen..., electricity load, electricity)

Electricity Load Forecasting using Neural Networks

Electricity Price Forecasting with Neural Networks

Load Forecasting using Bagged Regression Trees

image thumbnail

updated 2 years ago

SVM Demo by Richard Stapenhurst

An interactive demo of how an SVM works, with comparison to a perceptron (arrayfun, machine learning, artificial intelligen...)

LinearClassifier

svm_demo

image thumbnail

updated 2 years ago

HOG descriptor for Matlab by Oswaldo Ludwig

Image descriptor based on Histogram of Oriented Gradients for gray-level images (image descriptor, artificial intelligen..., computer vision)

H=HOG(Im)

image thumbnail

updated 2 years ago

MMGDX: a maximum-margin training method for neural networks by Oswaldo Ludwig

Maximum-margin training method applicable to MLP in the context of binary classification. (neural networks, machine intelligence, machine learning)

[Nor,W1,W2,b1,b2]=train_MMGDX(F_train,t_train,nneu)

[acc,estimated]=sim_MMGDX(Nor,W1,W2,b1,b2,X,t)

image thumbnail

updated 2 years ago

Boosting Demo by Richard Stapenhurst

A demo to illustrate the behaviour of Adaboost with various base learners on a few toy datasets. (adaboost, boosting, ensemble methods)

ssign(x)

Adaboost

CART

image thumbnail

updated 3 years ago

Master's Mind by Krishna Lalith

Classical "MasterMind" game with CPU acting both as "Code Maker" & "Code Breaker". (code maker, code breaker, mastermind)

CCboard(handy,varargin)

HumanMM(ghands,Count)

MMboard(handy,varargin)

image thumbnail

updated 4 years ago

Temporal Potential Function based Path Planner for Dynamic Environments by Vamsikrishna Gopikrishna

Simulates the Temporal Potential Function approach for Path Planning in Dynamic Environments (path planning, potential function, artificial intelligen...)

backward_chain(w,tr,tc,la)

calc_pot_values(w)

extend_world(rows,cols,obs,goal,lookahead)

image thumbnail

updated 4 years ago

Application of Artificial intelligence (A*) - Puzzle - 8 by Suresh Kumar Gadi

Implementation of A* algorithm to solve the Puzzle-8. (neural and fuzzy syst..., artificial intelligen..., a)

gskcostastar(pzstat,pzrstat)

gskpzget(pzinl,intv0ln);

gskpzjoin(pzinl,pzstat,intv00f,intv00g,intv00h)

Contact us