Watch these videos to get an overview of machine learning and hopefully get excited about it! Try going through all of them before Monday(31th Jan). You're free to explore more on your own!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firefox-developer-edition | |
xorg-server | |
i3-gaps | |
zsh | |
termite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## Arch Linux repository mirrorlist | |
## Filtered by mirror score from mirror status page | |
## Generated on 2018-08-02 | |
## | |
## Netherlands | |
Server = https://mirror.neostrada.nl/archlinux/$repo/os/$arch | |
## Canada | |
Server = https://muug.ca/mirror/archlinux/$repo/os/$arch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#modificaton of the code from https://gist.github.com/awjuliani/fffe41519166ee41a6bd5f5ce8ae2630#file-double-dueling-dqn-tutorial-ipynb | |
import gym | |
import numpy as np | |
import random | |
import tensorflow as tf | |
#import matplotlib.pyplot as plt | |
import scipy.misc | |
import os | |
#%matplotlib inline |