Adam is the founder of StatFactory Ltd, a company dedicated to development of high performance numerical software with F# API.
He holds a Master's degree in Applied Mathematics and is a Microsoft Certified Professional Developer.
Before his passion for .NET and numerics led him to becoming an entrepreneur, he worked for 14 years in Sydney and London in both analytical and software development roles across banking, insurance, reinsurance and energy trading.
About StatFactory Ltd
StatFactory Ltd, a company dedicated to development of high performance numerical software with F# API.
Talks I've Given
-
Numerical computing with F# and MKL
Featuring Adam Mlocek
In this talk I would like to present an open source F# numerical library which tries to address all those issues. We will see how F# overloaded operators and functions, strong and static typing and lazy expression evaluation can give us the perfect mix of intuitive API and high performance, all...
functional .net fsharp -
Beyond Excel: Building Excel-like Models in F#
Featuring Adam Mlocek
Many people still use Excel to build complex models, e.g. actuaries, quants, risk analysts etc. In this talk by F# in Finance expert Adam Mlocek, we take a closer look at Excel computational model, what makes it so attractive and what are its weaknesses. Adam will then present an F# library with...
f# database finance dataset -
2
FCell: Numerical Development in Excel w/ F#
Featuring Tomas Petricek and Adam Mlocek
Are your Excel Add-Ins difficult to develop, test and deploy? Frustrated with C++, VSTO or VBA based solutions? Or maybe you would simply love to run interactive F# scripts within Excel? Come and learn about FCell Add-In, an integrated F# development platform embedded in Excel.
-
2
F# embedded in Excel
Featuring Adam Mlocek and Matt Moloney
In this talk Matt Moloney and Adam Mlocek will preview the Tsunami IDE which provides an embedded F# IDE experience inside of Excel with full integration!
excel f# .net functional tsunami -
-
2
Adv Track - Numerical Computing with F#
Featuring Tomas Petricek and Adam Mlocek
Many developers need to implement solutions which require some math or stat modelling. In this session we will show you how F# allows us to write elegant and expressive numerical code. You will work with matrices, random number generators and linear solvers.
-
GPU enabled F# numerics
Featuring Adam Mlocek
In this talk, Adam Mlocek will show how F# allows us to write elegant .NET numerical code that runs on both CPU and GPU. We will start with a short introduction to F# and GPU programming.
f# numerics gpu-programming .net functional functional-programming