Merge branch 'master' of github.com:cwpearson/hugo-cwpearson

This commit is contained in:
Carl Pearson
2017-10-29 16:31:42 -05:00
8 changed files with 240 additions and 32 deletions

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 = ""
+++

View File

@@ -0,0 +1,31 @@
+++
title = "latex-docker"
date = 2017-10-18T12:47:48-05:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["personal"]
# Project summary to display on homepage.
summary = "Docker images with latex"
# Optional image to display on homepage.
image_preview = ""
# Optional external URL for project (replaces project detail page).
external_link = "https://github.com/cwpearson/latex-docker"
# 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 = ""
+++