Author Archives: n JuliaLang - The Julia programming language n

GSoC 2018 – Parallel Implementations of Graph Analysis Algorithms

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2019/02/light-graphs/index.html

GSoC 2018 – Parallel Implementations of Graph Analysis Algorithms | This blog briefly summarises my GSoC 2018 project (Parallel Graph Development (https://summerofcode.withgoogle.com/archive/2018/projects/5193483178475520/)) and the results achieved. For a detailed description, please refer to my GSoC blog (https://sohamtamba.github.io/GSoC)….

Building a Language and Compiler for Machine Learning

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2018/12/ml-language-compiler/index.html

Building a Language and Compiler for Machine Learning | Since we originally proposed the need for a first-class language, compiler and ecosystem for machine learning (ML), there have been plenty of interesting developments in the field. Not only have the tradeoffs in existing systems, such as TensorFlow and PyTo…