Add GPU DNN project

This commit is contained in:
Carl Pearson
2017-10-18 16:59:14 -05:00
parent 057a7ac31e
commit 562b021e13

View File

@@ -0,0 +1,31 @@
+++
title = "GPU Neural Network for GPGPUSim"
date = 2017-10-18T16:56:49-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 = "A from-scratch feed-forward network in CUDA 4.0 suitable for GPGPUSim"
# Optional image to display on homepage.
image_preview = ""
# Optional external URL for project (replaces project detail page).
external_link = "https://github.com/cwpearson/dnn"
# 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 = ""
+++