Explore >> Select a destination


You are here

justinhj.github.io
| | blog.leifbattermann.de
2.4 parsecs away

Travel
| | Monoids in Scala and in programming in general is an ubiquitous concept. In this post we will see what Monoids are and play around with them in the REPL.
| | blog.ploeh.dk
2.5 parsecs away

Travel
| | Introduction to monoids for object-oriented programmers.
| | fsharpforfunandprofit.com
2.1 parsecs away

Travel
| | A mostly mathless discussion of a common functional pattern
| | www.jeremykun.com
24.0 parsecs away

Travel
| This post comes in preparation for a post on decision trees (a specific type of tree used for classification in machine learning). While most mathematicians and programmers are familiar with trees, we have yet to discuss them on this blog. For completeness, well give a brief overview of the terminology and constructions associated with trees, and describe a few common algorithms on trees. We will assume the reader has read our first primer on graph theory, which is a light assumption.