PyCon, the gathering for the community using and developing the open-source Python programming language. This is the second year of the PyCon Pune where the community will meet for two days of talks and working on upstream projects in two days of dev sprint. CFP ends on 15th September AoE.

Website: https://pune.pycon.org/2018/

Note to submitters: The talks will be selected by a team. We will not count the public votes.

Hosted by

PyCon Pune 2017 more

Divyam Madaan

@dmadaan

Transfer Learning, solution to your problems

Submitted Sep 15, 2017

Neural networks are a different breed of models compared to the supervised machine learning algorithms but the most prominent problem in them is the cost of running algorithms on the hardware. You need hundreds of GBs of RAM to run a super complex supervised machine learning problem and access to GPUs is not that cheap. Tranfer learning is a solution to all these problems.

Outline

“Transfer Learning” enables us to use pre-trained models from other people by making small changes. My talk will cover how we can use pre-trained models to accelerate our solutions. It would cover the following:

  1. What is transfer learning?
  2. What is a Pre-trained Model?
  3. Why would we use pre-trained models? – A real life example
  4. How can I use pre-trained models using keras.
  5. Ways to fine tune your model
  6. Retraining the output dense layers only
  7. Freeze the weights of first few layers

Requirements

Basics of neural networks, deep learning and python

Speaker bio

Divyam Madaan is an open source enthusiast contributing as a core developer at GCompris which is a high-quality educational software suite comprising of numerous activities for children aged 2 to 10. He has been a Season of KDE developer and also a Google summer of Code student, 2017.

He is a Pythonista who works on projects which make life easy for people using AI and the web. He has been working as a Software Developer at KDE from more than one year and has been a part of various deep learning projects and contests. He has taken various workshops and talks in his college for students. He has also been a speaker at KDE India Conference and his talks were selected at Akademy happening in Almeria, Spain, and FOSSCON in the US.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

PyCon Pune 2017 more