Tags MathematicaProgramming Working with Linguistic Data in Mathematica admin November 2, 2016 There are many interesting functions in Mathematica for working with language data, not just in English but in many other
Tags Machine LearningProgramming Torch7 and Neural Networks admin October 18, 2016 This week I wanted to experiment with Torch7, a popular Machine Learning framework implemented in C/LuaJIT. Seamless CUDA support is
Tags MathematicaProgramming Cloud Computing with Mathematica admin October 11, 2016 Mathematica provides excellent support for cloud computation, and most of the time, it is a very simple and intuitive process.
Tags Machine LearningMathematicaProgramming Computer Vision with Mathematica admin September 26, 2016 Over the past several weeks, I have been discussing many interesting features of Mathematica. As a continuation, today, I would
Tags MathematicaProgramming Natural Language Processing in Mathematica admin September 11, 2016 Welcome back. Today I am going to share with you some of the nice capabilities of Mathematica in the area
Tags MathematicaProgramming CUDA and Mathematica admin August 20, 2016 Recently I purchased a high-end desktop computer for my image processing project. Since many computations tend to take several hours
Tags JuliaProgramming Is Deriving from a Concrete Class Bad? admin August 7, 2016 In my first post on Julia, I noted that the language does not allow deriving from a concrete (i.e., non-abstract)
Tags JuliaMathematicaProgramming Using Julia to Interact with Mathematica admin July 22, 2016 Mathematica is a powerful environment for symbolic and numerical computation. I have been using it for many years now. In
Tags JuliaProgramming Multimethods in Julia admin July 7, 2016 I got interested in Julia programming language quite recently, primarily because of a project involving image processing and machine learning.
Tags LISPMusicProgramming Pattern Matching with Optima Lisp Library – Part 3 admin June 29, 2016 In the previous two posts on this topic, I explained some of the basic pattern matching facilities of Optima library. There