modified SSE code building

This commit is contained in:
2016-02-07 22:54:43 +01:00
parent 5f43fb8cfb
commit bec7a4f3ae
10 changed files with 28 additions and 43 deletions

View File

@@ -3,13 +3,6 @@
#include <cassert>
#include <iostream>
void printVec(const std::vector<float> &v) {
for(int i=0;i<v.size();i++) {
std::cout << v[i] << ", ";
}
std::cout<< "\n";
}
int main() {
{ // XOR problem
NeuralNetwork::FeedForward::Network n(2);