generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Lin <[email protected]>
- Loading branch information
Showing
6 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: page | ||
title: Stock Prediction Using LSTMs With Sentiment Analysis | ||
# description: Using Pennylane and Tensorflow to explore hybrid Quantum models. | ||
img: assets/img/StockLSTM.png | ||
importance: 1 | ||
category: school | ||
related_publications: false | ||
--- | ||
For Stanford Online High School's OM065: Data Science, we were able to do a final project on any topic of our choosing. I decided to attempt modeling stock trajectory with an LSTM that implemented sentiment analysis on news headlines time series data. | ||
|
||
<embed src="{{ site.baseurl }}/assets/pdf/RyanLin-OM065-FinalProject.pdf" type="application/pdf" width="100%" height="600px" /> | ||
|
||
For Stanford Online High School's OCS35: Advanced Topics in Computer Science: Computer Systems, the final project involved simulating an assembler and processor and implementing the Y86 architecture, which is a simplification of the popular X86 architecture. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: page | ||
title: Assembler and Processor Simulation | ||
description: Y-86 Architecture. | ||
img: assets/img/Y86.png | ||
importance: 1 | ||
category: school | ||
related_publications: false | ||
--- | ||
For Stanford Online High School's OM065: Data Science, we were able to do a final project on any topic of our choosing. I decided to attempt modeling stock trajectory with an LSTM that implemented sentiment analysis on news headlines time series data. See the <a href="https://github.com/Rlin232/Y-86">Github</a>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters