Skip to content

[WIP] Add Tutorial and Derivations Notebooks for VALMOD #585 #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
1f409f9
Add Tutorial Notebook for VALMOD
NimaSarajpoor Apr 6, 2022
53774a5
Fix calculation and implement Lower-Bound distance profile
NimaSarajpoor Apr 6, 2022
5b5216c
Merge branch 'main' into Tutorial_VALMOD
NimaSarajpoor Apr 9, 2022
ca04fae
improve markdowns
NimaSarajpoor Apr 10, 2022
c6b0868
Major Revise of Notebook
NimaSarajpoor Apr 11, 2022
d21061a
Use 2662 to enclose math equations written in latex to resolve render…
NimaSarajpoor Apr 11, 2022
88503ed
modify math eq latex in markdown
NimaSarajpoor Apr 11, 2022
1a87295
add twin_freak explanation
NimaSarajpoor Apr 12, 2022
00377bd
add lower-bound calculation for non-normalized p-norm distance
NimaSarajpoor Apr 12, 2022
f38e2e5
major improvement in derivation of lower-bound
NimaSarajpoor Apr 12, 2022
9c1e9fd
minor changes to improve clarity
NimaSarajpoor Apr 12, 2022
ffee3db
explain system of equations in finding critical points
NimaSarajpoor Apr 13, 2022
7554bff
use cdot in latex math to improve readability
NimaSarajpoor Apr 13, 2022
b8ea16c
restructure the notebook to keep the flow
NimaSarajpoor Apr 13, 2022
d3f9617
minor changes
NimaSarajpoor Apr 13, 2022
7d26c97
improve readibility of equations
NimaSarajpoor Apr 13, 2022
32f12a1
Polish math equations
NimaSarajpoor Apr 13, 2022
5405d47
imporve readability
NimaSarajpoor Apr 13, 2022
cd6be19
minor change
NimaSarajpoor Apr 13, 2022
06480c1
minor changes to improve readability
NimaSarajpoor Apr 16, 2022
0ccf8d5
improve readibility of expansion of eq 9
NimaSarajpoor Apr 16, 2022
9d61b8f
Elaborated calculations
NimaSarajpoor Apr 16, 2022
52204e0
show calculations for two equations with two unknowns
NimaSarajpoor Apr 16, 2022
ad1e79d
Discussed the advantage of discovered solution
NimaSarajpoor Apr 16, 2022
e5c3d38
add subscript ij to correlation rho
NimaSarajpoor Apr 16, 2022
1e2b64c
Create Tutorial Notebook for VALMOD
NimaSarajpoor Apr 16, 2022
3ed76c3
Removed old notebook
NimaSarajpoor Apr 16, 2022
9d87538
ADD new notebook for deriving equation in VALMOD
NimaSarajpoor Apr 16, 2022
b4ef7db
ADD calculation for LowerBound when corr is negative
NimaSarajpoor Apr 16, 2022
9629b8e
FIXed Calculation for deriving eq(2) when q is neg
NimaSarajpoor Apr 16, 2022
8b249e4
Removed unnecessary variables in calculating LB
NimaSarajpoor Apr 16, 2022
e387483
ADDed proof for pearson correlation
NimaSarajpoor Apr 16, 2022
b6b0151
proof read the notebook
NimaSarajpoor Apr 16, 2022
1c4d7fa
check equations and flow
NimaSarajpoor Apr 16, 2022
4335cbd
comments are adressed
NimaSarajpoor Apr 16, 2022
58c88f5
Improve readabilty of calculations
NimaSarajpoor Apr 16, 2022
9c921c2
DELETED file with old name
NimaSarajpoor Apr 16, 2022
4c1e2be
Reviewed notebook
NimaSarajpoor Apr 16, 2022
b09d479
Merge branch 'main' into Tutorial_VALMOD
NimaSarajpoor Apr 16, 2022
2b6c9dc
ADD heading and revise subheadings
NimaSarajpoor Apr 16, 2022
b2a86e4
ADD proof for global minimum
NimaSarajpoor Apr 16, 2022
53e740b
Correct some notes
NimaSarajpoor Apr 16, 2022
a39e98b
Rename the notebook
NimaSarajpoor Apr 16, 2022
46ed1f6
Removed redundant equation
NimaSarajpoor Apr 17, 2022
a2754b5
FIXED spelling errors
NimaSarajpoor Apr 17, 2022
87c5332
minor changes
NimaSarajpoor Apr 17, 2022
8a35010
convert equations to base-zero indexing
NimaSarajpoor Apr 17, 2022
94dd218
minor changes
NimaSarajpoor Apr 17, 2022
86e0a33
proof read
NimaSarajpoor Apr 18, 2022
92e7840
ADD LowerBound formula
NimaSarajpoor Apr 18, 2022
bd5c133
Add intro on VALMOD algorithm
NimaSarajpoor Apr 24, 2022
34441e0
Add section 3 (core idea) and section 4 (implementation)
NimaSarajpoor Apr 25, 2022
ab36c8a
Elaborate sections 2,3,4
NimaSarajpoor Apr 25, 2022
4ae4d26
Improve readability
NimaSarajpoor Apr 25, 2022
450ddc6
Correct grammer and typo
NimaSarajpoor Apr 25, 2022
1ff9947
Merge branch 'main' into Tutorial_VALMOD
NimaSarajpoor Apr 25, 2022
15e5a14
proof read
NimaSarajpoor Apr 25, 2022
c8653e2
Removed unrecognized latex code
NimaSarajpoor Apr 25, 2022
d924fc1
minor changes
NimaSarajpoor Apr 25, 2022
df84ded
minor changes
NimaSarajpoor Apr 26, 2022
7d38e39
replace heapq with np.searchsorted
NimaSarajpoor Apr 26, 2022
cbe649f
Fix typo
NimaSarajpoor Apr 27, 2022
34edea8
Test P and I of _VALMOD_stump
NimaSarajpoor Apr 27, 2022
b4b9f69
minor changes
NimaSarajpoor Apr 27, 2022
1cd81af
Merge branch 'main' into Tutorial_VALMOD
NimaSarajpoor Feb 26, 2023
c6dd58d
Implement VALMOD-draft version
NimaSarajpoor Feb 27, 2023
ada4fdf
implement naive valmod and minor changes
NimaSarajpoor Feb 28, 2023
6280aa0
Merge branch 'main' into Tutorial_VALMOD
NimaSarajpoor Mar 7, 2023
f6126ca
minor changes
NimaSarajpoor Mar 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading