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
- Host: GitHub
- URL: https://github.com/sanogotech/juliastarter
- Owner: sanogotech
- Created: 2020-05-20T21:28:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T16:30:08.000Z (over 2 years ago)
- Last Synced: 2025-02-09T00:17:08.470Z (3 months ago)
- Topics: julia, julia-language, machine-learning
- Language: Julia
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/