Skip to content

Commit 93ada2d

Browse files
committed
added sub-category for finance
1 parent 752b183 commit 93ada2d

File tree

47 files changed

+1950
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1950
-86
lines changed

content/posts/finance/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Finance
3+
menu:
4+
sidebar:
5+
name: Finance
6+
identifier: finance
7+
weight: 11
8+
---

content/posts/finance/stock_prediction/GRU/index.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ date: 2024-06-16T00:00:00+01:00
44
description: "Short Stock price analysis on MSFT, then a prediction is tested using GRU"
55
menu:
66
sidebar:
7-
name: Poems
8-
identifier: Stacy
9-
weight: 15
7+
name: GRU
8+
identifier: GRU
9+
parent: finance
10+
weight: 9
1011
tags: ["Finance", "Deep Learning", "Forecasting"]
1112
categories: ["Finance"]
1213
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Stock Prediction
3+
menu:
4+
sidebar:
5+
name: Stock Prediction
6+
identifier: stock_prediction
7+
parent: finance
8+
weight: 10
9+
---

public/categories/basic/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@
256256

257257
<li><a class="taxonomy-term active" href="http://localhost:1313/categories/basic/" data-taxonomy-term="basic"><span class="taxonomy-label">Basic</span></a></li>
258258

259+
260+
261+
262+
<li><a class="taxonomy-term " href="http://localhost:1313/categories/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
263+
264+
265+
266+
267+
<li><a class="taxonomy-term " href="http://localhost:1313/categories/poems/" data-taxonomy-term="poems"><span class="taxonomy-label">Poems</span></a></li>
268+
259269

260270

261271

public/categories/finance/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@
302302
<div class="card-body">
303303
<a href="/posts/finance/stock_prediction/gru/" class="post-card-link">
304304
<h5 class="card-title">Microsoft Stock Prediction using LSTM or GRU</h5>
305-
<p class="card-text post-summary">Poem &rsquo; &hellip; '
306-
Message to take home </p>
305+
<p class="card-text post-summary">Pick a stock commodity &rsquo; &hellip; '
306+
Statistical Analysis on the price Statistical Analysis on the returns GRU Model Init Training Testing Metrics mean squared error LSTM Comparison Possible trading performance </p>
307307
</a>
308308

309309
<div class="tags">

public/categories/finance/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<pubDate>Sun, 16 Jun 2024 00:00:00 +0100</pubDate>
1313

1414
<guid>http://localhost:1313/posts/finance/stock_prediction/gru/</guid>
15-
<description>Poem &amp;rsquo; &amp;hellip; &#39;
16-
Message to take home </description>
15+
<description>Pick a stock commodity &amp;rsquo; &amp;hellip; &#39;
16+
Statistical Analysis on the price Statistical Analysis on the returns GRU Model Init Training Testing Metrics mean squared error LSTM Comparison Possible trading performance </description>
1717
</item>
1818

1919

public/categories/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,16 @@
290290

291291
<li><a class="taxonomy-term " href="http://localhost:1313/categories/basic/" data-taxonomy-term="basic"><span class="taxonomy-label">Basic</span></a></li>
292292

293+
294+
295+
296+
<li><a class="taxonomy-term " href="http://localhost:1313/categories/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
297+
298+
299+
300+
301+
<li><a class="taxonomy-term " href="http://localhost:1313/categories/poems/" data-taxonomy-term="poems"><span class="taxonomy-label">Poems</span></a></li>
302+
293303

294304

295305

public/categories/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<description>Recent content in Categories on Stefano&#39;s Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Sat, 08 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 12 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/categories/physics/index.html

+41
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,47 @@
287287

288288

289289

290+
<div class="post-card">
291+
<div class="card">
292+
<div class="card-head">
293+
<a href="/posts/physics/montecarlo_simulation/" class="post-card-link">
294+
<img class="card-img-top" src='/images/default-hero.jpg' alt="Hero Image">
295+
</a>
296+
</div>
297+
<div class="card-body">
298+
<a href="/posts/physics/montecarlo_simulation/" class="post-card-link">
299+
<h5 class="card-title">Monte Carlo Simulation</h5>
300+
<p class="card-text post-summary">What is Monte Carlo? Why is it important? Examples #1 #2 </p>
301+
</a>
302+
303+
<div class="tags">
304+
<ul style="padding-left: 0;">
305+
306+
307+
<li class="rounded"><a href="/tags/science/" class="btn btn-sm btn-info">Science</a></li>
308+
309+
310+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
311+
312+
</ul>
313+
</div>
314+
315+
316+
</div>
317+
<div class="card-footer">
318+
<span class="float-start">
319+
Wednesday, June 12, 2024
320+
| 1 minute </span>
321+
<a
322+
href="/posts/physics/montecarlo_simulation/"
323+
class="float-end btn btn-outline-info btn-sm">Read</a>
324+
</div>
325+
</div>
326+
</div>
327+
328+
329+
330+
290331
<div class="post-card">
291332
<div class="card">
292333
<div class="card-head">

