Skip to content

Commit 9152b1f

Browse files
authored
Merge pull request #948 from sudipto80/gh-pages-fs-for-ml-book
Inclusion of FS_for_ML Book
2 parents 6bfd229 + 850e57a commit 9152b1f

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

learn/files/FS_ML_Essentials.jpg

152 KB
Loading

learn/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,35 @@ _Tomas Petricek and Phillip Trelford_
233233

234234
F# Deep Dives presents a collection of real-world F# techniques, each written by expert practitioners. Each chapter presents a new use case where you'll read how the author used F# to solve a complex problem more effectively than would have been possible using a traditional approach. You'll not only see how a specific solution works in a specific domain, you'll also learn how F# developers approach problems, what concepts they use to solve them, and how they integrate F# into existing systems and environments.
235235

236+
237+
### [F# For Machine Learning Essentials](https://www.goodreads.com/book/show/29382948-f-for-machine-learning-essentials)
238+
239+
<img src="/learn/files/FS_ML_Essentials.jpg" style="float:right;margin:5px 0px 5px 25px;" />
240+
241+
_Sudipta Mukherjee_
242+
243+
244+
The F# functional programming language enables developers to write simple code to solve complex problems. With F#, developers create consistent and predictable programs that are easier to test and reuse, simpler to parallelize, and are less prone to bugs. If you want to learn how to use F# to build machine learning systems, then this is the book you want. Starting with an introduction to the several categories on machine learning, you will quickly learn to implement time-tested, supervised learning algorithms. You will gradually move on to solving problems on predicting housing pricing using Regression Analysis. You will then learn to use Accord.NET to implement SVM techniques and clustering.
245+
246+
You will also learn to build a recommender system for your e-commerce site from scratch. Finally, you will dive into advanced topics such as implementing neural network algorithms while performing sentiment analysis on your data.
247+
248+
#### Who is this book for?
249+
If you are a C# or an F# developer who now wants to explore the area of machine learning, then this book is for you. Familiarity with theoretical concepts and notation of mathematics and statistics would be an added advantage.
250+
251+
#### What you will learn
252+
253+
Use F# to find patterns through raw data
254+
Build a set of classification systems using Accord.NET, Weka, and F#
255+
Run machine learning jobs on the Cloud with MBrace
256+
Perform mathematical operations on matrices and vectors using Math.NET
257+
Use a recommender system for your own problem domain
258+
Identify tourist spots across the globe using inputs from the user with decision tree algorithms.
259+
260+
#### Key benefits
261+
Design algorithms in F# to tackle complex computing problems
262+
Be a proficient F# data scientist using this simple-to-follow guide
263+
Solve real-world, data-related problems with robust statistical models, built for a range of datasets
264+
236265
### [Machine Learning Projects for .NET Developers](https://books.google.com/books?isbn=1430267666)
237266

238267
<img src="/learn/files/BookMLP.jpg" style="float:right;margin:5px 0px 5px 25px;" />

0 commit comments

Comments
 (0)