-
Notifications
You must be signed in to change notification settings - Fork 2
/
feed.xml
140 lines (93 loc) · 13.6 KB
/
feed.xml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>PyData Berlin</title>
<description>A community of users and
developers of the python
scientific stack in Berlin.
</description>
<link>http://0.0.0.0:4000/</link>
<atom:link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 19 Mar 2019 01:36:59 -0500</pubDate>
<lastBuildDate>Tue, 19 Mar 2019 01:36:59 -0500</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
<item>
<title>November Meetup</title>
<description><h3 id="gradient-boosting-in-practice-a-deep-dive-into-xgboost">Gradient boosting in practice: a deep dive into xgboost</h3>
<h4 id="jaroslaw-szymczak">Jaroslaw Szymczak</h4>
<p>From variety of classification and regression methods, gradient boosting, and in particular its variation in xgboost implementation, is one of the most convenient to use. Out of the box you can use it as easily as random forest. Due to its nature, when used with decision trees, you don’t need to worry about co-linearities or missing values. No more worrying about normalization, standardization nor any other monotonic transformations on your data. Overfitting prevention with watchlists. Written efficiently in C++ with Python and R bindings and scikit-learn like interface. In this talk we will go deep into how and why xgboost works, why it is present in so many winning Kaggle solutions, what is the meaning of its parameters, how to tune them and how to use it in practice.</p>
<div class="embed-wrapper-16x9"><iframe class="embed-innder" src="//www.youtube.com/embed/s3VmuVPfu0s" frameborder="0" allowfullscreen=""></iframe></div>
<p>About the Speaker: <em>Jaroslaw is a Machine Learning Scientist in OLX Tech Hub Berlin. He has background in analytics and predictive models creation for finance institutions, FMCG and Telecom companies. Currently he is specializing in applying machine learning to detection of unwanted content on OLX classifieds sites across the globe.</em></p>
</description>
<pubDate>Wed, 15 Nov 2017 00:00:00 -0600</pubDate>
<link>http://0.0.0.0:4000/2017/11/15/november_meetup.html</link>
<guid isPermaLink="true">http://0.0.0.0:4000/2017/11/15/november_meetup.html</guid>
</item>
<item>
<title>October Meetup</title>
<description><h3 id="using-transfer-learningcnn-to-translate-american-sign-language-alphabets-from-video-to-text">Using Transfer Learning/CNN to translate American Sign Language Alphabets from video to text.</h3>
<h4 id="belal-chaudary">Belal Chaudary</h4>
<p>5-10% of the world population is deaf or hard-of-hearing and rely on sign language as their primary form of communication. In this project, I set out to prototype a real-time system to translate the American Sign Language (finger spelled alphabet) from video into text. I will walk you through the current pipeline which utilises convolutional neural networks, transfer learning and a webcam with Keras and OpenCV - and some of my learning when implementing deep learning for real-time classification.</p>
<div class="embed-wrapper-16x9"><iframe class="embed-innder" src="//www.youtube.com/embed/sD1JKj7U7FM" frameborder="0" allowfullscreen=""></iframe></div>
</description>
<pubDate>Wed, 18 Oct 2017 00:00:00 -0500</pubDate>
<link>http://0.0.0.0:4000/2017/10/18/october-meetup.html</link>
<guid isPermaLink="true">http://0.0.0.0:4000/2017/10/18/october-meetup.html</guid>
</item>
<item>
<title>September Meetup</title>
<description><h3 id="spatial-range-queries-using-python-in-memory-indices">Spatial Range Queries using Python In-Memory Indices</h3>
<h4 id="alexander-müller">Alexander Müller</h4>
<p>When you’re working with a spatial dataset a common use case is that you need to get points of interests that are within a certain radius of a reference point, also know as spatial range queries. A standard solution for this problem is to use databases like MongoDB or Postgres which provided advanced spatial indexing capabilities. However, if you don’t have those capabilities available or you need to perform millions of queries and don’t want to add load to your production database, you need to explore other alternatives.</p>
<p>Thus, this talk will discuss a potential remedy for this problem by showing how to use python together with some available libraries (<code class="highlighter-rouge">numpy</code>, <code class="highlighter-rouge">sklearn</code>, <code class="highlighter-rouge">rtree</code>, <code class="highlighter-rouge">geohash</code>) to enable in-memory radius searches. We will dive into some implementation details and show which methods to use for which use cases, by benchmarking them against each other.</p>
<div class="embed-wrapper-16x9"><iframe class="embed-innder" src="//www.youtube.com/embed/_95bSEqMzUA" frameborder="0" allowfullscreen=""></iframe></div>
<p>About the Speaker: <em>Alex started his career at SAP in Walldorf where he was working for the predictive maintenance team. After pursuing his Masters degree in Data &amp; Web Science at the University of Mannheim, Alex moved to Berlin to join MiNODES a leading Brick-and-Mortar Retail Analytics Startup. There he helped the company building its wifi positioning platform and is now responsible as the Lead Data Scientist to develop new data and predictive products.</em></p>
<p><em>In his position as a founder of Hackerstolz - one of the biggest non-profit hackathon hosts in Germany-, Alex is also the co-creator of food{hacks} and mobility{hacks}.</em></p>
<h3 id="using-machine-learning-in-python-to-diagnose-malaria">Using Machine Learning in Python to diagnose Malaria</h3>
<h4 id="eduardo-peire">Eduardo Peire</h4>
<p>Malaria is a worldwide disease killing between 500.000 and 800.00 people every year. It affects lots of countries and spreads quickly.</p>
<p>Until now, malaria is diagnosed either with paper stripes or, the most common and accurate method, visual inspection through a microscope. But there are new technologies to solve this problem, such as Computer Vision and machine learning.</p>
<div class="embed-wrapper-16x9"><iframe class="embed-innder" src="//www.youtube.com/embed/ZX7HUJPfdlU" frameborder="0" allowfullscreen=""></iframe></div>
<p>About the Speaker: <em>Eduardo Peire is an engineer from Barcelona who developed a device under 50€, he will explain how it’s device is able to diagnose malaria from a blood drop with Convolutional Neural Networks using <code class="highlighter-rouge">keras</code> on the top of <code class="highlighter-rouge">tensorflow</code>.</em></p>
</description>
<pubDate>Wed, 20 Sep 2017 00:00:00 -0500</pubDate>
<link>http://0.0.0.0:4000/2017/09/20/september-meetup.html</link>
<guid isPermaLink="true">http://0.0.0.0:4000/2017/09/20/september-meetup.html</guid>
</item>
<item>
<title>Reflections on PyData Berlin 2017</title>
<description><p>We wanted to share some reflections from two first-time PyData Berlin 2017 participants who were also a part of the diversity scholarship program sponsored by the <a href="https://www.python.org/psf/">Python Software Foundation</a>. <a href="https://www.linkedin.com/in/szilvia-téglás-a522a690">Szilvia Téglás</a> and <a href="https://www.linkedin.com/in/katinka-jeszenszki-87553758">Katinka Jeszenszki</a> visited from Budapest, and share their impressions of the conference with fresh eyes!</p>
<h2 id="reflections-on-pydata-berlin-2017">Reflections on PyData Berlin 2017</h2>
<p>Katinka and I started to attend <a href="https://www.meetup.com/R-Ladies-Budapest/">R-ladies Budapest</a> meetups last year, when it was formed. We’ve heard about PyData Berlin Conference and its scholarship program in that group and it seemed like a great opportunity, so we applied and we received funding.</p>
<p>Both of us work as data analysts in Budapest and we have some experience in programming, but actually at the time we hadn’t used Python before (I finished an online Python course 3 years ago, but I unfortunately haven’t had time to practice since then).</p>
<p>We were very excited; we started to plan days before the conference which tutorials, talks and lectures we wanted to participate in and we also were so happy to see Berlin again, because both of us love this city. We were a bit worried too, because we didn’t have experience with Python, but the scholarship’s form encouraged us to attend despite being beginners, and it really didn’t cause problems for us in the end.</p>
<p>All tutorials and lectures were very inspiring, as well as talks with other participants during the breaks. We saw how easily we can use Python and its packages to analyze new fields which we hadn’t used before. We heard about a lot of interesting training programs in Berlin such as <a href="https://www.datascienceretreat.com/">Data Science Retreat</a>, so maybe someday we will return to learn more :)</p>
<p><img alt="Szilvia and Katinka" src="/images/2017-08-28/pydata_berlin_reflections.jpg" class="col-width-img" /></p>
<p>I should mention here, that before the conference I didn’t even know <a href="http://jupyter.org/">Jupyter Notebook</a> and similar things existed, and since the tutorial day I have started using it for my personal projects. I think it’s a very-very useful tool.</p>
<p>The whole conference was very well-organized and we appreciated the healthy catering. We want to thank the organizers for givings us the opportunity to participate, and special thanks to Katharine, who helped us a lot with everything!</p>
<p>We can and we <em>do</em> recommend this conference to others, actually we tell a lot about it to our friends and colleagues since we’ve come back.</p>
<p>– Szilvia Téglás and Katinka Jeszenszki</p>
</description>
<pubDate>Mon, 28 Aug 2017 00:00:00 -0500</pubDate>
<link>http://0.0.0.0:4000/2017/08/28/reflections-on-pydata-berlin-2017.html</link>
<guid isPermaLink="true">http://0.0.0.0:4000/2017/08/28/reflections-on-pydata-berlin-2017.html</guid>
</item>
<item>
<title>Why Support PyData?</title>
<description><p>There are so many different conferences, projects and events you can attend every year. Why support PyData? Why join the PyData meetup or conference?</p>
<p>Clearly as an organizer for PyData Berlin, I have my reasons for supporting this organization, so let me name a few:</p>
<ul>
<li><em>Giving Back to Open-Source</em>: PyData conference proceeds go to <a href="https://www.numfocus.org/">NumFOCUS</a>, who in turn <a href="https://www.numfocus.org/open-source-projects/">supports many open-source projects</a>, such as Julia, NumPy, Jupyter and many more. By donating my time to organize with PyData Berlin, I am helping encourage financial and community support of open-source tools and the authors who contribute their time.</li>
<li><em>Awesome Community</em>: The PyData community mirrors some of the amazing community experiences I have had with Python (<a href="https://www.flickr.com/photos/pyladies/6787445425/">and the original PyLadies</a> chapter). A friendly and diverse group focused on growth, intellectual advancement and helping one another.</li>
<li><strong>Advanced Topics and Talks</strong>: As an organizer, I get to learn, debate and grow as a data scientist nearly every time I attend an event. The focus on research and advanced topics keeps me and other folks I respect coming back for better conversations and more learning.</li>
</ul>
<p>There are numerous other reasons, including how I feel about giving back to my local community and supporting diversity initiatives in technology communities.</p>
<p>So whatever your motives are for attending conferences and events, I hope that I have given you a few to ponder. Perhaps, I will see you at <a href="https://pydata.org/berlin2017/">the upcoming PyData Berlin conference</a>!</p>
<p>- <a href="https://twitter.com/kjam">@kjam</a></p>
</description>
<pubDate>Mon, 26 Jun 2017 00:00:00 -0500</pubDate>
<link>http://0.0.0.0:4000/2017/06/26/why-support-pydata.html</link>
<guid isPermaLink="true">http://0.0.0.0:4000/2017/06/26/why-support-pydata.html</guid>
</item>
</channel>
</rss>