public/categories/physics/index.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content in Physics on Stefano&#39;s Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Sat, 08 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/categories/physics/index.xml" rel="self" type="application/rss+xml" /><item>
9+
<lastBuildDate>Wed, 12 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/categories/physics/index.xml" rel="self" type="application/rss+xml" /><item>
10+
<title>Monte Carlo Simulation</title>
11+
<link>http://localhost:1313/posts/physics/montecarlo_simulation/</link>
12+
<pubDate>Wed, 12 Jun 2024 08:06:25 +0600</pubDate>
13+
14+
<guid>http://localhost:1313/posts/physics/montecarlo_simulation/</guid>
15+
<description>What is Monte Carlo? Why is it important? Examples #1 #2 </description>
16+
</item>
17+
18+
<item>
1019
<title>Percolation</title>
1120
<link>http://localhost:1313/posts/physics/percolation/</link>
1221
<pubDate>Sat, 08 Jun 2024 08:06:25 +0600</pubDate>

public/categories/poems/index.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@
259259

260260

261261

262+
<li><a class="taxonomy-term " href="http://localhost:1313/categories/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
263+
264+
265+
266+
262267
<li><a class="taxonomy-term active" href="http://localhost:1313/categories/poems/" data-taxonomy-term="poems"><span class="taxonomy-label">Poems</span></a></li>
263268

264269

@@ -285,12 +290,12 @@
285290
<div class="post-card">
286291
<div class="card">
287292
<div class="card-head">
288-
<a href="/posts/poems/" class="post-card-link">
293+
<a href="/posts/poems/stacy/" class="post-card-link">
289294
<img class="card-img-top" src='/images/default-hero.jpg' alt="Hero Image">
290295
</a>
291296
</div>
292297
<div class="card-body">
293-
<a href="/posts/poems/" class="post-card-link">
298+
<a href="/posts/poems/stacy/" class="post-card-link">
294299
<h5 class="card-title">Stacy</h5>
295300
<p class="card-text post-summary">Poem &rsquo; &hellip; '
296301
Message to take home </p>
@@ -315,7 +320,7 @@ <h5 class="card-title">Stacy</h5>
315320
Saturday, June 8, 2024
316321
| 1 minute </span>
317322
<a
318-
href="/posts/poems/"
323+
href="/posts/poems/stacy/"
319324
class="float-end btn btn-outline-info btn-sm">Read</a>
320325
</div>
321326
</div>

public/categories/poems/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<language>en</language>
99
<lastBuildDate>Sat, 08 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/categories/poems/index.xml" rel="self" type="application/rss+xml" /><item>
1010
<title>Stacy</title>
11-
<link>http://localhost:1313/posts/poems/</link>
11+
<link>http://localhost:1313/posts/poems/stacy/</link>
1212
<pubDate>Sat, 08 Jun 2024 08:06:25 +0600</pubDate>
1313

14-
<guid>http://localhost:1313/posts/poems/</guid>
14+
<guid>http://localhost:1313/posts/poems/stacy/</guid>
1515
<description>Poem &amp;rsquo; &amp;hellip; &#39;
1616
Message to take home </description>
1717
</item>

public/en/sitemap.xml

