Sell your by-products, data science edition

From Re Work (chapter sell your by-products): Manufacturing companies must deal with their wastes; this often leads them to create by-products and sell them. Henry Ford built a charcoal plan to produce briskets from wood scraps left in the production of the model T. In non-manufacturing industries, potential by-products may not be readily noticeable. But, … Continue reading Sell your by-products, data science edition

16 productivity rules

Rule #1: Establish and follow a system that enforces positive habits (like this set of rules). Big goals are achieved by winning small goals consistently. Rule #2: Write down all to-do things in a in-bucket list (GTD system), which are evaluated on a weekly basis. Many trivial tasks may be eliminated after the evaluation. Also a … Continue reading 16 productivity rules

A Blended System for Productivity

I first became interested in time management and productivity since reading The 7 habits of highly effective people by Steven Covey and Getting things done (GTD) by David Allen back in college. Since then I have adopted a few simple techniques for managing work, such as doing the most important things first and keeping a daily or … Continue reading A Blended System for Productivity

Matlab project directory

This is the template structure that I now use for projects in Matlab, always supported with git. Under scripts, I store the matlab scripts for running things, such as demo or batch of experiments. Under test I have the tests for important functions, especially gradient checking for optimization procedures. alltests.m has invocations for all of … Continue reading Matlab project directory