diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..372270c --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2012 Krzysztof Sopyła(krzysztofsopyla@gmail.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.markdown b/README.markdown index ad0edd1..35a9905 100644 --- a/README.markdown +++ b/README.markdown @@ -9,6 +9,24 @@ More on http://wmii.uwm.edu.pl/~ksopyla/svm-net-with-cuda-kmlib/ __Author: Krzysztof SopyĹ‚a __ +License: MIT +If you use this software in academic publication please cite: + +@inproceedings{Sopyla2012, +author = {Sopy\la, Krzysztof and Drozda, Pawe\l and G\’{o}recki, Przemys\law}, +title = {SVM with CUDA accelerated kernels for big sparse problems}, +booktitle = {Proceedings of the 11th international conference on Artificial Intelligence and Soft Computing – Volume Part I}, +series = {ICAISC’12}, +year = {2012}, +isbn = {978-3-642-29346-7}, +pages = {439–447}, +numpages = {9}, +url = {http://dx.doi.org/10.1007/978-3-642-29347-4_51}, +doi = {10.1007/978-3-642-29347-4_51}, +acmid = {2342010}, +publisher = {Springer-Verlag}} + + ## Requirements - .net 4.0 - CUDA 3.0 driver for CUDA enabled SVM kernels