Everyday across the world, thousands of businesses are victimized by fraud. Who commits these bad acts? Why? And, how? The course are going to help answer the questions: who commits fraud, why and how. Also it helps develop skills for catching them.
- Supervised learning (parametric/non-parametric algorithms, support vector machines, kernels, neural networks).
- Unsupervised learning (clustering, dimensionality reduction, recommender systems, deep learning).
- Best practices in machine learning (bias/variance theory; innovation process in machine learning and AI)
The Elements of AI is a series of free online courses created by Reaktor and the University of Helsinki. They want to encourage as broad a group of people as possible to learn what AI is, what can (and can’t) be done with AI, and how to start creating AI methods. The courses combine theory with practical exercises and can be completed at your own pace.
Fluent and easy wrapper over streadway-amqp API. Adds such features like:
- Reconnecting. Will restore all defined infrastructure
- Optional auto-requeue (with delay)
- Signing and verifiying messages by public/private pair
Wrap syscall for get/set/clean and e.t.c environment and map values to/from Redis
Just-for-fun but could be useful in some real cases.
Redis — это такое хранилище вида ключ-значение. Переменные окружения (environment variables) — напоминают то же самое. А что если это как-то объединить?
Эволюционно так получилось, что в моем личном владении оказался не маленький зоопарк различных серверов: от дешевого Supermicro до топового (на момент выпуска) HP Gen 8. Все конечно связано оптикой и прочими радостями жизни.
И вроде все работает. Но иногда наступает тот дивный чудный момент, когда приходит потребитель одного из сервисов с вопросом вида “а чего-то у меня уже неделю сервис такой-то немного не живой”.
Light supervisor on Go (with optional Consul autoregistration)
- Just a single binary file pre-compilled for most major platforms
- Can be used as a Golang library with clean and simple architecture
- Integrated with Consul
Профессиональное счастье программиста довольно простое — писать на своем любимом языке интересные задачи и получать за это деньги (желательно не маленькие, хотя денег всегда мало). Подобные желания привели к тому, что родился целый подход в виде отдельностоящих приложений и процесса обмена между ними: SOA (в частности SOAP/WSDL/XML-RPC/JSON-RPC т.п.), REST, микросервисная архитектура. Суть в том, что следуя заветам Unix, отдельный функционал выделяется в приложения, а обмен данными между ними специфицируется отдельно.
UDP Multicast messaging library
- Supports pub/sub pattern with minimal network overhead
- Plain POSIX C without dependencies
- Customizable