<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ramesh Sighn</title>
    <description>The latest articles on DEV Community by Ramesh Sighn (@ramsi90).</description>
    <link>https://dev.to/ramsi90</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1702535%2F83cde4fa-cb2b-4e2a-8f14-4b9cbbc3ba77.jpg</url>
      <title>DEV Community: Ramesh Sighn</title>
      <link>https://dev.to/ramsi90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramsi90"/>
    <language>en</language>
    <item>
      <title>Unified Approximation Theorem for Neural Networks</title>
      <dc:creator>Ramesh Sighn</dc:creator>
      <pubDate>Sun, 30 Jun 2024 02:17:35 +0000</pubDate>
      <link>https://dev.to/ramsi90/unified-approximation-theorem-for-neural-networks-2b23</link>
      <guid>https://dev.to/ramsi90/unified-approximation-theorem-for-neural-networks-2b23</guid>
      <description>&lt;p&gt;For any ( f \in \mathcal{F}(\mathbb{R}^n) ) and any ( \epsilon &amp;gt; 0 ), there exists a neural network ( \mathcal{N}(\mathbf{x}; \theta) ) with parameters ( \theta ) such that: [ \sup_{\mathbf{x} \in K} \left| f(\mathbf{x}) - \mathcal{N}(\mathbf{x}; \theta) \right| &amp;lt; \epsilon, ] where ( K \subset \mathbb{R}^n ) is compact.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Other Collatz conjecture approach</title>
      <dc:creator>Ramesh Sighn</dc:creator>
      <pubDate>Sat, 29 Jun 2024 07:11:37 +0000</pubDate>
      <link>https://dev.to/ramsi90/other-collatz-conjecture-approach-4h2h</link>
      <guid>https://dev.to/ramsi90/other-collatz-conjecture-approach-4h2h</guid>
      <description>&lt;p&gt;The Collatz conjecture states that for any positive integer ( n ):&lt;br&gt;
If ( n ) is even, divide it by 2 (i.e., ( n \to \frac{n}{2} )).&lt;br&gt;
If ( n ) is odd, multiply it by 3 and add 1 (i.e., ( n \to 3n + 1 )).&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
