User:Enricobertino: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 87: Line 87:
* Please provide a rough estimated timeline for your work on the task.
* Please provide a rough estimated timeline for your work on the task.
*: '''05/05 - 30/05''' (community bonding period)
*: '''05/05 - 30/05''' (community bonding period)
*:: Week1
*:: Week 1
*::: - Begin to stay in contact and familiarize with the community, using both the mailing list and the IRC channel.  
*::: - Begin to stay in contact and familiarize with the community, using both the mailing list and the IRC channel.  
*::: - Improve expertise with tools like Mercurial and autotools
*::: - Improve expertise with tools like Mercurial and autotools
*::: - Read Matlab doc of Neural Network Toolbox classes and basic functions, with a focus on the deep learning part about CNNs
*::: - Read Matlab doc of Neural Network Toolbox classes and basic functions, with a focus on the deep learning part about CNNs
*:: Week2
*:: Week 2
*::: - Deeply analyze both Python and C++ Tensorflow APIs in order to figure out the best path to follow
*::: - Deeply analyze both Python and C++ Tensorflow APIs in order to figure out the best path to follow
*::: - Install and run Pytave. Read the doc if provided or exchange with the maintainers   
*::: - Install and run Pytave. Read the doc if provided or exchange with the maintainers   
*:: Week3
*:: Week 3
*::: - Test Pytave and figure out there is some bug or missing feature of the specific part that we need.  
*::: - Test Pytave and figure out there is some bug or missing feature of the specific part that we need.  
*::: - Fix potential bugs or submit new patches  
*::: - Fix potential bugs or submit new patches  
*::: - Figure out if we need some object programming in Octave (like classdef) and test it
*::: - Figure out if we need some object programming in Octave (like classdef) and test it
*: '''30/05 - 30/06''' (Phase 1)
*: '''30/05 - 30/06''' (Phase 1)
*:: Week1,2 -  Work on the makefile in order to link TF in either Python or C++ and test soma basic nets with TF
*:: Week 1,2  
*:: Week3,4 - Write all the Octave classes for every layer and use corresponding TF functions. Because of the focus on Matlab Nnet Toolbox, we will start to define the fundamental layers used for CNNs : Convolutional layer, ReLU layer, Normalization layer, Average pooling layer object, Max pooling layer, Fully connected layer, Dropout layer, Softmax layer, Classification output layer, Regression output layer  
*::: -  Work on the makefile in order to link TF in either Python or C++ and test soma basic nets with TF
*:: Week5 - Implement a draft of the training functions (seriesNetwork object, trainNetwork, trainingOptions) without all options and parameters  
*:: Week 3,4  
*::: - Write all the Octave classes for every layer and use corresponding TF functions. Because of the focus on Matlab Nnet Toolbox, we will start to define the fundamental layers used for CNNs : Convolutional layer, ReLU layer, Normalization layer, Average pooling layer object, Max pooling layer, Fully connected layer, Dropout layer, Softmax layer, Classification output layer, Regression output layer  
*:: Week 5
*::: - Implement a draft of the training functions (seriesNetwork object, trainNetwork, trainingOptions) without all options and parameters  
*: '''01/07 - 24/07''' (Phase 2)
*: '''01/07 - 24/07''' (Phase 2)
*:: Week1-2  - Finish the implementation and testing of the training functions.
*:: Week 1-2   
*:: Week3 - Able the parallelization and analyze CUDA integration  
*::: - Finish the implementation and testing of the training functions.
*:: Week 3
*::: - Able the parallelization and analyze CUDA integration  
*: '''28/07 - 21/08''' (Final phase)
*: '''28/07 - 21/08''' (Final phase)
*:: Week1-2  Implementation of more advanced nets like (AlexNet, vgg16, vgg19) and cool application like deepDreamImage  
*:: Week 1-2   
*:: Week3 Try to implement ImageDatastore in order to manage seamless the image import
*::: - Implementation of more advanced nets like (AlexNet, vgg16, vgg19) and cool application like deepDreamImage  
*:: Week 3
*::: - Try to implement ImageDatastore in order to manage seamless the image import
*: All tests and documentation will be written during the whole period, simultaneously with every function. Both BIST tests and doc tests will be written, along with Python unit tests.
*: All tests and documentation will be written during the whole period, simultaneously with every function. Both BIST tests and doc tests will be written, along with Python unit tests.
*: All the steps will become clearer with some discussions with the mentors.
*: Clearly this is a draft, all the steps will become clearer with some discussions with the mentors.


[[Category: Summer of Code]]
[[Category: Summer of Code]]

Revision as of 07:50, 27 March 2017

Public application

A: An introduction

  • Please describe yourself in three sentences, one of them regarding your current studies.
    I’m Enrico Bertino, an Italian student. After a BSc in mathematical engineering in Politecnico di Milano and a MSc in France, I enrolled in the MSc major Statistics with specialization in big data in Politecnico di Milano and I’m now finishing the last year.
    • Which languages do you speak?
      I speak Italian and French (native) and English (fluent)
    • What's your overall background?
      In the past I spent six months as a researcher in fluid dynamics, programming mostly in Octave. For two years now I have been more passionated about applied statistics, with focus on deep learning and Bayesian approach.
  • Why do you want to participate in the Google Summer of Code? What do you hope to gain by doing so?
    It is an interesting project, followed by competent mentors and supported by a great organization. I can not ask for more for entering the open-source world :)
    • Please also describe your previous experience with the GSoC, if any.
      First time
  • Why are you choosing Octave?
    I am quite a fan of open source projects, open innovation and expertise sharing. In recent months I have been working on a Python framework for natural language processing and I want to open it asap. I like this same spirit under the Octave project.

