Accepted to GSoC’18

By: Tejan Karmali

Re-posted from: https://tejank10.github.io/jekyll/update/2018/05/04/Accepted-to-GSoC.html

Hello, world!

I am Tejan Karmali, a CS undergrad at NIT Goa. My proposal for GSoC’18 has been accepted under NumFOCUS: Julia. I’ll be working on enriching the model zoo of Flux.jl. Flux is a Machine Learning library written fully in Julia. My project aims at adding a variety of models in Flux. I’ll be adding Dueling DQN, Actor-Critic model, AlphaGo, DCGAN, Decoupling Neural Interface and Spatial Transformer Networks in the model zoo over the course of summer. These models are targeted towards the new users of Flux and to help them get started.

My mentors are Mike Innes, Simon Danisch, Chris Rackauckas and Stefan Karpinski. I’ll be posting biweekly updates here about my project. Looking forward to an eventful and productive summer!

String Types in Julia

By: oxinabox.github.io

Re-posted from: https://white.ucc.asn.au/2018/05/03/Strings-Types-in-Julia.html

A shortish post about the various string type in Julia 0.6, and it’s packages.
This post covers Base.String, Base.SubString, WeakRefStrings.jl, InternedStrings.jl, ShortStrings.jl and Strs.jl;
and also mentioneds StringEncodings.jl.
Thanks to Scott P Jones, who helped write the section on his Strs.jl package.
Continue reading