mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Fixed links
This commit is contained in:
parent
18ca6cae06
commit
1bb95f36d7
27 changed files with 100 additions and 100 deletions
|
@ -3,7 +3,7 @@ Title: Research
|
|||
Description: A list of my research Projects
|
||||
---
|
||||
|
||||
**[Quick List of Publications](/publications)**
|
||||
**[Quick List of Publications](/publications/)**
|
||||
|
||||
**Broad Research Interests:** Automated Reasoning, Artificial Intelligence, Formal Methods
|
||||
|
||||
|
@ -45,7 +45,7 @@ Together we built [CryptoSolve](https://github.com/cryptosolvers/CryptoSolve), a
|
|||
I still help maintain the codebase, as well as contribute to our current work on Garbled Circuits. We previously presented our work
|
||||
at [UNIF 2020](https://www3.risc.jku.at/publications/download/risc_6129/proceedings-UNIF2020.pdf#page=58) ([slides](/files/research/UNIF2020-Slides.pdf)), [FROCOS 2021](https://link.springer.com/chapter/10.1007/978-3-030-86205-3_14) ([slides](/files/slides/FROCOS2021.pdf)), and [WRLA 2022](http://sv.postech.ac.kr/wrla2022/assets/files/pre-proceedings-WRLA2022.pdf#page=12) ([slides](/files/slides/wrla2022-slides.pdf)).
|
||||
|
||||
I've written a few [notes](termreasoning) about term reasoning.
|
||||
I've written a few [notes](termreasoning/) about term reasoning.
|
||||
|
||||
Current Collaborators:
|
||||
- NRL: Catherine Meadows
|
||||
|
@ -77,23 +77,23 @@ my ideas.
|
|||
|
||||
**Reinforcement Learning:** Studied the fundamentals of reinforcement learning with [Dr. Stephen Davies](http://stephendavies.org/). We went over the fundamentals such as value functions, policy functions, how we can describe our environment as a markov decision processes, etc.
|
||||
|
||||
[Notes and Other Goodies](reinforcementlearning) / [Github Code](https://github.com/brandon-rozek/ReinforcementLearning)
|
||||
[Notes and Other Goodies](reinforcementlearning/) / [Github Code](https://github.com/brandon-rozek/ReinforcementLearning)
|
||||
|
||||
|
||||
|
||||
|
||||
## Other
|
||||
|
||||
[**Programming Languages:**](proglang) Back in the Fall of 2018, under the guidance of Ian Finlayson, I worked towards creating a programming language similar to SLOTH (Simple Language of Tiny Heft). [SLOTH Code](https://github.com/brandon-rozek/SLOTH)
|
||||
[**Programming Languages:**](proglang/) Back in the Fall of 2018, under the guidance of Ian Finlayson, I worked towards creating a programming language similar to SLOTH (Simple Language of Tiny Heft). [SLOTH Code](https://github.com/brandon-rozek/SLOTH)
|
||||
|
||||
Before this study, I worked through a great book called ["Build your own Lisp"](https://www.buildyourownlisp.com/).
|
||||
|
||||
|
||||
[**Competitive Programming:**](progcomp) Studying algorithms and data structures necessary for competitive programming. Attended ACM ICPC in November 2018/2019 with a team of two other students.
|
||||
[**Competitive Programming:**](progcomp/) Studying algorithms and data structures necessary for competitive programming. Attended ACM ICPC in November 2018/2019 with a team of two other students.
|
||||
|
||||
**Cluster Analysis:** The study of grouping similar observations without any prior knowledge. I studied this topic by deep diving Wikipedia articles under the guidance of Dr. Melody Denhere during Spring 2018. **[Extensive notes](clusteranalysis)**
|
||||
**Cluster Analysis:** The study of grouping similar observations without any prior knowledge. I studied this topic by deep diving Wikipedia articles under the guidance of Dr. Melody Denhere during Spring 2018. **[Extensive notes](clusteranalysis/)**
|
||||
|
||||
[**Excitation of Rb87**](rb87): Worked in a Quantum Research lab alongside fellow student Hannah Killian under the guidance of Dr. Hai Nguyen. I provided software tools and assisted in understanding the mathematics behind the phenomena.
|
||||
[**Excitation of Rb87**](rb87/): Worked in a Quantum Research lab alongside fellow student Hannah Killian under the guidance of Dr. Hai Nguyen. I provided software tools and assisted in understanding the mathematics behind the phenomena.
|
||||
|
||||
[Modeling Population Dynamics of Incoherent and Coherent Excitation](/files/research/modellingpopulationdynamics.pdf)
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ description: Notes about Automated Theorem Proving
|
|||
---
|
||||
|
||||
More links coming soonish:
|
||||
- [Definitional CNF](definitional-cnf)
|
||||
- [Davis Putnam](davis-putnam)
|
||||
- [Finding Counter-Models through Truth Functional Expansions](truth-functional-expansion)
|
||||
- [Definitional CNF](definitional-cnf/)
|
||||
- [Davis Putnam](davis-putnam/)
|
||||
- [Finding Counter-Models through Truth Functional Expansions](truth-functional-expansion/)
|
||||
|
|
|
@ -7,15 +7,15 @@ Cluster Analysis is the art of finding inherent structures in data to form group
|
|||
|
||||
This is an independent study, meaning that I will be studying this topic under the direction of a professor, in this case being Dr. Denhere.
|
||||
|
||||
I have provided a list of topics that I wish to explore in a [syllabus](syllabus)
|
||||
I have provided a list of topics that I wish to explore in a [syllabus](syllabus/)
|
||||
|
||||
Dr. Denhere likes to approach independent studies from a theoretical and applied sense. Meaning, I will learn the theory of the different algorithms, and then figure out a way to apply them onto a dataset.
|
||||
|
||||
## Readings
|
||||
There is no definitive textbook for this course. Instead I and Dr. Denhere search for materials that we think best demonstrates the topic at hand.
|
||||
|
||||
I have created a [Reading Page](readings) to keep track of the different reading materials.
|
||||
I have created a [Reading Page](readings/) to keep track of the different reading materials.
|
||||
|
||||
|
||||
## Learning Notes
|
||||
I like to type of the content I learn from different sources. A [notes page](notes) is created to keep track of the content discussed each meeting.
|
||||
I like to type of the content I learn from different sources. A [notes page](notes/) is created to keep track of the content discussed each meeting.
|
||||
|
|
|
@ -3,44 +3,44 @@ title: Lecture Notes for Cluster Analysis
|
|||
showthedate: false
|
||||
---
|
||||
|
||||
[Lecture 1: Measures of Similarity](lec1)
|
||||
[Lecture 1: Measures of Similarity](lec1/)
|
||||
|
||||
[Lecture 2.1: Distance Measures Reasoning](lec2-1)
|
||||
[Lecture 2.1: Distance Measures Reasoning](lec2-1/)
|
||||
|
||||
[Lecture 2.2: Principle Component Analysis Pt. 1](lec2-2)
|
||||
[Lecture 2.2: Principle Component Analysis Pt. 1](lec2-2/)
|
||||
|
||||
Lecture 3: Discussion of Dataset
|
||||
|
||||
[Lecture 4: Principal Component Analysis Pt. 2](lec4)
|
||||
[Lecture 4: Principal Component Analysis Pt. 2](lec4/)
|
||||
|
||||
[Lecture 4.2: Revisiting Measures](lec4-2)
|
||||
[Lecture 4.2: Revisiting Measures](lec4-2/)
|
||||
|
||||
[Lecture 4.3: Cluster Tendency](lec4-3)
|
||||
[Lecture 4.3: Cluster Tendency](lec4-3/)
|
||||
|
||||
[Lecture 5: Introduction to Connectivity Based Models](lec5)
|
||||
[Lecture 5: Introduction to Connectivity Based Models](lec5/)
|
||||
|
||||
[Lecture 6: Agglomerative Methods](lec6)
|
||||
[Lecture 6: Agglomerative Methods](lec6/)
|
||||
|
||||
[Lecture 7: Divisive Methods Part 1: Monothetic](lec7)
|
||||
[Lecture 7: Divisive Methods Part 1: Monothetic](lec7/)
|
||||
|
||||
[Lecture 8: Divisive Methods Part 2: Polythetic](lec8)
|
||||
[Lecture 8: Divisive Methods Part 2: Polythetic](lec8/)
|
||||
|
||||
[Lecture 9.1: CURE and TSNE](lec9-1)
|
||||
[Lecture 9.1: CURE and TSNE](lec9-1/)
|
||||
|
||||
[Lecture 9.2: Cluster Validation Part I](lec9-2)
|
||||
[Lecture 9.2: Cluster Validation Part I](lec9-2/)
|
||||
|
||||
[Lecture 10.1: Silhouette Coefficient](lec10-1)
|
||||
[Lecture 10.1: Silhouette Coefficient](lec10-1/)
|
||||
|
||||
[Lecture 10.2: Centroid-Based Clustering](lec10-2)
|
||||
[Lecture 10.2: Centroid-Based Clustering](lec10-2/)
|
||||
|
||||
[Lecture 10.3: Voronoi Diagrams](lec10-3)
|
||||
[Lecture 10.3: Voronoi Diagrams](lec10-3/)
|
||||
|
||||
[Lecture 11.1: K-means++](lec11-1)
|
||||
[Lecture 11.1: K-means++](lec11-1/)
|
||||
|
||||
[Lecture 11.2: K-medoids](lec11-2)
|
||||
[Lecture 11.2: K-medoids](lec11-2/)
|
||||
|
||||
[Lecture 11.3: K-medians](lec11-3)
|
||||
[Lecture 11.3: K-medians](lec11-3/)
|
||||
|
||||
[Lecture 12: Introduction to Density Based Clustering](lec12)
|
||||
[Lecture 12: Introduction to Density Based Clustering](lec12/)
|
||||
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@ showthedate: false
|
|||
|
||||
I didn't do the greatest job at writing a progress report every week but here on the page are the ones I did write.
|
||||
|
||||
[January 29 2019](jan29)
|
||||
[January 29 2019](jan29/)
|
||||
|
||||
[February 12 2019](feb12)
|
||||
[February 12 2019](feb12/)
|
||||
|
||||
[February 25 2019](feb25)
|
||||
[February 25 2019](feb25/)
|
||||
|
||||
[March 26 2019](mar26)
|
||||
[March 26 2019](mar26/)
|
||||
|
||||
[April 2 2019](apr2)
|
||||
[April 2 2019](apr2/)
|
||||
|
|
|
@ -8,6 +8,6 @@ Back in the Fall of 2018, under the guidance of Ian Finlayson, I worked towards
|
|||
|
||||
[Github repository](https://github.com/brandon-rozek/sloth) outlining my work.
|
||||
|
||||
[Short Notes](types) on Types of Programming Languages
|
||||
[Short Notes](types/) on Types of Programming Languages
|
||||
|
||||
Before this study, I worked though a book called ["Build your own Lisp"](https://www.buildyourownlisp.com/) and my implementation of a lisp like language: [Lispy Code](https://github.com/brandon-rozek/lispy)
|
||||
|
|
|
@ -7,7 +7,7 @@ Reinforcement learning is the art of analyzing situations and mapping them to ac
|
|||
|
||||
In this independent study, I as well as Dr. Stephen Davies, will explore the Reinforcement Learning problem and its subproblems. We will go over the bandit problem, markov decision processes, and discover how best to translate a problem in order to **make decisions**.
|
||||
|
||||
I have provided a list of topics that I wish to explore in a [syllabus](syllabus)
|
||||
I have provided a list of topics that I wish to explore in a [syllabus](syllabus/)
|
||||
|
||||
## Readings
|
||||
|
||||
|
@ -18,14 +18,14 @@ Reinforcement Learning: An Introduction
|
|||
By Richard S. Sutton and Andrew G. Barto
|
||||
|
||||
|
||||
[Reading Schedule](readings)
|
||||
[Reading Schedule](readings/)
|
||||
|
||||
|
||||
## Notes
|
||||
|
||||
The notes for this course, is going to be an extreemly summarized version of the textbook. There will also be notes on whatever side tangents Dr. Davies and I explore.
|
||||
|
||||
[Notes page](notes)
|
||||
[Notes page](notes/)
|
||||
|
||||
I wrote a small little quirky/funny report describing the bandit problem. Great for learning about the common considerations for Reinforcement Learning problems.
|
||||
|
||||
|
|
|
@ -3,13 +3,13 @@ title: Lecture Notes for Reinforcement Learning
|
|||
showthedate: false
|
||||
---
|
||||
|
||||
[Chapter 1: An Introduction](intro)
|
||||
[Chapter 1: An Introduction](intro/)
|
||||
|
||||
[Chapter 2: Multi-armed Bandits](bandits)
|
||||
[Chapter 2: Multi-armed Bandits](bandits/)
|
||||
|
||||
[Chapter 3: Markov Decision Processes](mdp)
|
||||
[Chapter 3: Markov Decision Processes](mdp/)
|
||||
|
||||
[Chapter 4: Dynamic Programming](dynamic)
|
||||
[Chapter 4: Dynamic Programming](dynamic/)
|
||||
|
||||
[Chapter 5: Monte Carlo Methods](mcmethods)
|
||||
[Chapter 5: Monte Carlo Methods](mcmethods/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue