Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ nnugens Public
forked from x75/nnugens

neural network ugens for supercollider

License

argl/nnugens

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural network ugens

oswald berthold 2017

very preliminary stage

  • basic SO2 network with hardcoded parameter matrix
  • evoplast oscillators
  • x reservoirs
  • x RLS / FORCE / EH readouts

install

Requires armadillo c++ linear algebra library

sudo apt-get install libarmadillo-dev

Then

cd nnugens
mkdir build
cd build
cmake ..
make
cp NNUgens.so ../EvoPlast/EvoPlast.sc ~/.local/share/SuperCollider/Extensions/NNUgens/

About

neural network ugens for supercollider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SuperCollider 68.1%
  • C++ 25.1%
  • CMake 4.9%
  • Python 1.9%