Skip to content
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

MTN update readme #40

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
8f70bb1
ENH plot_quadratic and update config file
MatDag Feb 19, 2024
61806e0
ENH add quadratics to readme
MatDag Feb 19, 2024
0ecc679
FIX latex readme
MatDag Feb 19, 2024
2307ccc
FIX latex readme
MatDag Feb 19, 2024
391f6cb
Merge branch 'main' into update_readme
MatDag Oct 11, 2024
f394a6d
FIX typo
MatDag Oct 11, 2024
8da9ac5
FIX typo
MatDag Oct 11, 2024
047c83e
FIX double backslash
MatDag Oct 11, 2024
0d8b556
FIX typo
MatDag Oct 11, 2024
17e2267
ENH doc eigenvalues of matrices
MatDag Oct 11, 2024
89f0966
FIX typo
MatDag Oct 11, 2024
479e1d5
ENH value function evaluation nit that expensive
MatDag Oct 11, 2024
76ac1fe
FIX double backquotes
MatDag Oct 11, 2024
8dc98c2
WIP doc
MatDag Oct 14, 2024
df74427
WIP complete doc how to create a solver
MatDag Oct 14, 2024
dd3380c
ENH add comments amigo
MatDag Oct 14, 2024
beb83f1
ENH readme
MatDag Oct 14, 2024
c77ba62
ENH docstring StochasticJaxSolver
MatDag Oct 14, 2024
05dfa21
ENH comment amigo
MatDag Oct 14, 2024
38f2197
FIX flake8
MatDag Oct 14, 2024
d4b1b35
FIX review suggestions README.rst
MatDag Oct 16, 2024
d093b8b
CLN create template_stochastic_solver and moove explanation from AmIGO
MatDag Oct 16, 2024
e0d785c
ENH add template_solver.py
MatDag Oct 17, 2024
f333a7c
ENH add template_dataset.py
MatDag Oct 17, 2024
c31f5cc
ENH ref to benchopt template
MatDag Oct 17, 2024
931e095
Update README.rst
tomMoral Oct 18, 2024
143ca61
ENH apply suggestion readme
MatDag Oct 18, 2024
481880f
ENH replace rst by md
MatDag Oct 18, 2024
ae2ce5d
FIX brackets
MatDag Oct 18, 2024
b0cb39a
FIX brackets
MatDag Oct 18, 2024
928b70a
FIX brackets
MatDag Oct 18, 2024
a29f393
FIX brackets
MatDag Oct 18, 2024
1038359
FIX brackets
MatDag Oct 18, 2024
50ca4aa
Update README.md
MatDag Oct 18, 2024
cd580c1
Update README.md
MatDag Oct 18, 2024
5f68c11
CLN remove tilde
MatDag Oct 18, 2024
0d1ab03
FIX ref
MatDag Oct 18, 2024
7d9508e
CLN remove useless params
MatDag Oct 18, 2024
59001b3
WIP
MatDag Oct 18, 2024
2fac0da
ENH simplify template_dataset
MatDag Oct 22, 2024
3d7bded
FIX typo
MatDag Oct 22, 2024
10b3bc0
FIX batched_quadratics disappeared in simulated.py...
MatDag Oct 22, 2024
5b80320
CLN remove plot_quadratics.py
MatDag Oct 22, 2024
302d8af
ENH rm generate_matrices
MatDag Oct 23, 2024
a7769ec
CLN docstring
MatDag Oct 23, 2024
7a881a8
FIX flake8
MatDag Oct 23, 2024
9b4c556
ENH callback info template dataset
MatDag Oct 24, 2024
510c812
ENH lr_scheduler template_stochastic_solver
MatDag Oct 24, 2024
e918f5a
ENH add comments oracles
MatDag Nov 21, 2024
f65755e
ENH docstring init
MatDag Nov 21, 2024
24c08fa
ENH docstring get_step
MatDag Nov 21, 2024
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
Prev Previous commit
Next Next commit
FIX ref
  • Loading branch information
MatDag authored Oct 18, 2024
commit 0d1ab038615460f175a63588607be8aeff2a932e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ each line in $z$ is independently regularized with the strength $\exp(x_j)$.

### 3 - Data cleaning

This problem was first introduced by [Franceschi et al., 2017](https://arxiv.org/abs/1703.01785).
This problem was first introduced by [Franceschi et al. (2017)](https://arxiv.org/abs/1703.01785).
In this problem, the data is the MNIST dataset.
The training set has been corrupted: with a probability $p$, the label of the image $`y\in\{1,\dots,10\}`$ is replaced by another random label between 1 and 10.
We do not know beforehand which data has been corrupted.
Expand Down
Loading