<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DD_Introduction</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Introduction/</link><description>Recent changes to DD_Introduction</description><atom:link href="https://sourceforge.net/p/openhtm/wiki/DD_Introduction/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Mar 2013 14:09:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openhtm/wiki/DD_Introduction/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage DD_Introduction modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Introduction/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -23,4 +23,4 @@

 The next pages will provide a deeper explanation about each module.

-&lt;i&gt;Note: Pages in construction. To understand the project, a good starting point is accessing the MainWindow.xaml form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM() function and StepHTMEvents() function. All code is well documented, but new comments to become it easier to understand are wellcome.&lt;/i&gt;
+&lt;i&gt;Note: Pages in construction. To understand the project, a good starting point is accessing the MainWindow.cs form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM() function and StepHTMEvents() function. All code is well documented, but new comments to become it easier to understand are wellcome.&lt;/i&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Thu, 07 Mar 2013 14:09:34 -0000</pubDate><guid>https://sourceforge.net144a9e4ed5e97ae6a6f082a201e210e8ad96bc22</guid></item><item><title>WikiPage DD_Introduction modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Introduction/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -13,10 +13,7 @@
 HTM network.

 &lt;b&gt;Project: IDE.BitmapProcessor&lt;/b&gt;
-This is a sub-project of the IDE which aims to tranform the alphanumerics to bitmaps inputs in order to be passed to a HTM region. It ouputs a DLL which is used by IDE project.
-
-&lt;b&gt;Project: IDE.Transmuter&lt;/b&gt;
-This is a sub-project of the IDE which aims to gives support to the 3d visualization through XNA. It ouputs a DLL which is used by IDE project.
+This is a sub-project of the IDE which aims to tranform the alphanumerics or geometric forms to bitmaps inputs in order to be passed to a HTM region. It ouputs a DLL which is used by IDE project.

 &lt;b&gt;Project: Shared.Interfaces&lt;/b&gt;
 This is a project which provide unique interfaces to the classes used in the other projects in order to them follow a standard and so are compatible. It ouputs a DLL which is used by IDE project.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Thu, 07 Mar 2013 14:08:52 -0000</pubDate><guid>https://sourceforge.net5530cb322c4dca2922c094232bb481ae2a12dd69</guid></item><item><title>WikiPage DD_Introduction modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Introduction/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-&lt;h1&gt;Overview&lt;/h1&gt;
+&lt;h1&gt;Introduction&lt;/h1&gt;

 Below is a brief description of how openHTM is organized.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Sun, 17 Feb 2013 18:27:17 -0000</pubDate><guid>https://sourceforge.net897c2a5becef0563a33367ded88ea66074206e25</guid></item><item><title>WikiPage DD_Overview modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Overview/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -24,6 +24,6 @@
 &lt;b&gt;Project: Shared.Helper&lt;/b&gt;
 This is a project which provide general functions such as math, text, etc, which are used for all projects. It ouputs a DLL which is used by IDE project.

-To understand the project, a good starting point is accessing the MainWindow.xaml form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM function and StepHTMEvents function. All code is well documented, but new comments to become it easier to understand are wellcome.
+The next pages will provide a deeper explanation about each module.

-The next pages will provide a deeper explanation about each module.
+&lt;i&gt;Note: Pages in construction. To understand the project, a good starting point is accessing the MainWindow.xaml form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM() function and StepHTMEvents() function. All code is well documented, but new comments to become it easier to understand are wellcome.&lt;/i&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Fri, 15 Feb 2013 18:19:42 -0000</pubDate><guid>https://sourceforge.net9a196d09e855ec3875627bc1cbb7efb645f54ca9</guid></item><item><title>WikiPage DD_Overview modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Overview/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,26 +2,26 @@

 Below is a brief description of how openHTM is organized.

-Solution: OpenHTM
+&lt;b&gt;Solution: OpenHTM&lt;/b&gt;
 This is solution with all projects. It includes the core algorighm itself (Cortical Learning Algorithm), the IDE (an integrated environment to visualize the presented data in real-time, related statistics, etc) and shared projects (which include interface classes to standardize the naming of the HTM components and helper features like math functions and others).

