Newer
Older
Presentations / Kaggle / kagg.tex~
@Marcin Chrząszcz Marcin Chrząszcz on 23 Jan 2015 3 KB added kaggle presentation for tuesday meeting
\documentclass[xcolor=svgnames]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{polski}
%\usepackage{amssymb,amsmath}
%\usepackage[latin1]{inputenc}
%\usepackage{amsmath}
%\newcommand\abs[1]{\left|#1\right|}
\usepackage{amsmath}
\newcommand\abs[1]{\left|#1\right|}
\usepackage{hepnicenames}
\usepackage{hepunits}
\usepackage{color}
\usepackage{feynmp}
\usepackage{pst-pdf}
\usepackage{hyperref}
\usepackage{xcolor}

\setbeamertemplate{footline}{\insertframenumber/\inserttotalframenumber}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\definecolor{mygreen}{cmyk}{0.82,0.11,1,0.25}



%\DeclareCaptionFont{uiblack}{\color{uiblack}}
%\DeclareCaptionFont{uipoppy}{\color{uipoppy}}
%\captionsetup{labelfont={uipoppy},textfont=uiblack}

% see the macros.tex file for definitions





\renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}}
\newcommand{\at}{\makeatletter @\makeatother}

%--------------------------------------------------------------------
%                           Introduction
%--------------------------------------------------------------------

\usetheme{Sybila}

\title[Kaggle challenge from LHCb]{Kaggle challenge from LHCb}
\author{Marc-Olivier Bettler$^{1}$, Marcin Chrz\k{a}szcz$^{2,3}$,\\ Andrey Ustyuzhanin$^{4,5}$, Tatiana Likhomanenko$^{4,5}$}

\institute{
$^1$~CERN, Geneva \\
$^2$~University of Zurich \\
$^3$~Institute of Nuclear Physics, Krakow \\
$^4$~Yandex School of Data Analysis,~Moscow \\
$^5$~~NRC ``Kurchatov Institute'',~Moscow
}
\date{27 February 2015}
\begin{document}
% --------------------------- SLIDE --------------------------------------------
\frame[plain]{\titlepage}
\author{Marcin Chrz\k{a}szcz}
% ------------------------------------------------------------------------------
% --------------------------- SLIDE --------------------------------------------

\institute{~(UZH, IFJ)}

%--------------------------------------------------------------------
%                          OUTLINE
%--------------------------------------------------------------------




\section[Outline]{}
\begin{frame}
\tableofcontents
\end{frame}

\begin{frame}\frametitle{What is kaggle - The Home of Data Science}
\begin{columns}
\column{3.5in}
\begin{itemize}
        \item Kaggle is the world's largest community of data scientists.
        \item It provides the possibility to data scientists to solve real-world problems across a diverse array of industries including life sciences, financial services, energy, information technology.
        \item In addition to the prize money and data, participants use Kaggle to meet, learn, network and collaborate with experts from related fields.
\end{itemize}
\column{0.1in}
{~}\\

\column{1.3in}
Who has alrady\\ used Kaggle: \\{~}\\
\includegraphics[height=0.9cm]{images/NASA.png}\hspace*{0.3cm}   
\includegraphics[height=0.9cm]{images/download.png}\hspace*{0.3cm}\\
%\includegraphics[height=0.9cm]{images/ms.png}\hspace*{0.3cm}\\
\includegraphics[height=0.9cm]{images/ford.jpg}\hspace*{0.3cm}\\
\includegraphics[height=0.9cm]{images/fb.jpg}\hspace*{0.3cm}  \\
and many many\\ others including:
\includegraphics[height=0.9cm]{images/ATLAS-chrome-logo-blue_hi.png}


\end{columns}

\end{frame}








\begin{frame}\frametitle{How does Kaggle work?}
\begin{itemize}
\item One (ex. LHCb) defines a data analysis problem, provides data sets and rules about the evaluation.
\item For the constests there are allocated prizes.
\item After the constes is over( couple of mounths ) the solutions are made public.
\item Current contests:
\end{itemize}
\begin{center}
\includegraphics[width=10cm]{images/kagg_now.png} 
\end{center}

\end{frame}



\end{document}