Skip to content

Commit 33cdcf6

Browse files
author
Siteleaf
committed
Updated Neural Net Basics and 3 other files
1 parent f02ef16 commit 33cdcf6

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

_posts/2024-01-05-neural-net-basics.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: 'The basics of the Layered Neural Network'
2+
title: The basics of the Layered Neural Network
33
date: 2024-01-05 10:00:00 Z
44
categories:
55
- Artificial Intelligence
66
tags:
77
- Artificial Intelligence
88
- AI
99
- Neural Networks
10-
summary: Recently I’ve been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.
10+
summary: Recently I’ve been learning about Neural Networks and how they work. In this
11+
blog post I write a simple introduction in to some of the core concepts of a basic
12+
layered neural network.
1113
author: lvincent
1214
---
1315

lvincent/atom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
author: lvincent
3-
layout: atom_feed
4-
---
1+
---
2+
author: lvincent
3+
layout: atom_feed
4+
---
5+

lvincent/feed.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
author: lvincent
3-
layout: rss_feed
4-
---
1+
---
2+
author: lvincent
3+
layout: rss_feed
4+
---
5+

lvincent/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
author: lvincent
32
title: Luke Vincent
3+
author: lvincent
44
layout: default_author
5-
---
5+
---
6+

0 commit comments

Comments
 (0)