为了方便USAAIO参赛者备考,以下资料免费提供,请合理利用参赛资源,点击此处跳转到全部资料下载。
| USAAIO真题题库 | USAAIO样题 | USAAIO备赛书目(4本) |
1、2025 USAAIO Round 1(部分真题)
第1题:Problem 1 (100 points)
Let us consider the following sequence:
Fn=Fn−1+Fn−2, ∀ n≥2.
Before starting this problem, make sure to run the following code first without any change:
# DO NOT CHANGE
import numpy as np
import matplotlib.pyplot as plt
""" END OF THIS PART """
WARNING !!!
Beyond importing libraries/modules/classes/functions in the preceeding cell, you are NOT allowed to import anything else for the following purposes:
- As a part of your final solution. For instance, if a problem asks you to build a model without using sklearn but you use it, then you will not earn points.
- Temporarily import something to assist you to get a solution. For instance, if a problem asks you to manually compute eigenvalues but you temporarily use
np.linalg.eigto get an answer and then delete your code, then you violate the rule.
Rule of thumb: Each part has its particular purpose to intentionally test you something. Do not attempt to find a shortcut to circumvent the rule.
All coding tasks shall run on CPUs, not GPUs.
Part 1 (10 points, non-coding task)
Let F0=3, F1=1.
Manually write down Fn for n=2,3,4,5.
Reasoning is not required.
Part 2 (10 points, non-coding task)

Part 3 (10 points, non-coding task)
Explain why A is a symmetric matrix.
Part 4 (10 points, non-coding task)

2、2025 USAAIO Round 2(部分真题)
Problem 1 (100 points)




The high level idea of PINN is as follows:


USAAIO真题题库已整理,点击查看⇓
更多样题持续整理中~请扫码添加顾问老师进行预约领取!


1、Deep Learning by Ian Goodfellow, Yoshua Bengio, Aaron Courville
2、Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow (Aurélien Géron)
3、Introduction_to_Python_Programming
4、MachineLearningTomMitchell

USAAIO备赛书目(4本)已打包,扫码领取⇓

为了方便考生备考,以上所有资料已全部打包,扫码即可下载全部资料⇓

