We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef54ef2 commit ce32154Copy full SHA for ce32154
public/rss.xml
@@ -11,6 +11,12 @@
11
<title>TK's Blog</title>
12
<link>https://iamtk.co</link>
13
</image>
14
+ <item>
15
+ <title>Building A Deep Neural Network from Scratch</title>
16
+ <link>https://www.iamtk.co/building-a-deep-neural-network-from-scratch</link>
17
+ <guid isPermaLink="true">https://www.iamtk.co/building-a-deep-neural-network-from-scratch</guid>
18
+ <description>A deep neural network implemented with mathematics and Python</description>
19
+ </item>
20
<item>
21
<title>Building A Neural Network from Scratch with Mathematics and Python</title>
22
<link>https://www.iamtk.co/building-a-neural-network-from-scratch-with-mathematics-and-python</link>
0 commit comments