Skip to content
  • About Me
  • Contact
  • Publications

The NonConditional Beast

Thoughts on Machine Learning, Computer Vision, Robotics and other randomness.

GAN Zombies

Solutions to Exercises in Statistical Learning

How to print colored or bolded strings in Matlab

C++ Pipeline for Learning Fisher Vectors Using VLFeat

Category: Matlab

Matlab Note to Self Programming Uncategorized

Saving from inside a parfor loop in Matlab

December 6, 2013December 6, 2013 by Martin

If you call save from a parfor loop in Matlab, like this for example: parfor k=1:100 foo = exp(-k); save([’myfile’,num2str(k),’.mat’],’foo’); endparfor k=1:100 …

Math Matlab

The Trace Trick for Gaussian Log Likelihood

June 6, 2012August 23, 2013 by admin

Maybe you have seen something like this when observing the log likelihood derivations for multivariate Gaussians $$ \ln p(X|\mu, \Sigma) = \frac{1}{2}\ln|\Sigma|- …

Math Matlab

Calculating the indices for n choose k

April 17, 2012June 6, 2012 by admin

So if you want to calculate n choose k, or n over k or all k different combinations of n unique items …

Matlab Programming

Debugging in Matlab

March 25, 2012March 25, 2012 by admin

Getting in to someones code or just cleaning up your own Matlab code it’s good to know how to do break points …

Copyright © 2025 The NonConditional Beast - All Rights Reserved

Designed by ZThemes Studio