Split up to different source files, entry-point for back propagation
This commit is contained in:
parent
c8e08193f1
commit
e3a804242c
8 changed files with 230 additions and 149 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue