+1 -1 +43
Vote on this proposal

Introduction to scikit-learn: Machine Learning in Python

by Bala Subrahmanyam Varanasi (speaking)

Section
Workshops
Technical level
Intermediate

Objective

This tutorial will offer an hands-on introduction to the scikit-learn package and covers the central concepts of Machine Learning.

Description

Machine Learning is a discipline involving algorithms designed to find patterns in and make predictions about data. It is nearly ubiquitous in our world today, and used in everything from web searches to financial forecasts to studies of the nature of the Universe.

This tutorial will offer an introduction to scikit-learn, a python machine learning package, and to the central concepts of Machine Learning. We will introduce the basic categories of learning problems and how to implement them using scikit-learn. From this foundation, we will explore practical examples of machine learning using real-world data, from handwriting analysis to automated classification of astronomical images.

Requirements

To get the most out of this tutorial, participants should have some familiarity with manipulating arrays using numpy and visualizing data using matplotlib. Much of the material will be presented in the form of IPython notebooks, and familiarity with this interface will be beneficial. Participants should plan to bring their laptop and to have installed the latest version of Python 2.x, numpy, scipy, matplotlib, scikit-learn, and IPython. The use of the IPython notebook is important for the interactive exercises.

Speaker bio

Balu is a software developer at Agiliq Info Solutions Pvt Ltd, Hyderabad. He has been developing Web Apps using Python and Django for past two years. His skill set includes Ruby on Rails, Android Application Development, node.js and NLTK. To know more, check out his LinkedIn profile - http://in.linkedin.com/in/vabasu and Github account - https://github.com/Balu-Varanasi .

Comments


  • 1

    [-] Anand Chitipothu 579 days ago

    Can you please share links to some work that you've done using scikit-learn? I couldn't find anything from your github profile.

    In other words, why are you a right person to talk about scikit-learn? What kind of experience you have with scikit-learn and what kind of problems have you solved using it?


    • 1

      [-] Bala Subrahmanyam Varanasi 576 days ago

      Hi Anand,

      I use scikit-learn to solve Statistical Machine learning problems.

      I have started using scikit-learn while trying to develop a sentiment analyzer for Telugu language which performs sentiment classification on given text. I used a scikit-learn's 'LinearSVM' algorithm and nltk's 'SklearnClassifier'. Here's the link to the code - https://github.com/Balu-Varanasi/sentiment-analyzer. I presented this demo in SciPy 2011, India.

      Thanks,
      Balu


  • 1

    [-] Srinivasan R 539 days ago

    Can you please share the slides and the ipython notebook here?

Login with Twitter or Google to leave a comment →