Skip to content

Commit

Permalink
add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed Oct 5, 2024
1 parent f049337 commit 645a0bf
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Site settings
# -----------------------------------------------------------------------------

title: Y.M. Blog # the website title (if blank, full name will be used instead)
title: Y.M. # the website title (if blank, full name will be used instead)
first_name: Yulian
middle_name:
last_name: Manchev
Expand Down Expand Up @@ -132,7 +132,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: Y.M. Blog # blog_name will be displayed in your blog page
blog_name: Y.M. # blog_name will be displayed in your blog page
blog_description:
permalink: /blog/:year/:month/:day/:title/
lsi: false # produce an index for related posts
Expand Down
3 changes: 1 addition & 2 deletions _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
layout: cv
permalink: /cv/
title: cv
nav: true
nav: false
nav_order: 5
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
Expand Down
8 changes: 8 additions & 0 deletions _posts/gpr/2024-10-05-gaussian_process_intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Gaussian process regression introduction
date: 2024-10-05 14:51:30
description: Introduction to Gaussian processes
---

{% jupyter_notebook "/jupyter_notebooks/gpr/gp.ipynb" %}
25 changes: 25 additions & 0 deletions jupyter_notebooks/gpr/gp.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 645a0bf

Please sign in to comment.