-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
98 lines (79 loc) · 6.56 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Niall Martin</title>
<link>https://niallmartin.io/</link>
<description>Recent content on Niall Martin</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 05 Dec 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://niallmartin.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Stock Market: Analysing and Predicting Trends</title>
<link>https://niallmartin.io/posts/stock-market-analysing-and-predicting-trends/</link>
<pubDate>Thu, 05 Dec 2019 00:00:00 +0000</pubDate>
<guid>https://niallmartin.io/posts/stock-market-analysing-and-predicting-trends/</guid>
<description></description>
</item>
<item>
<title>About Me</title>
<link>https://niallmartin.io/about/</link>
<pubDate>Sun, 03 Nov 2019 00:00:00 +0000</pubDate>
<guid>https://niallmartin.io/about/</guid>
<description>I’m a data scientist from Ireland, with a doctorate in Machine Learning from the University of Cambridge. During my PhD, I specialised in the development of machine learning models to determine how vehicle manufacturers cheated fuel consumption standards. I’m a Fellow of the Insight Data Science program in Palo Alto, and a data scientist with Google Dublin.
I've been lucky enough to follow my passion, and have a huge interest in machine learning, data analytics, methods to present data, and the role of AI in society.</description>
</item>
<item>
<title>Recommended Reading for Data Scientists</title>
<link>https://niallmartin.io/posts/recommended-reading-for-data-scientists/</link>
<pubDate>Fri, 24 May 2019 10:58:32 +0000</pubDate>
<guid>https://niallmartin.io/posts/recommended-reading-for-data-scientists/</guid>
<description>Getting started in data science can be a daunting task. The area is broad, with little guidance on where one topic start and the next ends. Because of that, I've pulled together this list of resources that particularly helped me when I was starting out.
I've broken the links into the following four categories, each of which distinguishes between the different skills required data scientists:
Data Analytics - Involves feature engineering and statistical tests.</description>
</item>
<item>
<title>Quotes</title>
<link>https://niallmartin.io/quotes/</link>
<pubDate>Wed, 31 Oct 2018 21:45:29 +0530</pubDate>
<guid>https://niallmartin.io/quotes/</guid>
<description>Curated list of my favourite quotes, aphorisms, adages and maxims
&#34;We do not learn from experience... we learn from reflecting on experience.&#34; John Dewey tags: life
&#34;All animals are equal but some animals are more equal than others.&#34; Animal Farm, George Orwell tags: equality, society
“Be the change that you wish to see in the world.” Mahatma Gandhi tags: motivation
“Fill the unforgiving minute with sixty seconds&#39; worth of distance run.</description>
</item>
<item>
<title>How to Start Learning Deep Learning</title>
<link>https://niallmartin.io/posts/how-to-start-learning-deep-learning/</link>
<pubDate>Wed, 23 May 2018 10:58:32 +0000</pubDate>
<guid>https://niallmartin.io/posts/how-to-start-learning-deep-learning/</guid>
<description>The Basics Due to the recent achievements of artificial neural networks across many different tasks (such as face recognition, object detection and Go), deep learning has become extremely popular. This post aims to be a starting point for those interested in learning more about it.
If you already have a basic understanding of linear algebra, calculus, probability and programming:
I recommend starting with Stanford’s CS231n. The course notes are comprehensive and written well.</description>
</item>
<item>
<title>The Simpler Derivation of Logistic Regression</title>
<link>https://niallmartin.io/posts/the-simpler-derivation-of-logistic-regression/</link>
<pubDate>Wed, 11 Jan 2017 10:58:32 +0000</pubDate>
<guid>https://niallmartin.io/posts/the-simpler-derivation-of-logistic-regression/</guid>
<description>Main Derivation Logistic regression is one of the most popular ways to fit models for categorical data, especially for binary response data. It is the most important (and probably most used) member of a class of models called generalized linear models. Unlike linear regression, logistic regression can directly predict probabilities (values that are restricted to the (0,1) interval); furthermore, those probabilities are well-calibrated when compared to the probabilities predicted by some other classifiers, such as Naive Bayes.</description>
</item>
<item>
<title>Classification Model to Predict Loan Default</title>
<link>https://niallmartin.io/posts/classification-model-to-predict-loan-default/</link>
<pubDate>Fri, 19 Aug 2016 00:00:00 +0100</pubDate>
<guid>https://niallmartin.io/posts/classification-model-to-predict-loan-default/</guid>
<description>As part of my Insight project, I choose to help Zidisha improve their default detection system. But wait, who is Zidisha?
Zidisha&hellip; Zidisha is a non-profit startup that allows entrepreneurs in developing countries to request credit. Using a crowdsourcing financial model, individuals like Bineta are able to raise the necessary funds to grow their business. This approach allows entrepreneurs to develop sustainable businesses, and provides jobs for additional members in the community.</description>
</item>
<item>
<title>Building Classification Models</title>
<link>https://niallmartin.io/posts/building-classification-models/</link>
<pubDate>Thu, 11 Aug 2016 00:00:00 +0100</pubDate>
<guid>https://niallmartin.io/posts/building-classification-models/</guid>
<description>Building Building on information presented in my previous post, this articles describes how bagging and boosted can be used to build a classification model. The data is available from Kaggle, and represents the financial transactions from two hundred thousand individuals (each with 800 features).
Using this dataset, I set about building a loan-default model. The overall pipeline for this project was split into a few stages, all of which are described below.</description>
</item>
</channel>
</rss>