An open API service indexing awesome lists of open source software.

https://github.com/sanogotech/juliastarter

Julia for Machine Learning
https://github.com/sanogotech/juliastarter

julia julia-language machine-learning

Last synced: about 2 months ago
JSON representation

Julia for Machine Learning

Awesome Lists containing this project

README

        

# juliabasics / Juila = Python + R

- https://juliabyexample.helpmanual.io/
- https://www.juliabloggers.com/getting-started-with-julia-lang/
- https://www.datacamp.com/blog/the-rise-of-julia-is-it-worth-learning-in-2022
- https://www.datacamp.com/cheat-sheet/julia-basics-cheat-sheet
- https://docs.julialang.org/en/v1
- https://juliaacademy.com/courses

```
Import Python's math module in Julia (Source)
The beauty is that you can very easily mix Python and Julia this way. Python's entire ecosystem including all its great libraries are available while you can also explore Julia's ecosystem. In fact Plots.jl, a plotting library for Julia can use PyPlot as one of its backends.

A neat feature of Julia is that you can use LaTeX shortcuts in the editor. For example when you type \sqrt most Julia editors and the Julia REPL will automatically turn this sequence into the square-root sign: √. In this case √ is also aliased to the sqrt function. This makes Julia great for mathematical applications where you can use mathematical notation in your programs.

Getting Started with Julia Lang
Julia lends itself to scientific applications and machine learning. Tools like Flux.jl
```

## Julia for ML /IA

- https://fluxml.ai/