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: Programming

Matlab

How to print colored or bolded strings in Matlab

April 26, 2018January 20, 2020 by Martin

From not very in-depth research there seems to be no way to color strings being output to the terminal in Matlab when …

C++ Machine Learning

C++ Pipeline for Learning Fisher Vectors Using VLFeat

June 6, 2016January 20, 2020 by Martin

I implemented a C++ pipeline for learning Fisher feature vectors using VLFeat since Matlab should be avoided whenever possible. Also I found …

Python

Benchmarking Python fancy indexing vs. taken

March 21, 2016January 20, 2020 by Martin

I recently discovered that fancy indexing is not that fast in Python. If you do a lot of it, it can eat …

Programming

BubbleSort: Computer Science Zines

June 25, 2015January 20, 2020 by Martin

Came across this on Kickstarter. Awesome.

Programming Science

Why Latex is broken and what needs to be fixed

October 3, 2014January 20, 2020 by admin

Having programmed too much HTML and CSS gets your mindset gets warped; in the right direction. You start to believe religiously that …

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 …

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 …

Programming

Wrapper function in Matlab for plotting multidimensional functions in 3D

February 15, 2012February 15, 2012 by admin

I have often encountered situation where I want to plot a function in 3D but it either takes multidimensional input or the …

Posts navigation

Older posts

Copyright © 2025 The NonConditional Beast - All Rights Reserved

Designed by ZThemes Studio