<?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: Adam Allison</title>
    <description>The latest articles on DEV Community by Adam Allison (@adam-irp).</description>
    <link>https://dev.to/adam-irp</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%2F2530170%2F4ce34714-8594-44d6-8b7d-425c594ef5d3.jpg</url>
      <title>DEV Community: Adam Allison</title>
      <link>https://dev.to/adam-irp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adam-irp"/>
    <language>en</language>
    <item>
      <title>If you would like to know how exactly it works here is part one</title>
      <dc:creator>Adam Allison</dc:creator>
      <pubDate>Fri, 06 Dec 2024 13:30:43 +0000</pubDate>
      <link>https://dev.to/adam-irp/if-you-would-like-to-know-how-exactly-it-works-here-is-part-one-38ig</link>
      <guid>https://dev.to/adam-irp/if-you-would-like-to-know-how-exactly-it-works-here-is-part-one-38ig</guid>
      <description>&lt;p&gt;Right now as I'm writing this I'm on the bus so mind my spelling and Grammer. &lt;/p&gt;

&lt;p&gt;First what happens is you look at the line you want to make. You will have a library full of equations and patterns and you will choose what patients or equation seems to fit well or has keywords that matches the line you want to match. After that you will get the equations and modify there variables to match sections in the line you are trying to match. You repeat this step modifying and translating the graph. &lt;/p&gt;

&lt;p&gt;After this you can take the error the line you made in relation to the line you want to match. Now find the line of best for the error. Then you add those two together to get the new equation. &lt;/p&gt;

&lt;p&gt;Some questions you may have are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How is this more effective at training.
Answer: Well with this instead of having to basically guess how many neurons you would need in your nn; you will just be able to map it. This will also help against over fitting or overcomplicating a network. It can also help you run bigger networks on less powerful devices. &lt;/li&gt;
&lt;li&gt;How will I know what equation to use?
Answer: in the library it will have multiple sections including images each aqation can give you and more on how they can modify. This way you can easily find equations you need.&lt;/li&gt;
&lt;li&gt;Wouldn't it be better to just use simpler equations?
Answer: in allot of cases no, each neuron in this method will have more control individually and can most cases simplify networks and make it easier for non so devs to learn. &lt;/li&gt;
&lt;li&gt;How would this work on 2 inputs network or more?
Answer: this is still in development but will be explained in my next post.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>New AI idea</title>
      <dc:creator>Adam Allison</dc:creator>
      <pubDate>Thu, 05 Dec 2024 22:27:05 +0000</pubDate>
      <link>https://dev.to/adam-irp/new-ai-idea-c48</link>
      <guid>https://dev.to/adam-irp/new-ai-idea-c48</guid>
      <description>&lt;p&gt;I’ve been exploring a new approach to AI, driven by a realization: at its core, AI is just a series of mathematical equations. While this simplicity has brought AI far, there are limitations where these traditional equations struggle to perform effectively.&lt;/p&gt;

&lt;p&gt;To overcome these boundaries, I’ve developed a method that combines Graph Theory (or Graph Neural Networks - GNNs) with traditional Artificial Neural Networks (ANNs) and other advanced techniques. This hybrid approach enhances mapping capabilities, allowing AI to handle complex problems more efficiently.&lt;/p&gt;

&lt;p&gt;Key benefits of this approach include:&lt;/p&gt;

&lt;p&gt;Reduced training times: AI models train faster, making development more efficient.&lt;/p&gt;

&lt;p&gt;Lower computational requirements: Powerful AI models can run on less powerful hardware, democratizing access to advanced AI.&lt;/p&gt;

&lt;p&gt;I’m still in the testing phase, but early results suggest this method is significantly more effective than traditional approaches. Imagine AI as a dynamic graph that maps how different inputs behave within a function, creating a more adaptable and precise system.&lt;/p&gt;

&lt;p&gt;To support this vision, I’m developing a public document repository containing:&lt;/p&gt;

&lt;p&gt;Hundreds of custom equations with detailed patterns and relationships.&lt;/p&gt;

&lt;p&gt;Comparative analyses of these equations, including how they interact and complement each other.&lt;/p&gt;

&lt;p&gt;Advanced activation functions that act like enhanced neurons, offering greater control and simplicity in specific cases.&lt;/p&gt;

&lt;p&gt;This repository will empower AI developers to select the most suitable functions for their needs, fostering innovation and accelerating AI development across various fields. My goal is to make AI more powerful, accessible, and adaptable by rethinking how we approach neural network design.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>algorithms</category>
      <category>statistics</category>
    </item>
  </channel>
</rss>
