Add lectures, separate update script
This commit is contained in:
2
build.sh
2
build.sh
@@ -24,8 +24,6 @@ fi
|
|||||||
|
|
||||||
# Try building the website locally
|
# Try building the website locally
|
||||||
cd "$HUGO_ROOT"
|
cd "$HUGO_ROOT"
|
||||||
echo "Updating theme"
|
|
||||||
git submodule update --recursive --remote
|
|
||||||
echo "Building site"
|
echo "Building site"
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
|
|||||||
@@ -30,14 +30,12 @@ caption = ""
|
|||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I developed new course content for ECE 408 / CS 483 during the fall semester of 2017.
|
I developed new course content for University of Illinois ECE 408 / CS 483 during the 2017 fall semester.
|
||||||
|
|
||||||
* Three lectures on machine learning
|
* Three lectures on machine learning ([1][l1], [2][l2], [3][l3])
|
||||||
* A [course project][project_repo] where students add a GPU convolution operator to MXNet.
|
* A [course project][project_repo] where students add a GPU convolution operator to MXNet.
|
||||||
|
|
||||||
[project_repo]: https://bitbucket.org/hwuligans/2017fa_ece408_project
|
[project_repo]: https://bitbucket.org/hwuligans/2017fa_ece408_project
|
||||||
<!--->
|
[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf
|
||||||
[l1]:
|
[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
|
||||||
[l2]:
|
[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx
|
||||||
[l3]:
|
|
||||||
<--->
|
|
||||||
|
|||||||
BIN
static/pdf/2017FA_ECE408_dl01_Intro.pdf
Normal file
BIN
static/pdf/2017FA_ECE408_dl01_Intro.pdf
Normal file
Binary file not shown.
BIN
static/pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
Normal file
BIN
static/pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
Normal file
Binary file not shown.
BIN
static/pptx/2017FA_ECE408_dl03_CNN01.pptx
Normal file
BIN
static/pptx/2017FA_ECE408_dl03_CNN01.pptx
Normal file
Binary file not shown.
Reference in New Issue
Block a user