Re: [julia-users] Re: Julia Summer of Code

2015-06-23 Thread Shashi Gowda
, June 9, 2015 11:15 PM *To:* julia-users@googlegroups.com *Subject:* [julia-users] Re: Julia Summer of Code I am pleased to announce the list of accepted participants and projects for the 2015 Julia Summer of Code: - - *Ambuj Agrawal*, Improving debug information generation in Julia

RE: [julia-users] Re: Julia Summer of Code

2015-06-22 Thread David Anthoff
Congratulations, looks like a great list! From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Jiahao Chen Sent: Tuesday, June 9, 2015 11:15 PM To: julia-users@googlegroups.com Subject: [julia-users] Re: Julia Summer of Code I am pleased to announce

Re: [julia-users] Re: Julia Summer of Code

2015-06-10 Thread Milan Bouchet-Valat
Le mardi 09 juin 2015 à 23:14 -0700, Jiahao Chen a écrit : I am pleased to announce the list of accepted participants and projects for the 2015 Julia Summer of Code: * Ambuj Agrawal, Improving debug information generation in Julia (mentor: Keno Fischer @Keno) * David Gold

RE: [julia-users] Re: Julia Summer of Code

2015-06-10 Thread Rohit Kashyap
Karpinski ste...@karpinski.org Sent: ‎10-‎06-‎2015 20:40 To: Julia Users julia-users@googlegroups.com Subject: Re: [julia-users] Re: Julia Summer of Code I wanted to say thank you to everyone who applied. There were many great proposals and there were some tough choices of how to apply our

Re: [julia-users] Re: Julia Summer of Code

2015-06-10 Thread Stefan Karpinski
I wanted to say thank you to everyone who applied. There were many great proposals and there were some tough choices of how to apply our limited funds, generously contributed by the Gordon and Betty Moore Foundation. Even if your project didn't get accepted, we hope to see you around the mailing

Re: [julia-users] Re: Julia Summer of Code

2015-06-02 Thread Rohit Kashyap
I have a querry, Can we submit updations in our proposal now ? How are we supposed to mention the information about mentor ? On Sunday, 31 May 2015 16:47:43 UTC+5:30, Rohit Kashyap wrote: Hi, Greetings to all mentors, I request you to go through this Proposal draft and submit your

Re: [julia-users] Re: Julia Summer of Code

2015-05-31 Thread Rohit Kashyap
Hi, Greetings to all mentors, I request you to go through this Proposal draft and submit your feedback/suggestions for improvements before submission deadline. https://docs.google.com/document/d/1SrNgmK-GUsxLzxwKwjHWzPzB9Vj53vsIqSH41MRBe34/edit?usp=sharing

Re: [julia-users] Re: Julia Summer of Code

2015-05-30 Thread Jiahao Chen
Sorry, that should have been June 1. On Sat, May 30, 2015, 11:52 Jiahao Chen cjia...@gmail.com wrote: Hi Rohit, Please read the CFP and submit a proposal by the end of 1 May. The CFP contains sample code projects. http://julialang.org/blog/2015/05/jsoc-cfp/

RE: [julia-users] Re: Julia Summer of Code

2015-05-30 Thread Rohit Kashyap
: [julia-users] Re: Julia Summer of Code Sorry, that should have been June 1. On Sat, May 30, 2015, 11:52 Jiahao Chen cjia...@gmail.com wrote: Hi Rohit, Please read the CFP and submit a proposal by the end of 1 May. The CFP contains sample code projects. http://julialang.org/blog/2015/05

Re: [julia-users] Re: Julia Summer of Code

