RECENT TOPICS

Being A Mentee In The ChiPy Mentorship By: Zachary Kerr
Date: Jan. 21, 2015, 7 p.m.
Mentors can be incredibly valuable in helping understand software. I want to share some of the insights I have learned from my mentorship. I believe there are important lessons to be learned from mentors that can make programming a much better experience.
ChiPy Mentorship 7-Minute Retrospective By: Paul Ebreo
Date: Jan. 21, 2015, 7 p.m.
Tom Yarrish and Paul Ebreo will talk about their experience of the 12 week mentorship program. They will talk about what went well and what went not-so well. They will share what they learned and give tips and tricks for a successful mentor/mentee relationship. Paul is very passionate about programming, software testing, open hardware and teaching and Tom is a Digital Forensic Analyst and teaches at Loyola University.
Python Data Science 101 - how mentoring helped me get from raw data to SKLearn by Ben Reid By: Ben Reid
Date: Jan. 21, 2015, 7 p.m.
Ben will be talking about his experience getting started with Python Data Science using pandas and sci-kit learn, with Don's assistance, via the Chipy mentoring pilot program. Don is an Independent Technology Consultant, iPhone Developer and Software Architect and currently consulting with clients using Hadoop. Ben is a Senior Business Development Manager at Orbitz Worldwide and is a self taught programmer. Don is @dondrake on Twitter and Ben can be reached at https://www.linkedin.com/in/reidbenj
Python For Humans By: Kenneth Reitz
Date: Dec. 11, 2014, 7 p.m.
A lightning look at O'Reilly's Python books By: Tanya Schlusser
Date: Dec. 11, 2014, 8 p.m.
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.
Hidden Markov Models to improve activity recognition in patients with spinal cord injury By: Asma Mehjabeen
Date: Nov. 13, 2014, 7 p.m.
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.
Innate learning: training the brain before the eyes open By: Isaac Adorno
Date: Nov. 13, 2014, 7 p.m.
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.
Write Pretty Code
Date: Oct. 9, 2014, 8 p.m.
Journey into the world of poorly formatted code to beautiful written pep8 styled goodness.
Data Science Pipeline in Python By: Kevin Goetsch
Date: Oct. 9, 2014, 7 p.m.
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.
Automated testing with the robot framework By: Bryan Oakley
Date: Sept. 11, 2014, 7 p.m.
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.