Taylor Petty
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 1
Posts
Recent activity by Taylor Petty-
MVar errors in Python
AnsweredI have a fixed p and q and I want to minimize the sum of squared errors between A^T @ p and q with some restrictions. I.e., min_A (L2_norm(A^T p - q)), subject to A only having entries in {0,1,2} (...