Questions tagged [opennn]

OpenNN is an open source class library written in C++ which implements neural networks.

10 questions
0
votes
1 answer

Pass List to Function Requiring std::initializer_list >?

I'm using OpenNN to write a proof of concept right now, and I'm having an issue with declaring inputs for a Tensor. From the OpenNN website we see that the neural net accepts a Tensor input Tensor
EL42
  • 1
  • 2
0
votes
0 answers

Using OpenNN to develop a Neural Network: Program crashes after trying to add a layer to a Regression Neural Network

I use OpenNN to develop a Neural Network for a Regression task. I have trouble with the layers of my Neural Network. I cloned from the master branch of OpenNN a couple of weeks ago. Every time I try to add a layer, my program crashes without giving…
ano
  • 17
  • 1
  • 10
0
votes
2 answers

How to create initialiser_list object in C++

I have troubles with my C++ code. I am using OpenNN to buid a Neural Network and I want to use my trained Neural Network (see variable neuralnetwork), to predict the output from a set of features (see variable featureVector). I am trying to call a…
ano
  • 17
  • 1
  • 10
0
votes
0 answers

OpenNN Release library not found during make?

First, if this is not a good place to ask this/put this please let me know so I have been trying to get this to work for.... a week or two now, but to no avail, and getting the same error every single time and I no longer know what to do heres what…
Pjbomb2
  • 21
  • 3
0
votes
1 answer

Compile OpenNN with Qt in Windows and Mingw 5.30

Im trying to compile the openNN Project with Qt. Im using qt precompiled mingw32 for windows and the last opennn 3.1 projekt sources. Opennn comes already with .pro Project files for direct use with qt creator/qmake. However when i try to compile it…
momor10
  • 478
  • 3
  • 11
0
votes
0 answers

Building OpenNN with MinGW

I am trying to build the OpenNN library with MinGW on Windows 10. I'm getting lots of build errors, which make me think I haven't configured something correctly using CMake. I used the CMake GUI to configure, selecting "MinGW Makefiles" and "use…
Rocketmagnet
  • 5,656
  • 8
  • 36
  • 47
0
votes
1 answer

Trying to build OpenNN for use in C# with Visual Studio

Link to the source. Link to the build instructions. I create a new DLL C++ library project for .NET 4.7. I go into the properties and add the eigen directory (a dependency) to the "Additional Include Directories" and "Additional #using…
ZJohnsonPest
  • 11
  • 1
  • 3
0
votes
1 answer

OpenNN include unresolved external symbol in Visual Studio 2017

My name is Hector Perez. I am an international student from Guatemala studying Computer Science and Music. I am very interested in using OpenNN for a Computer-Music project. I have tried today to create a Visual C++ project that has the appropriate…
Hector
  • 11
  • 1
0
votes
2 answers

error: `erfc` is not a member of `std`

I am trying to build OpenNN library according to instructions here. But after make opennn I get the following output (not full): [2%] Built target tinyxml2 [4%] Building CXX object opennn/CMakeFiles/opennn.dir/variables.cpp.o In file included from…
paraxod
  • 331
  • 2
  • 13
0
votes
1 answer

OpenNN TestingAnalysis

I'm trying to run a simple problem in OpenNN. Most of it works okay, but when I get to TestingAnalysis, using the tutorial code gives me an error message to the effect that number of testing instances is zero. Fair enough, since I didn't actually…
rwallace
  • 31,405
  • 40
  • 123
  • 242