Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhsu committed Jun 28, 2024
1 parent 0ba389d commit a7716d1
Showing 1 changed file with 86 additions and 69 deletions.
155 changes: 86 additions & 69 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ first_name: Micah
last_name: Hsu

# Status emoji
#status:
# icon: ☕️
status:
icon: ☕️

# Is this the primary user of the site?
superuser: true
Expand Down Expand Up @@ -42,61 +42,61 @@ interests:
- Robotics
- Aerospace

#education:
# - area: PhD Artificial Intelligence
# date_start: 2016-01-01
# institution: Stanford University
# date_end: 2020-12-31
# summary: |
# Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals.
# button:
# text: 'Read Thesis'
# url: 'https://example.com'
# - area: MEng Artificial Intelligence
# institution: Massachusetts Institute of Technology
# date_start: 2016-01-01
# date_end: 2020-12-31
# summary: |
# GPA: 3.8/4.0
#
# Courses included:
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - area: BSc Artificial Intelligence
# institution: Massachusetts Institute of Technology
# date_start: 2016-01-01
# date_end: 2020-12-31
# summary: |
# GPA: 3.4/4.0
#
# Courses included:
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
#work:
# - position: Director of Cloud Infrastructure
# company_name: GenCoin
# company_url: ''
# company_logo: ''
# date_start: 2021-01-01
# date_end: ''
# summary: |2-
# Responsibilities include:
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - position: Backend Software Engineer
# company_name: X
# company_url: ''
# company_logo: ''
# date_start: 2016-01-01
# date_end: 2020-12-31
# summary: |
# Responsibilities include:
# - Migrated infrastructure to a new data center
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
# - lorem ipsum dolor sit amet, consectetur adipiscing elit
education:
- area: PhD Artificial Intelligence
institution: Stanford University
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals.
button:
text: 'Read Thesis'
url: 'https://example.com'
- area: MEng Artificial Intelligence
institution: Massachusetts Institute of Technology
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
GPA: 3.8/4.0
Courses included:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- area: BSc Artificial Intelligence
institution: Massachusetts Institute of Technology
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
GPA: 3.4/4.0
Courses included:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
work:
- position: Director of Cloud Infrastructure
company_name: GenCoin
company_url: ''
company_logo: ''
date_start: 2021-01-01
date_end: ''
summary: |2-
Responsibilities include:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- position: Backend Software Engineer
company_name: X
company_url: ''
company_logo: ''
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
Responsibilities include:
- Migrated infrastructure to a new data center
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
# Skills
# Add your own SVG icons to `assets/media/icons/`
Expand Down Expand Up @@ -132,27 +132,44 @@ skills:
percent: 80
icon: camera

#languages:
# - name: English
# percent: 100
# - name: Chinese
# percent: 75
# - name: Portuguese
# percent: 25
languages:
- name: English
percent: 100
- name: Chinese
percent: 75
- name: Portuguese
percent: 25

# Awards.
# Add/remove as many awards below as you like.
# Only `title`, `awarder`, and `date` are required.
# Begin multi-line `summary` with YAML's `|` or `|2-` multi-line prefix and indent 2 spaces below.
awards:
- title: Regents' and Chancellor's Award
url: https://financialaid.berkeley.edu/types-of-aid-at-berkeley/scholarships/regents-and-chancellors-scholarship/
date: '2023-05'
awarder: University of California, Berkeley
- title: Neural Networks and Deep Learning
url: https://www.coursera.org/learn/neural-networks-deep-learning
date: '2023-11-25'
awarder: Coursera
icon: coursera
summary: |
I studied the foundational concept of neural networks and deep learning. By the end, I was familiar with the significant technological trends driving the rise of deep learning; build, train, and apply fully connected deep neural networks; implement efficient (vectorized) neural networks; identify key parameters in a neural network’s architecture; and apply deep learning to your own applications.
- title: Blockchain Fundamentals
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
date: '2023-07-01'
awarder: edX
icon: edx
summary: |
Learned:
- Synthesize your own blockchain solutions
- Gain an in-depth understanding of the specific mechanics of Bitcoin
- Understand Bitcoin’s real-life applications and learn how to attack and destroy Bitcoin, Ethereum, smart contracts and Dapps, and alternatives to Bitcoin’s Proof-of-Work consensus algorithm
- title: 'Object-Oriented Programming in R'
url: https://www.datacamp.com/courses/object-oriented-programming-with-s3-and-r6-in-r
certificate_url: https://www.datacamp.com
date: '2023-01-21'
awarder: datacamp
icon: datacamp
summary: |
Object-oriented programming (OOP) lets you specify relationships between functions and the objects that they can act on, helping you manage complexity in your code. This is an intermediate level course, providing an introduction to OOP, using the S3 and R6 systems. S3 is a great day-to-day R programming tool that simplifies some of the functions that you write. R6 is especially useful for industry-specific analyses, working with web APIs, and building GUIs.
---

## About Me
Expand Down

0 comments on commit a7716d1

Please sign in to comment.