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: Note to Self

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 …

Note to Self Programming

The psychology of debugging – the bias of complexity

May 23, 2013March 22, 2014 by Martin

Most of the times when you are writing code you are make mistakes either in the structure or in the specific code. …

Note to Self Programming

The most awesome terminal bash command!

February 19, 2013March 22, 2014 by admin

So Matlab has this really nice feature that if you type the start of a command in the terminal window and then …

Copyright © 2025 The NonConditional Beast - All Rights Reserved

Designed by ZThemes Studio