project/templates/about/day_two.html
branch2011
changeset 519 5f6722c88789
parent 512 d41189cf344d
equal deleted inserted replaced
518:9aa2d5e2a1cc 519:5f6722c88789
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="entry">
     1 <h2> SciPy Day 2 - First Session</h2>
     4 <h2> SciPy Day 2 - First Session</h2>
     2 <p>
     5 <p>
     3 Hope you enjoyed the first day of the conference. The first talk of the second day was by <b>Gaël Varoquaux</b> on <b>Machine learning as a tool for Neuroscience</b> which was one of the highlights of the conference. He started with briefly explaining parts of his talk namely Functional Brain imaging, Models of Function and Cognitive Tasks.
     6 Hope you enjoyed the first day of the conference. The first talk of the second day was by <b>Gaël Varoquaux</b> on <b>Machine learning as a tool for Neuroscience</b> which was one of the highlights of the conference. He started with briefly explaining parts of his talk namely Functional Brain imaging, Models of Function and Cognitive Tasks.
     4 </p>
     7 </p>
     5 
     8 
    16 </p>
    19 </p>
    17 
    20 
    18 <p>
    21 <p>
    19 He then went onto talking about his other project joblib which provided Python functions on steroids. He briefed about the philosophy of the project and showed code on how it avoided recomputation to avoid dependency issues. He concluded the talk by pointing out, how to find the way in the software stack by being active on the mailing list and experimenting. If you are interested in attending his tutorial tomorrow, you should download his material which can be found <a href="http://gaelvaroquaux.github.com/scikit-learn-tutorial/">here.</a>
    22 He then went onto talking about his other project joblib which provided Python functions on steroids. He briefed about the philosophy of the project and showed code on how it avoided recomputation to avoid dependency issues. He concluded the talk by pointing out, how to find the way in the software stack by being active on the mailing list and experimenting. If you are interested in attending his tutorial tomorrow, you should download his material which can be found <a href="http://gaelvaroquaux.github.com/scikit-learn-tutorial/">here.</a>
    20 </p>
    23 </p>
       
    24 {% endblock content %}