quickProapagtion and tests
This commit is contained in:
@@ -29,4 +29,13 @@ add_executable(recurrent recurrent.cpp)
|
||||
target_link_libraries(recurrent NeuralNetwork)
|
||||
|
||||
add_executable(recurrent_perf recurrent_perf.cpp)
|
||||
target_link_libraries(recurrent_perf NeuralNetwork)
|
||||
target_link_libraries(recurrent_perf NeuralNetwork)
|
||||
|
||||
add_executable(quickpropagation quickpropagation.cpp)
|
||||
target_link_libraries(quickpropagation NeuralNetwork)
|
||||
|
||||
add_executable(quickpropagation_perf quickpropagation_perf.cpp)
|
||||
target_link_libraries(quickpropagation_perf NeuralNetwork)
|
||||
|
||||
add_executable(propagation_cmp propagation_cmp.cpp)
|
||||
target_link_libraries(propagation_cmp NeuralNetwork)
|
||||
Reference in New Issue
Block a user