Mariusz is an experienced developer on the Microsoft stack since before the dawn of the .NET Framework with a passion for programming patterns, distributed computing, machine learning algorithms and recently, functional programming and F# especially. Aspiring presenter. Book lover.
Talks I've Given
-
Introduction to Markov Chains in F#
Featuring Mariusz Wojcik
A Markov Chain is a stochastic model describing a sequence of possible events, in which the probability of each event depends only on the state attained in the previous event. There are many examples of Markov processes including Google's PageRank algorithm, thermodynamic models and automated...
f# functional -
A Simple Bid Recommendation Engine Using FParsec and CodeDom
Featuring Mariusz Wojcik
Ever wondered how to parse formulas entered by the user, such as the ones you can find in Excel? Parser combinators to the rescue! Learn more at this month's F#unctional Londoners meetup!
parser parsing fparsec codedom f# functional