-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (119 loc) · 7.75 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mac Brennan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/theme/css/main.css" />
</head>
<body>
<div class="navigation pure-menu pure-menu-horizontal">
<div style=" display:inline;">
<a href="https://macbrennan90.github.io/" class="pure-menu-heading pure-menu-link">Mac Brennan</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"></li>
<li class="pure-menu-item"><a href="https://macbrennan90.github.io/author/mac-brennan.html" class="pure-menu-link">About</a></li>
<li class="pure-menu-item"><a href="https://macbrennan90.github.io/pages/cv.html" class="pure-menu-link"><span class="caps">CV</span></a></li>
<li class="pure-menu-item"><a href="https://macbrennan90.github.io/category/projects.html" class="pure-menu-link">Projects</a></li>
</ul>
</div>
<div style="display:inline; border-left: 2px solid rgba(0, 0, 0, 0.15);">
<ul class="pure-menu-list social-list">
<li style="display: inline-block;"><a class='social-links' href="https://github.com/macbrennan90"><i class="fa fa-github-square"></i></a></li>
<li style="display: inline-block;"><a class='social-links' href="https://www.linkedin.com/in/mac-brennan/"><i class="fa fa-linkedin-square"></i></a></li>
<li style="border-left: 2px solid rgba(0, 0, 0, 0.15); padding: 0px 10px; color: #777;" class="pure-menu-item">[email protected]</li>
</ul>
</div>
</div>
<div class="main-container">
<div class="pure-g">
<div class="pure-u-1 pure-u-lg-2-3">
<div class="post">
<div class="post-meta pure-g">
<div class="pure-u-3-4 meta-data">
<a href="https://macbrennan90.github.io/category/projects.html" class="category">Projects</a><br />
<a class="author" href="https://macbrennan90.github.io/author/mac-brennan.html">Mac Brennan</a>
— <abbr title="2018-06-11T00:00:00-05:00">Mon 11 June 2018</abbr>
</div> </div>
<a href="https://macbrennan90.github.io/neural-translation-model.html"><img src="https://github.com/macbrennan90/macbrennan90.github.io/blob/master/images/encoder-decoder.png?raw=true" alt="Neural Translation Model" class="post-image"/></a>
<h2><a href="https://macbrennan90.github.io/neural-translation-model.html" rel="bookmark" title="Permalink to Neural Translation Model">Neural Translation Model</a></h2>
<div class="post-content">
<h2>Overview</h2>
<p>In this post, I walk through how to build and train an neural translation model to translate French to English. This post will focus on the conceptual explanation, while a detailed walk through of the project code can be found in the associated Jupyter notebook. This notebook can be …</p>
</div>
<div class="post-footer">
<a href="https://macbrennan90.github.io/neural-translation-model.html">Read more</a>
</div>
</div>
<div class="post">
<div class="post-meta pure-g">
<div class="pure-u-3-4 meta-data">
<a href="https://macbrennan90.github.io/category/projects.html" class="category">Projects</a><br />
<a class="author" href="https://macbrennan90.github.io/author/mac-brennan.html">Mac Brennan</a>
— <abbr title="2018-03-10T00:00:00-05:00">Sat 10 March 2018</abbr>
</div> </div>
<a href="https://macbrennan90.github.io/facial-key-point-detection.html"><img src="https://raw.githubusercontent.com/macbrennan90/macbrennan90.github.io/master/images/facial-detection.png" alt="Facial Key Point Detection" class="post-image"/></a>
<h2><a href="https://macbrennan90.github.io/facial-key-point-detection.html" rel="bookmark" title="Permalink to Facial Key Point Detection">Facial Key Point Detection</a></h2>
<div class="post-content">
<p>The code used for this project can be viewed as a Jupyter notebook. The full project submission can be viewed
<a href='http://nbviewer.jupyter.org/github/macbrennan90/facial-keypoint-detection/blob/master/CV_project.ipynb' target="_blank">
here</a>. If you would like access to the actual notebook, they can be found in the project’s
<a href='https://github.com/macbrennan90/facial-keypoint-detection' target='_blank'>GitHub repository<a/>.</p>
<h2>Overview</h2>
<p>In this final project for Udacity’s <span class="caps">AIND</span>, the …</p>
</div>
<div class="post-footer">
<a href="https://macbrennan90.github.io/facial-key-point-detection.html">Read more</a>
</div>
</div>
<div class="post">
<div class="post-meta pure-g">
<div class="pure-u-3-4 meta-data">
<a href="https://macbrennan90.github.io/category/projects.html" class="category">Projects</a><br />
<a class="author" href="https://macbrennan90.github.io/author/mac-brennan.html">Mac Brennan</a>
— <abbr title="2018-01-09T00:00:00-05:00">Tue 09 January 2018</abbr>
</div> </div>
<a href="https://macbrennan90.github.io/dog-breed-classifier.html"><img src="https://raw.githubusercontent.com/macbrennan90/macbrennan90.github.io/master/images/dog-classifier.png" alt="Dog Breed Classifier" class="post-image"/></a>
<h2><a href="https://macbrennan90.github.io/dog-breed-classifier.html" rel="bookmark" title="Permalink to Dog Breed Classifier">Dog Breed Classifier</a></h2>
<div class="post-content">
<p>The code used for this project can be viewed as a jupyter notebook. A full project submission can be viewed
<a href='http://nbviewer.jupyter.org/github/macbrennan90/udacity_AIND_P5/blob/master/dog_app.ipynb' target="_blank">
here</a>, or a more in-depth notebook detailing the model training process can be found
<a href='http://nbviewer.jupyter.org/github/macbrennan90/udacity_AIND_P5/blob/master/dog_project_workbook.ipynb' target="_blank">
here</a>. If you would like access to the actual notebooks, they can be found in the …</p>
</div>
<div class="post-footer">
<a href="https://macbrennan90.github.io/dog-breed-classifier.html">Read more</a>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-3">
<div class="right-container">
<div class="right-bar">
<div class="right-head">
Tags
</div>
<div class="tags">
<a href="https://macbrennan90.github.io/tag/natural-language-processing.html">Natural Language Processing</a>
<a href="https://macbrennan90.github.io/tag/transfer-learning.html">Transfer Learning</a>
<a href="https://macbrennan90.github.io/tag/pytorch.html">PyTorch</a>
<a href="https://macbrennan90.github.io/tag/computer-vision.html">Computer Vision</a>
<a href="https://macbrennan90.github.io/tag/keras.html">Keras</a>
<a href="https://macbrennan90.github.io/tag/opencv.html">OpenCV</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="index-footer">
<a href="https://macbrennan90.github.io/" title="Mac Brennan">Mac Brennan</a>
<a href="https://macbrennan90.github.io/category/projects.html">Projects</a>
<a href="https://github.com/macbrennan90">GitHub</a>
<a href="https://www.linkedin.com/in/mac-brennan/">Linkedin</a>
</footer>
</body>
</html>