-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb95b70
commit 622fd67
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Nurielite | ||
## Version 0.8 (pre-alpha) | ||
Nurielite is a machine-learning graphical interface that allows for model persistence and sharing. The concept is based around the observation that many machine learning algorithms are cheap to use, but expensive to train, so it would be useful to create a library of generic (and, hopefully, _general_) pre-trained algorithms. | ||
|
||
Additionally, because of how machine learning can be complicated to approach even though it usually follows a standard style, we suspected that a GUI would significantly reduce prototype-time, even for experienced programmers and especially for relative novices. | ||
|
||
The GUI is written in C# using WPF and it generates python code that is theoretically runnable anywhere (although a python 2.7 environment with Numpy and Theano must be available). | ||
|
||
Right now, we have (ZERO!) actual algorithms implemented and adding more is one of our top priorities. |