Team and Terms - Interactml/iml-unreal GitHub Wiki
The Team
The team behind InteractML for Unreal:
- Creative Director: πPhoenix Perry
- Senior Software Developer: πSam Swain
- Machine Learning Lead: πRebecca Fiebrink
- Artist in residence: πBruno Martelli
- RapidLib Machine Learning Library Developer: πMichael Zbyszynski
The Software
InteractML
InteractML for Unreal is built as a C++ code plugin with some third party software built and linked in.
- InteractML itself is licensed under the πMIT License.
- Source code is available in the πInteractML GitHub repo.
It is effectively a wrapper for RapidLib machine learning library, but also indirectly referencing other software it uses internally.
RapidLib
- BSD 3-Clause license
- RapidLib on Github
- See Source/3rdParty/LICENSE_RapidLib.txt for full details
- RapidLib provides the machine learning algorithm functionality core to the operation of the plugin. The plugin is an integration of RapidLib into Unreal, augmenting it with additional usability features.
Rapidlib References the following, but only the JSON functionality is actually (indirectly) used by InteractML.
- JSON
- BayesFilter - Not needed for InteractML functionality
- LIBSVM - Not needed for InteractML functionality
JSON
- JSON on Github (used to be at http://jsoncpp.sourceforge.net/)
- Public Domain (deferring to MIT License where PB not recognised)
- See Source/3rdParty/LICENSE_JSON.txt for full details
- Dependency of RapidLib
BayesFilter
- BayesFilter On Github
- bayesfilter has been authored by Jules Françoise : [email protected]
- Copyright (C) 2013-2014 by IRCAM - Centre Pompidou. All Rights Reserved.
- See Source/3rdParty/LICENSE_BayesFilter.txt for full details
- Dependency of RapidLib (functionality not used by InteractML plugin)
LIBSVM
- LibSVM Home site
- LibSVM on Github
- Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines.
- ACM Transactions on Intelligent Systems and Technology, 2:27:1--27:27, 2011.
- Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm
- See Source/3rdParty/LICENSE_LibSVM.txt for full details
- Dependency of RapidLib (functionality not used by InteractML plugin)
π [Introduction]] ](/Interactml/iml-unreal/wiki/π -[[Home) | Setup π