See Also:
Upcoming Meetings
All Recent Topics
Thu, Dec 11 2014 at 07:00 PM at Braintree
Python For Humans
(45 Minutes)
By: Kenneth Reitz
(45 Minutes)
By: Kenneth Reitz
A lightning look at O'Reilly's Python books
(15 Minutes)
By: Tanya Schlusser
Slides Link
Wouldn't it be awesome if ChiPy wrote its own book? We'd be able to get BEvERages for weeks, maybe months on the royalty! If so, we'd need to see what's already out there. This lightning talk takes a look at O'Reilly's Python books using requests and BeautifulSoup, with a little of scipy's hierarchical clustering on the book descriptions. It is presented in an iPython notebook.
(15 Minutes)
By: Tanya Schlusser
Slides Link
Wouldn't it be awesome if ChiPy wrote its own book? We'd be able to get BEvERages for weeks, maybe months on the royalty! If so, we'd need to see what's already out there. This lightning talk takes a look at O'Reilly's Python books using requests and BeautifulSoup, with a little of scipy's hierarchical clustering on the book descriptions. It is presented in an iPython notebook.
59 Python enthusiasts attended this meeting.
Thu, Nov 13 2014 at 07:00 PM at Loyola's downtown campus
Innate learning: training the brain before the eyes open
(15 Minutes)
By: Isaac Adorno
Amorphous, blob-like patterns of neural activity form and move over the eye during visual development in animals. Why do such patterns exist? We show that these patterns are this way to better prepare the visual system for natural vision. Essentially, these are movies played in the eyes to refine the visual system before the eyes even open. We use python to model the developing visual system, produce an efficient code based on those patterns, and show how that code matches what is seen biologically. In this way, we show that during your early development you are learning from innately generated patterns - a unique twist in the debates of nature and nurture.
(15 Minutes)
By: Isaac Adorno
Amorphous, blob-like patterns of neural activity form and move over the eye during visual development in animals. Why do such patterns exist? We show that these patterns are this way to better prepare the visual system for natural vision. Essentially, these are movies played in the eyes to refine the visual system before the eyes even open. We use python to model the developing visual system, produce an efficient code based on those patterns, and show how that code matches what is seen biologically. In this way, we show that during your early development you are learning from innately generated patterns - a unique twist in the debates of nature and nurture.
Hidden Markov Models to improve activity recognition in patients with spinal cord injury
(15 Minutes)
By: Asma Mehjabeen
Fitness tracking is great for calories and steps, but similar sensors are capable of reporting much more about how we move throughout the day. This is especially important in assessing the quality of movement for those with limited mobility. Doctors often want to know more detail about patient behavior after therapy to select and adjust the appropriate intervention. Using machine learning on wearable accelerometer signals, we estimate the activities patients with incomplete spinal cord injury are performing. By combining windowed classifier estimates over time using a hidden markov model, we show how error rates can be significantly decreased, which brings more detailed assessments of patient activity closer to a clinical reality.
(15 Minutes)
By: Asma Mehjabeen
Fitness tracking is great for calories and steps, but similar sensors are capable of reporting much more about how we move throughout the day. This is especially important in assessing the quality of movement for those with limited mobility. Doctors often want to know more detail about patient behavior after therapy to select and adjust the appropriate intervention. Using machine learning on wearable accelerometer signals, we estimate the activities patients with incomplete spinal cord injury are performing. By combining windowed classifier estimates over time using a hidden markov model, we show how error rates can be significantly decreased, which brings more detailed assessments of patient activity closer to a clinical reality.
46 Python enthusiasts attended this meeting.
Thu, Oct 09 2014 at 07:00 PM at Braintree
Write Pretty Code
(20 Minutes)
By:
Journey into the world of poorly formatted code to beautiful written pep8 styled goodness.
(20 Minutes)
By:
Journey into the world of poorly formatted code to beautiful written pep8 styled goodness.
Data Science Pipeline in Python
(20 Minutes)
By: Kevin Goetsch
In my view, the core of Data Science is the development of predictive models (recommendation engines, fraud detection, churn prediction, etc.). While predictive models can be built in a number of languages I choose to do my work in Python because the Data Science Pipeline is more than just building models. I'll talk about the larger model development process and how I use Python to automate and document my work.
(20 Minutes)
By: Kevin Goetsch
In my view, the core of Data Science is the development of predictive models (recommendation engines, fraud detection, churn prediction, etc.). While predictive models can be built in a number of languages I choose to do my work in Python because the Data Science Pipeline is more than just building models. I'll talk about the larger model development process and how I use Python to automate and document my work.
79 Python enthusiasts attended this meeting.
Thu, Sep 11 2014 at 07:00 PM at Echo Global Logistics
Automated testing with the robot framework
(60 Minutes)
By: Bryan Oakley
Robot framework (robotframework.org) is an automated acceptance testing framework written in python. It can be used for a wide range of testing activities, from web, mobile and desktop UI testing, to database testing, RESTful and SOAP services, and much more. Bryan will give a brief overview, do some demonstrations, and answer questions.
(60 Minutes)
By: Bryan Oakley
Robot framework (robotframework.org) is an automated acceptance testing framework written in python. It can be used for a wide range of testing activities, from web, mobile and desktop UI testing, to database testing, RESTful and SOAP services, and much more. Bryan will give a brief overview, do some demonstrations, and answer questions.
70 Python enthusiasts attended this meeting.