2015-05-28 Thread Jiahao Chen
What is this Moore Foundation? Are you talking about the Gordon and Betty Moore Foundation? (that's all that I could find that looked like it might fund a project on Google) Yes. Just what is required for a company to fund a Julia Summer of Code project? (I've been advocating that the

Re: [julia-users] Re: Julia Summer of Code

2015-05-28 Thread Shashi Gowda
A possible project on the UI side of things is expanding functionality in Escher.jl (https://github.com/shashi/Escher.jl) Escher is a work-in-progress declarative UI library which lets you make Web UIs in pure Julia. It works well with Reactive.jl to allow you to create interactive

Re: [julia-users] Re: Julia Summer of Code

2015-05-28 Thread Siva Prasad Varma
I am interested in implementing Neural Network visualization for Mocha along the lines of https://github.com/ajtulloch/dnngraph or implementing some algorithms in the IterativeSolvers.jl roadmap depending on whether I will be able to find a mentor. Thanks, Siva. On Thursday, May 28, 2015 at

Re: [julia-users] Re: Julia Summer of Code

2015-05-28 Thread Viral Shah
You should certainly write to pluskid - Mocha's author. On Thu, May 28, 2015 at 9:35 AM, Siva Prasad Varma sivapva...@gmail.com wrote: I am interested in implementing Neural Network visualization for Mocha along the lines of https://github.com/ajtulloch/dnngraph or implementing some

Re: [julia-users] Re: Julia Summer of Code

2015-05-28 Thread Chiyuan Zhang
Hi all, I'm happy to mentor things related to Mocha.jl (https://github.com/pluskid/Mocha.jl), deep learning library for Julia. There are several TODOs on my list but I had difficulty finding free time to do. You are also free to propose anything else that is related: 1. Visualization of the

Re: [julia-users] Re: Julia Summer of Code

2015-05-27 Thread Andrei
@Dom, you may also be interested in Mocha.jl [1] - Julia library for deep learning. [1]: https://github.com/pluskid/Mocha.jl On Wed, May 27, 2015 at 8:41 PM, Dom Luna dluna...@gmail.com wrote: I'd be interested in bridging Julia and Torch. I believe this has been thought about before

Re: [julia-users] Re: Julia Summer of Code

2015-05-27 Thread Viral Shah
Please do ask everyone who is interested in participating to send their project description and mentors also to julia...@googlegroups.com The last date is June 1, after which we can take a call on how many proposals we have received and which ones to fund. -viral On Thu, May 28, 2015 at 10:16

Re: [julia-users] Re: Julia Summer of Code

2015-05-22 Thread Jeff Waller
On Thursday, May 21, 2015 at 4:55:16 PM UTC-4, Jey Kottalam wrote: Hi Jeff, they relied on a 3rd party to containerize a Pythonprogram for transmission That is due to the pecularities of Python's serialization module than anything intrinsic to creating a Spark binding. (E.g.

Re: [julia-users] Re: Julia Summer of Code

2015-05-22 Thread Jey Kottalam
The core functionality is there, but there's also more to be implemented to have a complete interface to spark-core: - distributed I/O - broadcast vars - accumulator vars - custom partitioners - persistence (caching) - missing transforms and actions -Jey On Fri, May 22, 2015 at 12:46 AM, Jeff

Re: [julia-users] Re: Julia Summer of Code

2015-05-21 Thread Jey Kottalam
Hi Jeff, they relied on a 3rd party to containerize a Pythonprogram for transmission That is due to the pecularities of Python's serialization module than anything intrinsic to creating a Spark binding. (E.g. Python's pickle format doesn't have support for serializing code and closures, so

Re: [julia-users] Re: Julia Summer of Code

2015-05-16 Thread Yichao Yu
On Sat, May 16, 2015 at 6:30 PM, Oscar Blumberg oscar.blumb...@ens.fr wrote: I just added (what I think is) a cool project for anyone who would want to dive deep into the compiler. It may be on the hard end of the spectrum but we all know what happens when you tell a student something is too

Re: [julia-users] Re: Julia Summer of Code

2015-05-16 Thread Tim Holy
+1. That seems almost certain to substantially reduce the cost of type- instability. For prototyping purposes, I posted a possible pure-julia hack that gets at the same issue: https://groups.google.com/d/msg/julia-dev/fXJznjwQMF0/tsaw2P7uNTcJ But I agree it would be far preferable to implement