11 Apr 2020
·
software-dev
·
C++
Event driven molecular dynamic simulation doesn't time step in the mormal way: it jumps from collision to collision. This allows for
real hard sphere interaction. In this post I discuss building a simple ballistic event driven simulation package.
22 Feb 2020
·
ml
·
software-dev
·
C++
In this post I look at the basics of Neural Networks, and build (a very simple) one from scratch.
09 Jan 2020
·
software-dev
·
Python
·
C++
One of the awesome things about Python are the indefinitely sized numbers (Long and Decimal) which allow arbitrary precision in calculation. In this post I explore Python's Long implementation, and I write a simple "Big Integer" in
C++
.
12 Dec 2019
·
data-analysis
Signal processing features prominently in my PhD project, and one issue I'm facing is how to recover an a signal given an aliased (undersampled) measurement.
10 Dec 2019
·
ml
I've been looking at using a genetic algorithm to perform symbolic function fitting. In this post I introduce the topic (as I understand it) and outline my use-case.
03 Dec 2019
·
software-dev
·
C
·
C++
Taking a wee meta-tangent by looking at the language we're using for this.
27 Nov 2019
·
software-dev
·
C
How can a lisp function be represented in terms of data?
21 Nov 2019
·
software-dev
·
C
·
C++
Writing a lisp interpreter in C