C: Contact

  • Please state the (unique and identical where possible) nick you use on IRC and any other communication channel related to Octave.
    nick: enricobertino
  • Which time zone do you live in? Will that change over GSoC duration?
    UTC+1, it will not change
  • Please state the timeframe (in UTC+0) when you feel most comfortable working during GSoC. Where are your time buffers?
    I usually code in the time span 8.00 - 19.00 (UTC+0)

E: Coding experience

This part is one of the more important ones in your application. You are allowed to be as verbose as you want, as long as you stay on topic ;-)

  • Please describe your experience with C++, Octave or Matlab m-scripts, OpenGL and Qt.
    I have worked with Matlab and Octave for a long time, in particular with numerical methods for PDEs and statistical analysis. I have a considerable experience with C++ since it is the most used language in my master exams.
  • Please describe your experience with other programming languages.
    I’m very familiar with Python and R, the two most common languages for statisticians. I have also some experience in Java and PHP.
  • Please describe your experience with being in a development team.
    I’m currently working in a tech startup and I have to collaborate with other 5 developers. We have structured the code from scratch and the process can be likened to a package development.
  • Please describe the biggest project you have written code for and what you learned by doing so. Also describe your role in that project over time.
    When I was at INRIA in France, I implemented a Godunov’s scheme to resolve stochastic conservation laws in modeling highway traffic. In the application of the algorithm I also had to deal with computing infrastructures and data integration problems.
  • Please state the commits and patches you already contributed to Octave.
    A patch for nnet package. I’m currently working on some Pytave bugs.

F: Feeling fine

  • Please describe (in short) your experience with the following tools:
    • IRC and mailing lists
      I am starting to discover the Octave “ecosystem” and to be comfortable using the mailing list and IRC
    • Mercurial or other source code management systems
      I’m very familiar with Git, just started with Mercurial
    • Mediawiki or other wiki software
      Kind of
    • make, gcc, gdb or other development tools
      Familiar with make and gcc, less with gdb
  • What will make you actively stay in our community after this GSoC is over?
    Keeping on with research in university

O: Only out of interest

  • Did you ever hear about Octave before?
    Of course
    • If so, when and where? How far have you been involved already?
      Until three years ago I just used Matlab since it was the common choice at the university. After that I heard about Octave when I was in a researcher lab and I start working mostly on it.
  • What was the first question concerning Octave you could not find an answer to rather quickly?
    As normal user, I do not remember a question that was difficult to answer.

P: Prerequisites

  • Please state the operating system you work with.
    Ubuntu and macOS
    • If you have access to more than one, please state them and the conditions under which you are granted this access.
      Direct access to macOS and ssh access to Ubuntu, always available.
  • Please estimate an average time per day you will be able to access
    • an internet connection
      24
    • a computer
      24
    • a computer with your progressing work on
      24
  • Please describe the degree to which you can install new software on computers you have access to.
    Full permissions

S: Self-assessment

  • Please describe how useful criticism looks from your point of view as committing student.
    Indispensable!
  • How autonomous are you when developing:
    • Do you like to discuss changes intensively and not start coding until you know what you want to do?
      In general I like to start coding when everybody shares a final decision.
    • Do you like to code a proof of concept to 'see how it turns out'?
      I love to test things so often I want to have a little version of something which works and then analyze the whole problem.

Y: Your task

  • Did you select a task from our list of proposals and ideas?
    Yes, I would like to work on the project: "Neural_Networks_package” Wiki link to the project
  • Please provide a rough estimated timeline for your work on the task.
    05/05 - 30/05 (community bonding period)
    Week 1
    - Begin to stay in contact and familiarize with the community, using both the mailing list and the IRC channel.
    - Improve expertise with tools like Mercurial and autotools
    - Read Matlab doc of Neural Network Toolbox classes and basic functions, with a focus on the deep learning part about CNNs
    Week 2
    - Deeply analyze both Python and C++ Tensorflow APIs in order to figure out the best path to follow
    - Install and run Pytave. Read the doc if provided or exchange with the maintainers
    Week 3
    - Test Pytave and figure out there is some bug or missing feature of the specific part that we need.
    - Fix potential bugs or submit new patches
    - Figure out if we need some object programming in Octave (like classdef) and test it
    30/05 - 30/06 (Phase 1)
    Week 1,2
    - Work on the makefile in order to link TF in either Python or C++ and test soma basic nets with TF
    Week 3,4
    - Write all the Octave classes for every layer and use corresponding TF functions. Because of the focus on Matlab Nnet Toolbox, we will start to define the fundamental layers used for CNNs : Convolutional layer, ReLU layer, Normalization layer, Average pooling layer object, Max pooling layer, Fully connected layer, Dropout layer, Softmax layer, Classification output layer, Regression output layer
    Week 5
    - Implement a draft of the training functions (seriesNetwork object, trainNetwork, trainingOptions) without all options and parameters
    01/07 - 24/07 (Phase 2)
    Week 1-2
    - Finish the implementation and testing of the training functions.
    Week 3
    - Able the parallelization and analyze CUDA integration
    28/07 - 21/08 (Final phase)
    Week 1-2
    - Implementation of more advanced nets like (AlexNet, vgg16, vgg19) and cool application like deepDreamImage
    Week 3
    - Try to implement ImageDatastore in order to manage seamless the image import
    All tests and documentation will be written during the whole period, simultaneously with every function. Both BIST tests and doc tests will be written, along with Python unit tests.
    Clearly this is a draft, all the steps will become clearer with some discussions with the mentors.