image thumbnail

updated 9 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 almost 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 almost 4 years ago

Structure Learning Package for Bayes Net Toolbox by Olivier Francois

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

image thumbnail

updated almost 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