https://github.com/alan-turing-institute/gaussianprocessestutorial
An introduction to Gaussian processes with Julia
https://github.com/alan-turing-institute/gaussianprocessestutorial
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Keywords
Repository
An introduction to Gaussian processes with Julia
Basic Info
Statistics
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Gaussian processes with Julia
authors: Oliver (ostrickson@turing.ac.uk) & Mohamed Ali (mal-badri@turing.ac.uk)
An introduction to Gaussian processes and Julia -- we explore Gaussian processes by implementing them in Julia.
The requirements are
- Julia (https://julialang.org/downloads/). It has been tested with Julia v1.1.
- IJulia (the Julia Jupyter kernel, https://github.com/JuliaLang/IJulia.jl). To install it, run
$ julia
julia> Pkg.add("IJulia")
julia> quit()
Launch the notebook
$ jupyter notebook gp.ipynb
The notebook will try to install a few additional Julia packages itself.
Troubleshooting
If you get an error such as ``` IOError: [Errno 13] Permission denied: u'/Users/user/.jupyter/migrated' ============================================[ ERROR: IJulia ]=============================================
LoadError: failed process: Process(/Users/user/.julia/v0.6/Conda/deps/usr/bin/jupyter-kernelspec install --replace --user /var/folders/zx/j_gjm0ld081b_mcqmg3gp9l1zp59y6/T/julia-0.6, ProcessExited(1)) [1]
verify who owns the directory `~/.jupyter` with `ls -la ~/.jupyter`. If `root` owns it, change ownership with
sudo chown user: ~/.jupyter/
``
replacinguser` with your username. IJulia will already be installed, so you'll need to remove IJulia and start over, or install Jupyter separately with instructions here.
Owner
- Name: The Alan Turing Institute
- Login: alan-turing-institute
- Kind: organization
- Email: info@turing.ac.uk
- Website: https://turing.ac.uk
- Repositories: 477
- Profile: https://github.com/alan-turing-institute
The UK's national institute for data science and artificial intelligence.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- fkiraly (1)