<?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: Isaac Godfried</title>
    <description>The latest articles on DEV Community by Isaac Godfried (@isaacmg).</description>
    <link>https://dev.to/isaacmg</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%2F478164%2Fe991b652-f383-44da-8853-5f5abdc056a8.jpg</url>
      <title>DEV Community: Isaac Godfried</title>
      <link>https://dev.to/isaacmg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/isaacmg"/>
    <language>en</language>
    <item>
      <title>New Article on Multimodal Deep Learning for Time Series</title>
      <dc:creator>Isaac Godfried</dc:creator>
      <pubDate>Wed, 30 Oct 2024 17:38:43 +0000</pubDate>
      <link>https://dev.to/isaacmg/new-article-on-multimodal-deep-learning-for-time-series-2o</link>
      <guid>https://dev.to/isaacmg/new-article-on-multimodal-deep-learning-for-time-series-2o</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/deep-data-science/multimodal-deep-learning-for-time-series-forecasting-classification-and-analysis-8033c1e1e772" rel="noopener noreferrer"&gt;https://medium.com/deep-data-science/multimodal-deep-learning-for-time-series-forecasting-classification-and-analysis-8033c1e1e772&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Advances in Deep Learning for Time Series Forecasting 2024</title>
      <dc:creator>Isaac Godfried</dc:creator>
      <pubDate>Tue, 02 Jul 2024 16:40:51 +0000</pubDate>
      <link>https://dev.to/isaacmg/advances-in-deep-learning-for-time-series-forecasting-2024-876</link>
      <guid>https://dev.to/isaacmg/advances-in-deep-learning-for-time-series-forecasting-2024-876</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/deep-data-science/advances-in-deep-learning-for-time-series-forecasting-classification-winter-2024-a3fd31b875b0"&gt;https://medium.com/deep-data-science/advances-in-deep-learning-for-time-series-forecasting-classification-winter-2024-a3fd31b875b0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>deeplearning</category>
      <category>pytorch</category>
      <category>timeseriesforecasting</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Deep learning live coding Wednesday </title>
      <dc:creator>Isaac Godfried</dc:creator>
      <pubDate>Mon, 05 Oct 2020 04:39:22 +0000</pubDate>
      <link>https://dev.to/isaacmg/deep-learning-live-coding-wednesday-23i1</link>
      <guid>https://dev.to/isaacmg/deep-learning-live-coding-wednesday-23i1</guid>
      <description>&lt;p&gt;Hi everyone, as part of hacktoberfest I'll be holding a six hour live coding session on &lt;a href="https://www.youtube.com/channel/UCJeAAx1mDUEVpTYEX0EWXSg?view_as=subscriber"&gt;YouTube&lt;/a&gt; where I will showcase  development of &lt;a href="https://github.com/AIStream-Peelout/flow-forecast"&gt;flow-forecast&lt;/a&gt; and provide information on how you can start contributing too. The live coding session will be this Wednesday October 8th from 12pm EDT to 6pm EDT and then I will be back for a night session from 10pm EDT to 12:30 AM. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Things I (hope) to cover&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Reviewing/Merging any outstanding Pull Requests from contributors&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/AIStream-Peelout/flow-forecast/issues/166"&gt;Adding the transformer bottleneck paper&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/AIStream-Peelout/flow-forecast/issues/83"&gt;Finishing inference mode support and merging&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Answering any questions you might have live. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://dev.to/isaacmg/a-unified-deep-learning-for-time-series-framework-1o20"&gt;For more information on flow forecast click here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>pytorch</category>
      <category>python</category>
    </item>
    <item>
      <title>A unified deep learning for time series framework</title>
      <dc:creator>Isaac Godfried</dc:creator>
      <pubDate>Wed, 30 Sep 2020 17:47:32 +0000</pubDate>
      <link>https://dev.to/isaacmg/a-unified-deep-learning-for-time-series-framework-1o20</link>
      <guid>https://dev.to/isaacmg/a-unified-deep-learning-for-time-series-framework-1o20</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/AIStream-Peelout/flow-forecast"&gt;Flow Forecast is an open source deep learning for multivariate time series forecasting, classification, and anomaly detection platform written in PyTorch&lt;/a&gt;. Our goal is to build a general open source time series framework (somewhat analogous to HuggingFace has done for NLP) and enable users to solve complex real world forecasting problems. Additionally, we aim to solve pressing AI4Good problems. For instance, we are currently using Flow-Forecast to create county level COVID-19 forecasts as well as project flash floods around the U.S.&lt;/p&gt;

&lt;p&gt;We are currently, looking for new contributors to add new models, benchmark existing models, correct bugs, and enhance our cloud provider integrations. We welcome developers and data scientists of all skill levels to come and contribute. We wall also be hosting an official Sprint at PyData Global.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can look at some of the things we are working on &lt;a href="https://github.com/AIStream-Peelout/flow-forecast/projects/5"&gt;here&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope to see you on the project!&lt;/p&gt;

</description>
      <category>contributorswanted</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>pytorch</category>
    </item>
  </channel>
</rss>
