You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
4.6 KiB
115 lines
4.6 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Clojure for Machine Learning - Akhil Wali</h1> |
|
<span class="post-date"> |
|
2017-05-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/akhil-wali/">#akhil wali</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/clojure/">#clojure</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/machine-learning/">#machine learning</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2014/">#published:2014</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/22062479-clojure-for-machine-learning">GoodReads Summary</a>: |
|
Clojure for Machine Learning is an introduction to machine learning techniques |
|
and algorithms. This book demonstrates how you can apply these techniques to |
|
real-world problems using the Clojure programming language.</p> |
|
<p>It explores many machine learning techniques and also describes how to use |
|
Clojure to build machine learning systems. This book starts off by introducing |
|
the simple machine learning problems of regression and classification. It also |
|
describes how you can implement these machine learning techniques in Clojure. |
|
The book also demonstrates several Clojure libraries, which can be useful in |
|
solving machine learning problems.</p> |
|
<span id="continue-reading"></span><div> |
|
★★☆☆☆ |
|
</div> |
|
<p>If I ever read a book with a misleading title, that would be it.</p> |
|
<p>Not because there is no Clojure in it, but the amount of Clojure used is |
|
minimal compared to the whole.</p> |
|
<p>Also, not because there is no Machine Learning in it, but the book goes as |
|
deep as explaining the algorithms behind each common machine learning |
|
technique, without explaining <em>when</em> you should use it. There is ample |
|
discussion about the mathematical context of each method, but it explains |
|
absolutely nothing about machine learning itself -- it's purely a bunch of |
|
mathematical equations that could be use to extract some pattern, but it's |
|
hardly "machine learning" at this point.</p> |
|
<p>(Also: Neural networks as "unsupervised learning"?!?)</p> |
|
<p>So, good book on the math behind some machine learning equations, very bad |
|
clojure, very bad machine learning.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|