Skip to content

ultradian/julia_notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia_notebooks

Jupyter notebooks on Julia programming created by Milton Huang. If you just want to read a notebook online and Github is having rendering problems, use the nbviewer link.

Setup

Julia pulls in external libraries with the using command. If you are using a notebook on your local system, you may need to install the related package with import Pkg and Pkg.add("NameOfPackage").

Vizualization

Neural nets


Creative Commons License The content of these notebooks is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Julia code is licensed under MIT.