/machine-learning-with-fp-in-js

FP refactor for (self) educative purposes

Primary LanguageJavaScript

Machine Learning with Functional Programming JavaScript

In this repo I'm refactoring the code from this (amazing) blog post using a functional programming style.

This is to be intended as a personal playground where I want to try experimenting mainly with Ramda and Ramda-Fantasy. The original blog post is used to avoid having to come up with an idea of my own :)

The original source code from Abhishek Soni (the author of the blog post) can be found here

Suggestions on how to improve my version are very very welcome.