Some common Machine Learning, Statistics and Data Science terms starts with J

J

[su_table]

### Word ### Description
Julia Julia is a high-level, high-performance dynamic programming language for numerical computing. Some important features of Julia are:
  • Multiple dispatch: providing the ability to define function behavior across many combinations of argument types.
  • Good performance, approaching that of statically-compiled languages like C
  • Built-in package manager
  • Designed for parallelism and distributed computation
  • Free and open source|