-Project: CLA (Cortical Learning Algorithm)
+&lt;b&gt;Project: CLA (Cortical Learning Algorithm)&lt;/b&gt;
 This is the project with the HTM core algorithm, ie the algorithm presented in the Numenta paper. It ouputs a DLL which is used by IDE project.

-Project: IDE (Integrated Environment)
+&lt;b&gt;Project: IDE (Integrated Environment)&lt;/b&gt;
 This is (start) project with the environment where you can choose the data to be trained, see the state of the regions/columns, statitics about previsions, and can visualize in 3d the current state of your
 HTM network.

-Project: IDE.BitmapProcessor
+&lt;b&gt;Project: IDE.BitmapProcessor&lt;/b&gt;
 This is a sub-project of the IDE which aims to tranform the alphanumerics to bitmaps inputs in order to be passed to a HTM region. It ouputs a DLL which is used by IDE project.

-Project: IDE.Transmuter
+&lt;b&gt;Project: IDE.Transmuter&lt;/b&gt;
 This is a sub-project of the IDE which aims to gives support to the 3d visualization through XNA. It ouputs a DLL which is used by IDE project.

-Project: Shared.Interfaces
+&lt;b&gt;Project: Shared.Interfaces&lt;/b&gt;
 This is a project which provide unique interfaces to the classes used in the other projects in order to them follow a standard and so are compatible. It ouputs a DLL which is used by IDE project.

-Project: Shared.Helper
+&lt;b&gt;Project: Shared.Helper&lt;/b&gt;
 This is a project which provide general functions such as math, text, etc, which are used for all projects. It ouputs a DLL which is used by IDE project.

 To understand the project, a good starting point is accessing the MainWindow.xaml form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM function and StepHTMEvents function. All code is well documented, but new comments to become it easier to understand are wellcome.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Fri, 15 Feb 2013 18:17:28 -0000</pubDate><guid>https://sourceforge.nete7c4e67eca4ec7d8cc199f123b16f53d98aa46e8</guid></item><item><title>WikiPage DD_Overview modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Overview/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,42 +1,29 @@
-The project is organized
+&lt;h1&gt;Overview&lt;/h1&gt;
+
+Below is a brief description of how openHTM is organized.

 Solution: OpenHTM
-This is solution with all projects. It includes the core algorighm itself (Cortical Learning Algorithm), the IDE (an integrated environment to visualize the presented data in real-time, related
-statistics, etc) and shared projects (which include interface classes to standardize the naming of the HTM components and helper features like math functions and others).
+This is solution with all projects. It includes the core algorighm itself (Cortical Learning Algorithm), the IDE (an integrated environment to visualize the presented data in real-time, related statistics, etc) and shared projects (which include interface classes to standardize the naming of the HTM components and helper features like math functions and others).

 Project: CLA (Cortical Learning Algorithm)
-This is the project with the HTM core algorithm, ie the algorithm
-presented in the Numenta paper. It ouputs a DLL which is used by IDE
-project.
+This is the project with the HTM core algorithm, ie the algorithm presented in the Numenta paper. It ouputs a DLL which is used by IDE project.

 Project: IDE (Integrated Environment)
-This is (start) project with the environment where you can choose the
-data to be trained, see the state of the regions/columns, statitics
-about previsions, and can visualize in 3d the current state of your
+This is (start) project with the environment where you can choose the data to be trained, see the state of the regions/columns, statitics about previsions, and can visualize in 3d the current state of your
 HTM network.

 Project: IDE.BitmapProcessor
-This is a sub-project of the IDE which aims to tranform the
-alphanumerics to bitmaps inputs in order to be passed to a HTM region.
-It ouputs a DLL which is used by IDE project.
+This is a sub-project of the IDE which aims to tranform the alphanumerics to bitmaps inputs in order to be passed to a HTM region. It ouputs a DLL which is used by IDE project.

 Project: IDE.Transmuter
-This is a sub-project of the IDE which aims to gives support to the 3d
-visualization through XNA. It ouputs a DLL which is used by IDE
-project.
+This is a sub-project of the IDE which aims to gives support to the 3d visualization through XNA. It ouputs a DLL which is used by IDE project.

 Project: Shared.Interfaces
