-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (112 loc) · 7.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mikołaj Słupiński's Blog</title>
<link rel="stylesheet" href="https://nerd911.github.io/theme/css/main.css" />
<link href="https://nerd911.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Mikołaj Słupiński's Blog Atom Feed" />
<link href="https://nerd911.github.io/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Mikołaj Słupiński's Blog RSS Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://nerd911.github.io/">Mikołaj Słupiński's Blog </a></h1>
<nav><ul>
<li><a href="https://nerd911.github.io/pages/about-author.html">About Author</a></li>
<li><a href="https://nerd911.github.io/category/computer-science.html">Computer Science</a></li>
<li><a href="https://nerd911.github.io/category/misc.html">Misc</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://nerd911.github.io/2018_09_14_interesting_books.html">[En] My top 5 machine learning books available for free</a></h1>
<footer class="post-info">
<span>pią 14 wrzesień 2018</span>
<span>| tags: <a href="https://nerd911.github.io/tag/cs.html">cs</a><a href="https://nerd911.github.io/tag/books.html">books</a><a href="https://nerd911.github.io/tag/python.html">python</a><a href="https://nerd911.github.io/tag/machine-learning.html">machine learning</a><a href="https://nerd911.github.io/tag/r.html">r</a><a href="https://nerd911.github.io/tag/free.html">free</a><a href="https://nerd911.github.io/tag/resources.html">resources</a><a href="https://nerd911.github.io/tag/en.html">en</a></span>
</footer><!-- /.post-info --><p>Nowadays the number of free resources available on Internet is overwhelming.
There are many more free books than one can read.
Therefore, I created a short list consisting of the most valuable publications by my reckoning.</p>
<h1>An Introduction to Statistical Learning with Applications in R</h1>
<p>This book is unquestionable classic on the subject of machine learning.
It begins with linear regression and statistics, then moves on to more advanced linear models.
It also covers the topic of SVM, PCA and clustering.</p>
<p>You can find it on <a href="http://www-bcf.usc.edu/~gareth/ISL/">this site.</a></p>
<h1>Neural Networks and Deep Learning</h1>
<p>It's not a conventional book, because it's in the form of fully responsive website.
It covers the topic of neural networks and deep learning in an unconventional manner.</p>
<p>The book explains a lot of mathematical concepts connected with the topic of artificial neural network in easy way.
The author created a lot of interesting interactive examples in javascript. <a href="http://michaelnielsen.org/">Michael Nielsen</a> did a great job, providing this publication with lots of exercises and problems.</p>
<p>You can read it <a href="http://neuralnetworksanddeeplearning.com/">here.</a></p>
<h1>R Notes for Professionals</h1>
<p>This is great book for learning R for somebody who is familiar with programming.
The book doesn't have exercises for the reader, but uses a lot of examples.
It's not for somebody, who isn't familiar with programming.</p>
<p><a href="https://books.goalkicker.com/RBook/">Here's</a> the download page.</p>
<h1>Python Notes for Professionals</h1>
<p>It's mostly the same as the previous book, but I thought that it deserves separate paragraph. You can download it <a href="https://books.goalkicker.com/PythonBook/">here</a>.</p>
<p>Don't forget to check out the rest of the books in <a href="https://books.goalkicker.com/">the whole series.</a></p>
<h1>Dive into Python 3</h1>
<p>As far as I'm concerned this is the best book to begin adventure with Python.
This book is easy to read and full of examples.
It provides the reader with all the crucial knowledge, byt doesn't overload him with too much information.</p>
<p>Get it <a href="http://www.diveintopython3.net/">here</a>.</p>
<p>And what are your favorite resources?
Share them in the comments.</p><p><a href="https://nerd911.github.io/2018_09_14_interesting_books.html#disqus_thread">comments</a></p> </article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://nerd911.github.io/2018_09_14_hello.html" rel="bookmark"
title="Permalink to [En] Hello everyone">[En] Hello everyone</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>pią 14 wrzesień 2018</span>
<span>| tags: <a href="https://nerd911.github.io/tag/welcome.html">welcome</a><a href="https://nerd911.github.io/tag/misc.html">misc</a></span>
</footer><!-- /.post-info --> <p>Just a short welcome post.</p>
<a class="readmore" href="https://nerd911.github.io/2018_09_14_hello.html">read more</a>
<p><a href="https://nerd911.github.io/2018_09_14_hello.html#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
Page 1 / 1
</p>
</section><!-- /#content -->
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://prokulski.net/">Łukasz Prokulski</a></li>
<li><a href="https://walczak.org/">Eryk Walczak</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://nerd911.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://nerd911.github.io/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
<li><a href="https://www.facebook.com/mikolaj.slupinski">Facebook</a></li>
<li><a href="https://www.linkedin.com/in/miko%C5%82aj-s%C5%82upi%C5%84ski-839509109/">LinkedIn</a></li>
<li><a href="https://www.instagram.com/mikolajslupinski/">Instagram</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'nerd911-github-io';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>