Community for F#

Blog articles of Community for F#

0
comment
on 3/1/2014 7:32 PM
During some recent meanderings through the confines of the internet, I ended up discovering the Winnow Algorithm. The simplicity of the approach intrigued me, so I thought it would be interesting to try and implement it in F# and see how well it worked. The purpose of the algorithm is to train a binary classifier, based on binary features. In other words, the goal is to predict one of two states, using a collection of features which are all binary. The prediction model assigns weights to each feature; to [...]
>> Read the full article
.
0
comment
on 2/27/2014 4:00 PM
One of the more exciting new functional languages of the last couple of years is a marriage of Erlang and Ruby called Elixir.  Besides adding an arguably better syntax with which to program the Erlang VM (also known as the BEAM VM), Elixir adds meta-programming, addresses issues Erlang had with dealing with Unicode strings, and […]
>> Read the full article
.
0
comment
on 2/20/2014 6:49 PM
Why does the dog wag its tail? Because the dog is smarter than the tail. If the tail were smarter, it would wag the dog. The phrase wag the dog refers to times when something of a secondary importance improperly takes on the role of something of primary importance. As I watched the recording of [...]
>> Read the full article
.
0
comment
on 2/17/2014 4:04 PM
.
0
comment
on 2/17/2014 3:33 PM
As of 0.9.5, you need to do a build (Ctrl+B) before type checking is initialized properly. Without such explicit build, you may face a whole host of errors while you edit your source files.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper