Antony Kamp

Contributions

Things I have contributed to.
Most of the projects are exciting scientific projects I've found during private ones. As you can see, I'm often working on the unittests and documentation of python module.
Don't be shy and take a look. They don't bite 😉

symfit

python
science

Symbolic Fitting; fitting as it should be.

Goal

The goal of this project is simple: to make fitting in Python pythonic.

My work

I'm mostly working on documentation and the unit tests. Whenever I find a bug during testing, I fix it, of course.

TheAlgorithms

science

Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language.

Goal

The goal is to document and model beautiful, helpful, and interesting algorithms using code in any Programming Language.

My work

I'm mostly adding graph algorithms in C++, Python and C#.

GPflow

python
science

Gaussian processes in TensorFlow.

Goal

GPflow is a package for building Gaussian process models in Python. It implements modern Gaussian process inference for composable kernels and likelihoods.

My work

I'm mostly working on the optimizer wrapper.

sfepy

python
science

A python module to evaluate the finite element method.

Goal

Solving systems of coupled partial differential equations by the finite element method in 1D, 2Dm and 3D.

My work

I'm mostly working on documentation.