Releases: C-Coretex/Little-NeuralNetwork-Library
Releases · C-Coretex/Little-NeuralNetwork-Library
Little NeuralNetwork library .dll
Real Neural Network Library
Use netcoreapp3.1
.dll for .Net Core projects (you can find it in the netcoreapp3.1.rar
archive)
Use net472.dll
for .Net Framework projects (you can find it in the net472.rar
archive)
Check the docs to get known with the use of the library.
If you are using .Net Framework you must uncheck Prefer 32-bit in project preferences
NeuralNetwork library dll.
- Use
netcoreapp3.1.dll
for.Net Core
projects (you can find it in thenetcoreapp3.1.rar
archive) - Use
net472.dll
for.Net Framework
projects (you can find it in thenet472.rar
archive)
If you are using .Net Framework
you must uncheck Prefer 32-bit
in project preferences. Uncheck #1 or Uncheck #2