image thumbnail

updated 1 day ago

Improved Feedforward Neural Networks Using PSOGSA by Seyedali Mirjalili

This program is an improved Feedforward Neural Network using a hybrid algorithm called PSOGSA. (optimization, particle swarm optimi..., pso)

o=My_FNN(Ino,Hno,Ono,W,B,x1,x2,x3,x4)

output=My_sigmoid(x)

FNNGSA.m

image thumbnail

updated 11 months ago

Teaching Numerical Gradients and Hessians by Brendan Wood

Simple, well-commented Matlab code to demonstrate how to take numerical derivatives and Hessians. (teaching, learning, derivative)

fun(X, NFV)

num_grad(func, X, NFV, h)

num_hess(func, X, NFV, h)

image thumbnail

updated 2 years ago

Learning Based Digital Matting by Yuanjie Zheng

A package for a demo of a learning based image matting technique. (digital, image processing, image segmentation)

C=getC(mask,c)

L=getLap(imdata,winsz,mask,lambda)

L=getLap_iccv09_overlapping(imdata,winsz,mask,lambda)

image thumbnail

updated 2 years ago

Learn French vocabulary by Peter Bone

A simple tool to learn French vocabulary with intelligent choice of test word. (french, vocabulary, learning)

french.m

learn.m

reveal.m

image thumbnail

updated 3 years ago

41 Complete GUI Examples by Matt Fig

41 working GUIs to read and learn. (example, gui, examples)

GUI_1()

GUI_10()

GUI_11()

image thumbnail

updated 4 years ago

Structure Learning Package for Bayes Net Toolbox by Olivier Francois

Structure Learning methods for Bayesian Networks (bayes, bayesian network, markov)

image thumbnail

updated 5 years ago

Linear matrix-based neural network by Povilas Daniu?is

A novel learning algorithm for matrix-based data (fuzzy logic, neural networks, small sample)

[u,v]=nMatReg(X,y,M,N,lambda)

Contact us