Commit be82b853 authored by Steve Tjoa's avatar Steve Tjoa

lots of updates, too lazy to make descriptive commit message

parent c7208e11
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:f715a5084a07e4d0fbc7e724694bded7340626b350e82428991d7645976d31b3" "signature": "sha256:bdbfa3ec9eb61c71cd974adaf3009224ed93c7ca79b24beed967e29b8ac8aba9"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -118,16 +118,15 @@ ...@@ -118,16 +118,15 @@
"level": 2, "level": 2,
"metadata": {}, "metadata": {},
"source": [ "source": [
"Day 5: Neural Networks" "Day 5: Music Fingerprinting"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "markdown",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {}, "metadata": {},
"outputs": [] "source": [
"1. [Locality Sensitive Hashing](notebooks/lsh_fingerprinting.ipynb)"
]
}, },
{ {
"cell_type": "heading", "cell_type": "heading",
......
...@@ -17,7 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| ...@@ -17,7 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "virtualbox" do |v| config.vm.provider "virtualbox" do |v|
v.memory = 1024 v.memory = 1024
v.cpus = 2 v.cpus = 1
end end
config.ssh.forward_agent = true config.ssh.forward_agent = true
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment