Split up to different source files, entry-point for back propagation

This commit is contained in:
Michael Mandl 2015-03-23 21:58:30 +01:00
parent c8e08193f1
commit e3a804242c
8 changed files with 230 additions and 149 deletions

View file

@ -78,10 +78,15 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Layer.cpp" />
<ClCompile Include="Net.cpp" />
<ClCompile Include="Neuro.cpp" />
<ClCompile Include="Neuron.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Layer.h" />
<ClInclude Include="Net.h" />
<ClInclude Include="Neuron.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">