+49-14
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,9 @@
103103
<loc>http://localhost:1313/search/</loc>
104104
<lastmod>2010-06-08T08:06:25+06:00</lastmod>
105105
<priority>0.1</priority>
106-
</url><url>
107-
<loc>http://localhost:1313/tags/basic/</loc>
108-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
109-
</url><url>
110-
<loc>http://localhost:1313/categories/basic/</loc>
111-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
112106
</url><url>
113107
<loc>http://localhost:1313/categories/</loc>
114-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
108+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
115109
<xhtml:link
116110
rel="alternate"
117111
hreflang="it"
@@ -123,17 +117,23 @@
123117
href="http://localhost:1313/categories/"
124118
/>
125119
</url><url>
126-
<loc>http://localhost:1313/posts/introduction/index.md/</loc>
127-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
120+
<loc>http://localhost:1313/posts/physics/montecarlo_simulation/</loc>
121+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
128122
</url><url>
129-
<loc>http://localhost:1313/tags/multi-lingual/</loc>
130-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
123+
<loc>http://localhost:1313/categories/physics/</loc>
124+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
131125
</url><url>
132126
<loc>http://localhost:1313/posts/</loc>
133-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
127+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
128+
</url><url>
129+
<loc>http://localhost:1313/tags/science/</loc>
130+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
131+
</url><url>
132+
<loc>http://localhost:1313/tags/statistics/</loc>
133+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
134134
</url><url>
135135
<loc>http://localhost:1313/</loc>
136-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
136+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
137137
<xhtml:link
138138
rel="alternate"
139139
hreflang="it"
@@ -146,7 +146,7 @@
146146
/>
147147
</url><url>
148148
<loc>http://localhost:1313/tags/</loc>
149-
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
149+
<lastmod>2024-06-12T08:06:25+06:00</lastmod>
150150
<xhtml:link
151151
rel="alternate"
152152
hreflang="it"
@@ -157,6 +157,33 @@
157157
hreflang="en"
158158
href="http://localhost:1313/tags/"
159159
/>
160+
</url><url>
161+
<loc>http://localhost:1313/tags/art/</loc>
162+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
163+
</url><url>
164+
<loc>http://localhost:1313/tags/basic/</loc>
165+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
166+
</url><url>
167+
<loc>http://localhost:1313/categories/basic/</loc>
168+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
169+
</url><url>
170+
<loc>http://localhost:1313/posts/introduction/index.md/</loc>
171+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
172+
</url><url>
173+
<loc>http://localhost:1313/tags/multi-lingual/</loc>
174+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
175+
</url><url>
176+
<loc>http://localhost:1313/posts/physics/percolation/</loc>
177+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
178+
</url><url>
179+
<loc>http://localhost:1313/tags/poems/</loc>
180+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
181+
</url><url>
182+
<loc>http://localhost:1313/categories/poems/</loc>
183+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
184+
</url><url>
185+
<loc>http://localhost:1313/posts/poems/stacy/</loc>
186+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
160187
</url><url>
161188
<loc>http://localhost:1313/notes/</loc>
162189
<lastmod>2010-06-08T08:06:25+06:00</lastmod>
@@ -183,6 +210,14 @@
183210
hreflang="en"
184211
href="http://localhost:1313/search/"
185212
/>
213+
</url><url>
214+
<loc>http://localhost:1313/posts/data-science/</loc>
215+
</url><url>
216+
<loc>http://localhost:1313/posts/nanotech/</loc>
217+
</url><url>
218+
<loc>http://localhost:1313/posts/finance/</loc>
219+
</url><url>
220+
<loc>http://localhost:1313/posts/machine-learning/</loc>
186221
</url><url>
187222
<loc>http://localhost:1313/search/</loc>
188223
<priority>0.1</priority>

