All decks
Close
-
Overview of Abstraction-Based Parameter Synthesis for Multiaffine Systems
-
Backpacking in Ukrainian mountains
-
Introduction to Apache Spark
Introduction to Apache Spark. Spark for Bulk Data Load. Processing data using Spark to Cassandra.
-
Реал-таймова генерация рекомендаций на базе ассоциативных правил
-
Recommendations in eCommerce. Basics
How to generate and service Recommendations in eCommerce using Data Mining approaches such as frequent pattern mining, collaborative filtering. Overview of frequent pattern mining metrics: support, confidence, lift. Implementation examples on Mahout, Hadoop
-
Ассоциативные правила для геренации рекомендаций для решений в сфере eCommerce на базе технологий Big Data
-
Producer/Consumer world
Producer Consumer problem. Conceptual overview of different implementations. Concurrent producer /consumer implementation using Locks, CAS, Exchanger, ArrayBlockingQueue, Disruptor, etc. Performance comparison.