We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1464707 commit a8afe6eCopy full SHA for a8afe6e
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 Neural Network from Scratch with Mathematics and Python</title>
16
+ <link>https://www.iamtk.co/building-a-neural-network-from-scratch-with-mathematics-and-python</link>
17
+ <guid isPermaLink="true">https://www.iamtk.co/building-a-neural-network-from-scratch-with-mathematics-and-python</guid>
18
+ <description>A 2-layers neural network implemented with mathematics and Python</description>
19
+ </item>
20
<item>
21
<title>Training ML Models for Cancer Tumor Classification</title>
22
<link>https://www.iamtk.co/training-ml-models-for-cancer-tumor-classification</link>
0 commit comments