-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1st_pres.tex
84 lines (62 loc) · 2.18 KB
/
1st_pres.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass{beamer}
\usepackage{graphicx,float}
\usetheme{Median}
\title{\Huge Welcome to GRiD!}
\author{Kostis}
\date{Fall '14}
\begin{document}
\frame{
\maketitle}
\frame{
\frametitle{You may wonder what is the topic of this group...}
\pause
... after all \textit{data science} is a very broad field.
\begin{figure}[h]
\centering
\includegraphics[width=0.45\textwidth]{data_science.png}
\caption{"stolen" from wikipedia data science page.}
\end{figure}
}
\frame{
\frametitle{What is off-limits?}
\pause
\textbf{Absolutely nothing}, in so far as it's relevant.
\pause
\medskip
Possible topics could be :
\begin{itemize}
\item<1-> Regression techniques (linear and generalized).
\item<1-> Uncertainty Quantification.
\item<1-> Data Parsing and clean-up.
\item<1-> Machine learning (supervised/unsupervised).
\item<1-> Data visualization (python, R, processing, javascript, etc).
\item<1-> Statistical tools.
\pause
\item<2-> And anything else that {\Large\textbf{you}} think could be interesting.
\end{itemize}
}
\frame{
\frametitle{A proposal for our meetings.}
1/3 Learning, 2/3 "Playing".
\begin{enumerate}
\item<1-> First 20-30 mins : Someone presents a tool/idea/dataset that they are interested in. (If you think it's gonna be something hardcore, send us a reference a bit earlier.)
\item<2-> Rest of the time : Depends. If it's something we can use on what we are currently doing, then we can play with the new idea. Otherwise, we continue with our usual project.
\end{enumerate}
}
\frame{
\frametitle{Project??}
\begin{itemize}
\item<1-> Ideally, we will be able to play with a couple of datasets every semester.
\item<2-> We should be dataset \textbf{agnostic}!
\item<3-> Our goal will be to work with the datasets to answer specific questions. Working with different types of datasets will expose us to different problems.
\item<4-> Source of datasets : {\Large\textbf{You!}} {\tiny(But also kaggle and our advisors and supporters.)}
\end{itemize}
}
\frame{
\frametitle{Technicalities}
What do you think of the mailing list?
\pause
\medskip
We are a github organization! Send me an e-mail at [email protected] to add you.
}
\end{document}