-
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.
- Loading branch information
1 parent
7f9c098
commit e831000
Showing
4 changed files
with
18 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Convex Optimisation | ||
|
||
Contains optimisation algorithms written from scratch. Code here is correct, but not of very high quality. I do intend to come back and | ||
make it neater and faster and improve generalisability. |
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,6 @@ | ||
# High Dimensional Optimisation | ||
|
||
Contains jupyter notebooks that serve some supervised learning objective using optimisation algorithms written from scratch. | ||
Although I never received any feedback nor scoring for this work (the prof never delivered on his promise) | ||
I did do rather decently for this module, leading me to believe code here was probably correct. | ||
|
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Optimisation | ||
Contains optimisation algorithms written from scratch and some data analysis also using optimisation algos written from scratch. | ||
Contains optimisation algorithms written from scratch and some data analysis also using optimisation algorithms written from scratch. | ||
|
||
Specifically, it contains code written for modules DSA3102 Convex Optimisation and DSA4212 High Dimensional Optimisation, and is | ||
sorted as such: convex is code from 3102, and high dimensional denotes code from 4212. This repo will also contain any | ||
other optimisation algorithms I write. |