├── README.md ├── code-of-conduct.md ├── machine-learning ├── natural-language-processing │ └── turney02.pdf └── support-vector-machine │ ├── pwlmi001-svm.pdf │ └── support-vector-networks--cortes-vapnik-1995.pdf ├── programming-languages ├── futamura84.pdf └── pwlmi4-partial-evaluation.pdf └── stream-processing ├── Akidau2015.pdf ├── Arasu2006.pdf ├── Sax2018.pdf └── pwlmi002-streamer.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /machine-learning/natural-language-processing/turney02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/machine-learning/natural-language-processing/turney02.pdf -------------------------------------------------------------------------------- /machine-learning/support-vector-machine/pwlmi001-svm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/machine-learning/support-vector-machine/pwlmi001-svm.pdf -------------------------------------------------------------------------------- /machine-learning/support-vector-machine/support-vector-networks--cortes-vapnik-1995.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/machine-learning/support-vector-machine/support-vector-networks--cortes-vapnik-1995.pdf -------------------------------------------------------------------------------- /programming-languages/futamura84.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/programming-languages/futamura84.pdf -------------------------------------------------------------------------------- /programming-languages/pwlmi4-partial-evaluation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/programming-languages/pwlmi4-partial-evaluation.pdf -------------------------------------------------------------------------------- /stream-processing/Akidau2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/stream-processing/Akidau2015.pdf -------------------------------------------------------------------------------- /stream-processing/Arasu2006.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/stream-processing/Arasu2006.pdf -------------------------------------------------------------------------------- /stream-processing/Sax2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/stream-processing/Sax2018.pdf -------------------------------------------------------------------------------- /stream-processing/pwlmi002-streamer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papers-we-love/milano/HEAD/stream-processing/pwlmi002-streamer.pdf --------------------------------------------------------------------------------