Tags Mathematica 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 Geo Computing Geo Computation in Mathematica admin August 31, 2016 Mathematica has many useful features when it comes to Geo Computation. I wanted to check out some of these features
Tags CUDA 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 C++ 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 Julia 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 Julia 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 Optima 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
Tags Optima Pattern Matching with Optima Lisp Library – Part 2 admin June 17, 2016 Let us continue where we left off last time. List Patterns If the incoming argument is a list, then we
Tags Optima Pattern Matching with Optima Lisp Library admin June 9, 2016 In the previous two posts, we looked at external tools and libraries that can be used along with Opusmodus for
Tags Constraint Programming Constraint Programming in Picat admin May 26, 2016 In my last post I briefly described how we can use the Screamer Lisp library for constraint programming in music. Another