Update copyright, 408 project link
This commit is contained in:
45
content/project/ece408_project.md
Normal file
45
content/project/ece408_project.md
Normal file
@@ -0,0 +1,45 @@
|
||||
+++
|
||||
title = "ECE408 / CS483 Course Development"
|
||||
date = 2017-09-29T06:35:05-05:00
|
||||
draft = false
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["impact"]
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Students add a convolution layer to MXNet"
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = ""
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = true
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
|
||||
I developed new course content for University of Illinois ECE 408 / CS 483 during the 2017 fall semester.
|
||||
|
||||
* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4])
|
||||
* A [course project][project_repo] ([kickoff slides][kickoff]) where students add a GPU convolution operator to MXNet.
|
||||
|
||||
I administered the project and revised it for the spring 2018 semester.
|
||||
|
||||
[project_repo]: https://github.com/illinois-impact/ece408_project
|
||||
[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf
|
||||
[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
|
||||
[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx
|
||||
[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx
|
||||
[kickoff]: ../../pdf/2017FA_ECE408_project-kickoff.pdf
|
||||
Reference in New Issue
Block a user