Skip to content

Instantly share code, notes, and snippets.

@alexBeuth
alexBeuth / gp.py
Created November 20, 2017 13:26 — forked from stober/gp.py
Gaussian Process in Python
#!/usr/bin/python
"""
Author: Jeremy M. Stober
Program: GP.PY
Date: Thursday, July 17 2008
Description: Example of Gaussian Process Regression.
"""
from numpy import *
import pylab

This guide is no longer valid since the removal of the base group. (See here.) If I ever need to reinstall my system I will update it.

Arch installation

OBJECTIVE: Install Arch Linux with encrypted root and swap filesystems and boot from UEFI. Have a finished Arch Linux Installation with some basic packages I use both from the official repositories as well as the AUR

The official Arch installation guide contains details that you should refer to during this installation process. That guide resides at: https://wiki.archlinux.org/index.php/Installation_Guide