-This is a project which provide unique interfaces to the classes used
-in the other projects in order to them follow a standard and so are
-compatible. It ouputs a DLL which is used by IDE project.
+This is a project which provide unique interfaces to the classes used in the other projects in order to them follow a standard and so are compatible. It ouputs a DLL which is used by IDE project.

 Project: Shared.Helper
-This is a project which provide general functions such as math, text,
-etc, which are used for all projects. It ouputs a DLL which is used by
-IDE project.
+This is a project which provide general functions such as math, text, etc, which are used for all projects. It ouputs a DLL which is used by IDE project.

-To understand the project, a good starting point is accessing the
-MainWindow.xaml form in the IDE.csproj, firstly understand its
-function, and then "travel" the code starting by the InitializeHTM
-function and StepHTMEvents function. All code is well documented, but
-new comments to become it easier to understand are wellcome.
+To understand the project, a good starting point is accessing the MainWindow.xaml form in the IDE.csproj, firstly understand its function, and then "travel" the code starting by the InitializeHTM function and StepHTMEvents function. All code is well documented, but new comments to become it easier to understand are wellcome.
+
+The next pages will provide a deeper explanation about each module.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Fri, 15 Feb 2013 18:14:48 -0000</pubDate><guid>https://sourceforge.net1701bcf75dd01dc7c9d85615a9b473af24858368</guid></item><item><title>WikiPage DD_Overview modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Overview/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The project is organized&lt;/p&gt;
&lt;p&gt;Solution: OpenHTM&lt;br /&gt;
This is solution with all projects. It includes the core algorighm itself (Cortical Learning Algorithm), the IDE (an integrated environment to visualize the presented data in real-time, related&lt;br /&gt;
statistics, etc) and shared projects (which include interface classes to standardize the naming of the HTM components and helper features like math functions and others).&lt;/p&gt;
&lt;p&gt;Project: CLA (Cortical Learning Algorithm)&lt;br /&gt;
This is the project with the HTM core algorithm, ie the algorithm&lt;br /&gt;
presented in the Numenta paper. It ouputs a DLL which is used by IDE&lt;br /&gt;
project.&lt;/p&gt;
&lt;p&gt;Project: IDE (Integrated Environment)&lt;br /&gt;
This is (start) project with the environment where you can choose the&lt;br /&gt;
data to be trained, see the state of the regions/columns, statitics&lt;br /&gt;
about previsions, and can visualize in 3d the current state of your&lt;br /&gt;
HTM network.&lt;/p&gt;
&lt;p&gt;Project: IDE.BitmapProcessor&lt;br /&gt;
This is a sub-project of the IDE which aims to tranform the&lt;br /&gt;
alphanumerics to bitmaps inputs in order to be passed to a HTM region.&lt;br /&gt;
It ouputs a DLL which is used by IDE project.&lt;/p&gt;
&lt;p&gt;Project: IDE.Transmuter&lt;br /&gt;
This is a sub-project of the IDE which aims to gives support to the 3d&lt;br /&gt;
visualization through XNA. It ouputs a DLL which is used by IDE&lt;br /&gt;
project.&lt;/p&gt;
&lt;p&gt;Project: Shared.Interfaces&lt;br /&gt;
This is a project which provide unique interfaces to the classes used&lt;br /&gt;
in the other projects in order to them follow a standard and so are&lt;br /&gt;
compatible. It ouputs a DLL which is used by IDE project.&lt;/p&gt;
&lt;p&gt;Project: Shared.Helper&lt;br /&gt;
This is a project which provide general functions such as math, text,&lt;br /&gt;
etc, which are used for all projects. It ouputs a DLL which is used by&lt;br /&gt;
IDE project.&lt;/p&gt;
&lt;p&gt;To understand the project, a good starting point is accessing the&lt;br /&gt;
MainWindow.xaml form in the IDE.csproj, firstly understand its&lt;br /&gt;
function, and then "travel" the code starting by the InitializeHTM&lt;br /&gt;
function and StepHTMEvents function. All code is well documented, but&lt;br /&gt;
new comments to become it easier to understand are wellcome.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Fri, 15 Feb 2013 18:11:21 -0000</pubDate><guid>https://sourceforge.net5ca2a209fb26378e6a73cf52e08a3f6666a9cbde</guid></item></channel></rss>