Re: [mlpack] Google Summer of Code - 2018

2018-03-22 Thread Marcus Edel
Hello Hassan, thanks for the update. > There is another paper "Text to Photo-realistic Image Synthesis with Stacked > Generative Adversarial Networks" and its implementation is available. > Although, > the implementations are in python, but this will help me greatly to understand > the workflow.

Re: [mlpack] Google Summer of Code - 2018

2018-03-11 Thread Marcus Edel
Hello Hassan, welcome and thanks for getting in touch. > I have implemented YOLO detector, SSD and Segnet for segmentation and have > achieved an accuracy of 89% using YOLO and 67% using SSD in real time. > Currently, I am working to combine Segnet for segmenting the vehicles and > feeding them t

Re: [mlpack] Google Summer of Code 2018

2018-01-16 Thread Ryan Curtin
On Mon, Jan 15, 2018 at 04:12:36PM +0100, Marcus Edel wrote: > The String Processing project is not polished yet and is in need of updating, > unfortunately, we haven't had a chance to get around to it yet. So, > unfortunately, you'll have to spelunk for further documentation on how the > project c

Re: [mlpack] Google Summer of Code 2018

2018-01-15 Thread Marcus Edel
Hello Luca, A good first step is to become very familiar with mlpack's abstractions and implementation. For the particle swarm project, you can look at the Optimizer API https://arxiv.org/abs/1711.06581 or at the existing code: https://github.com/mlpack/mlpack/tree/master/src/mlpack/core/optimizer