一名正在努力打怪升级的本科生。我对数据背后的规律着迷,目前正尝试用深度学习去“看懂”图像和“预测”未来。同时也会利用VibeCoding去实现自己的奇思妙想!
class Jiaulo:
def __init__(self):
self.status = "🎓 Undergraduate Student (CS Major)"
self.passion = ["Computer Vision", "Time Series Analysis"]
self.motto = "Stay Hungry, Stay Foolish"
def get_current_state(self):
return {
"learning": ["Transformer Architecture", "YOLO Deployment"],
"reading": "Deep Learning Papers (Trying to understand!)",
"mood": "☕️ Powered by Coffee & Bug Fixing"
}
def say_hi(self):
print("Thanks for dropping by! Let's learn together.")
me = Jiaulo()
me.say_hi()虽然还在学习中,但我习惯使用以下工具来构建我的想法:
我目前并不做高深的研究,而是通过复现经典模型来巩固基础。
Trying to predict the future (literally).
Transformer · LSTM · Anomaly Detection
Teaching machines to see the world.
YOLO Series · Image Augmentation · Basic OCR
虽然不仅有 Bug,还有脱发,但我仍在坚持!
- 📖 Dive into Deep Learning (动手学深度学习) - 强烈推荐的入门书
- 📘 Forecasting: Principles and Practice - 时序圣经
- 📄 Papers with Code - 努力读懂论文中
如果你也对 AI 感兴趣,或者有适合新手的项目推荐,欢迎联系我!



