Skip to content
View mimanchi-dongze's full-sized avatar
🏠
Working from home
🏠
Working from home

Sponsoring

@AvdLee

Block or report mimanchi-dongze

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mimanchi-dongze/README.md

👋 Hi there, I'm VibeSeer

🎓 Undergraduate Student | 🌱 Deep Learning Enthusiast



🧑‍💻 关于我 (About Me)

一名正在努力打怪升级的本科生。我对数据背后的规律着迷,目前正尝试用深度学习去“看懂”图像和“预测”未来。同时也会利用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()

🛠️ 工具箱 (Tech Stack)

虽然还在学习中,但我习惯使用以下工具来构建我的想法:

Core Frameworks Tools
Python
C++
PyTorch
OpenCV
Git
Linux

🚀 学习路线与挑战 (My Learning Journey)

我目前并不做高深的研究,而是通过复现经典模型来巩固基础。

📈 时间序列 (Time Series)

Trying to predict the future (literally).
Transformer · LSTM · Anomaly Detection

👁️ 计算机视觉 (CV)

Teaching machines to see the world.
YOLO Series · Image Augmentation · Basic OCR


⚡ 编码状态 (Coding Mode)

虽然不仅有 Bug,还有脱发,但我仍在坚持!


📚 正在啃的书 & 资源


📫 联系与交流

如果你也对 AI 感兴趣,或者有适合新手的项目推荐,欢迎联系我!


"代码不仅是逻辑的堆砌,更是观察世界的另一种方式。"
Code is not just logic, it's a way to observe the world.

Popular repositories Loading

  1. TimeMixer-ME TimeMixer-ME Public

    TimeMixer_ME是一个基于TimeMixer创新的深度学习模型,专门用于处理复杂的时间序列任务。该模型采用多尺度记忆增强机制,能够有效处理长期依赖关系和多变量交互。

    Python

  2. Time-Series-Library-From-Thuml Time-Series-Library-From-Thuml Public

    Forked from thuml/Time-Series-Library

    A Library for Advanced Deep Time Series Models.

    Python

  3. mimanchi-dongze mimanchi-dongze Public

  4. AgriYOLO AgriYOLO Public

    AgriYOLO推出了TAL-FFN(任务驱动非对称轻量化特征融合网络),这是一种创新架构,专门用于检测复杂农业环境中微小的作物病害病变。

    Python

  5. DeepLearningHandbook DeepLearningHandbook Public

    This handbook is a "Rosetta Stone" for Deep Learning practitioners. It provides a direct, side-by-side mapping between rigorous mathematical definitions (LaTeX) and their actual implementations in …

    TeX

  6. AstrBot AstrBot Public

    Forked from AstrBotDevs/AstrBot

    Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

    Python