public/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"categories":["Finance"],"contents":"Pick a stock commodity \u0026rsquo; \u0026hellip; '\nStatistical Analysis on the price Statistical Analysis on the returns GRU Model Init Training Testing Metrics mean squared error LSTM Comparison Possible trading performance ","date":"June 16, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/finance/stock_prediction/gru/","summary":"Pick a stock commodity \u0026rsquo; \u0026hellip; '\nStatistical Analysis on the price Statistical Analysis on the returns GRU Model Init Training Testing Metrics mean squared error LSTM Comparison Possible trading performance ","tags":["Finance","Deep Learning","Forecasting"],"title":"Microsoft Stock Prediction using LSTM or GRU"},{"categories":["Physics"],"contents":"What is Monte Carlo? Why is it important? Examples #1 #2 ","date":"June 12, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/physics/montecarlo_simulation/","summary":"What is Monte Carlo? Why is it important? Examples #1 #2 ","tags":["Science","Statistics"],"title":"Monte Carlo Simulation"},{"categories":["Basic"],"contents":"This is bold text, and this is emphasized text.\nVisit the Hugo website!\nHalooo ..\nWie geth\u0026rsquo;s? ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/introduction/index.md/","summary":"This is bold text, and this is emphasized text.\nVisit the Hugo website!\nHalooo ..\nWie geth\u0026rsquo;s? ","tags":["Basic","Multi-lingual"],"title":"Introduction"},{"categories":["Physics"],"contents":"What is Percolation \u0026rsquo; \u0026hellip; '\nWhy is it important? How can simulate it? ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/physics/percolation/","summary":"What is Percolation \u0026rsquo; \u0026hellip; '\nWhy is it important? How can simulate it? ","tags":["Science",""],"title":"Percolation"},{"categories":["Poems"],"contents":"Poem \u0026rsquo; \u0026hellip; '\nMessage to take home ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/poems/stacy/","summary":"Poem \u0026rsquo; \u0026hellip; '\nMessage to take home ","tags":["Poems","Art"],"title":"Stacy"},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/data-science/","summary":"","tags":null,"title":""},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/nanotech/","summary":"","tags":null,"title":""},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/machine-learning/","summary":"","tags":null,"title":"Machine Learning"}]
1+
[{"categories":["Physics"],"contents":"What is Monte Carlo? Why is it important? Examples #1 #2 ","date":"June 12, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/physics/montecarlo_simulation/","summary":"What is Monte Carlo? Why is it important? Examples #1 #2 ","tags":["Science","Statistics"],"title":"Monte Carlo Simulation"},{"categories":["Basic"],"contents":"This is bold text, and this is emphasized text.\nVisit the Hugo website!\nHalooo ..\nWie geth\u0026rsquo;s? ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/introduction/index.md/","summary":"This is bold text, and this is emphasized text.\nVisit the Hugo website!\nHalooo ..\nWie geth\u0026rsquo;s? ","tags":["Basic","Multi-lingual"],"title":"Introduction"},{"categories":["Physics"],"contents":"What is Percolation \u0026rsquo; \u0026hellip; '\nWhy is it important? How can simulate it? ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/physics/percolation/","summary":"What is Percolation \u0026rsquo; \u0026hellip; '\nWhy is it important? How can simulate it? ","tags":["Science",""],"title":"Percolation"},{"categories":["Poems"],"contents":"Poem \u0026rsquo; \u0026hellip; '\nMessage to take home ","date":"June 8, 2024","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/poems/stacy/","summary":"Poem \u0026rsquo; \u0026hellip; '\nMessage to take home ","tags":["Poems","Art"],"title":"Stacy"},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/data-science/","summary":"","tags":null,"title":""},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/nanotech/","summary":"","tags":null,"title":""},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/finance/","summary":"","tags":null,"title":"Finance"},{"categories":null,"contents":"","date":"January 1, 0001","hero":"/images/default-hero.jpg","permalink":"http://localhost:1313/posts/machine-learning/","summary":"","tags":null,"title":"Machine Learning"}]

public/index.xml

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@
66
<description>Recent content on Stefano&#39;s Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Sun, 16 Jun 2024 00:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /><item>
10-
<title>Microsoft Stock Prediction using LSTM or GRU</title>
11-
<link>http://localhost:1313/posts/finance/stock_prediction/gru/</link>
12-
<pubDate>Sun, 16 Jun 2024 00:00:00 +0100</pubDate>
13-
14-
<guid>http://localhost:1313/posts/finance/stock_prediction/gru/</guid>
15-
<description>Pick a stock commodity &amp;rsquo; &amp;hellip; &#39;
16-
Statistical Analysis on the price Statistical Analysis on the returns GRU Model Init Training Testing Metrics mean squared error LSTM Comparison Possible trading performance </description>
17-
</item>
18-
19-
<item>
9+
<lastBuildDate>Wed, 12 Jun 2024 08:06:25 +0600</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /><item>
2010
<title>Monte Carlo Simulation</title>
2111
<link>http://localhost:1313/posts/physics/montecarlo_simulation/</link>
2212
<pubDate>Wed, 12 Jun 2024 08:06:25 +0600</pubDate>
@@ -98,6 +88,15 @@ Message to take home </description>
9888
<description></description>
9989
</item>
10090

91+
<item>
92+
<title>Finance</title>
93+
<link>http://localhost:1313/posts/finance/</link>
94+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
95+
96+
<guid>http://localhost:1313/posts/finance/</guid>
97+
<description></description>
98+
</item>
99+
101100
<item>
102101
<title>Machine Learning</title>
103102
<link>http://localhost:1313/posts/machine-learning/</link>

public/it/search/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -529,5 +529,16 @@ <h5>Contattami:</h5>
529529

530530

531531

532+
</body>
533+
</html>
534+
ipt>
535+
536+
537+
538+
539+
540+
541+
542+
532543
</body>
533544
</html>

0 commit comments

Comments
 (0)