有没有能完整落地数学建模的ai或者程序 #199086
Replies: 3 comments 2 replies
-
|
中文 (Chinese): 目前还没有 AI 能够完全自动完成数学建模并保证结果正确,但 ChatGPT、GitHub Copilot、MATLAB、Python(NumPy、SciPy、PyTorch)以及 Wolfram 等工具可以帮助进行模型选择、数据分析、代码实现和结果验证。不同问题适合不同的建模方法,建议提供具体的研究方向、数据类型或目标,以便获得更有针对性的建议。 English: At present, there is no AI that can fully automate mathematical modeling and guarantee correct results. However, tools such as ChatGPT, GitHub Copilot, MATLAB, Python (NumPy, SciPy, PyTorch), and Wolfram can assist with model selection, data analysis, implementation, and validation. Different problems require different modeling approaches, so sharing more details about your research topic, data, or objectives will help the community provide more specific recommendations. |
Beta Was this translation helpful? Give feedback.
-
|
感谢你的解答,但是我这里用不了chatgpt,或者说不方便使用,你能给我讲解更详细的操作吗,比如如何准确使用ai来完成一道数学建模题
…---原始邮件---
发件人: "Madireddy Meena Mahanth ***@***.***>
发送时间: 2026年6月16日(周二) 凌晨0:28
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [community/community] 有没有能完整落地数学建模的ai或者程序 (Discussion #199086)
中文 (Chinese):
目前还没有 AI 能够完全自动完成数学建模并保证结果正确,但 ChatGPT、GitHub Copilot、MATLAB、Python(NumPy、SciPy、PyTorch)以及 Wolfram 等工具可以帮助进行模型选择、数据分析、代码实现和结果验证。不同问题适合不同的建模方法,建议提供具体的研究方向、数据类型或目标,以便获得更有针对性的建议。
English:
At present, there is no AI that can fully automate mathematical modeling and guarantee correct results. However, tools such as ChatGPT, GitHub Copilot, MATLAB, Python (NumPy, SciPy, PyTorch), and Wolfram can assist with model selection, data analysis, implementation, and validation. Different problems require different modeling approaches, so sharing more details about your research topic, data, or objectives will help the community provide more specific recommendations.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
非常感谢您的建议,请问该如何称呼您
…---原始邮件---
发件人: "Madireddy Meena Mahanth ***@***.***>
发送时间: 2026年6月16日(周二) 凌晨0:36
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [community/community] 有没有能完整落地数学建模的ai或者程序 (Discussion #199086)
你可以这样回复他:
中文: 当然可以。即使不用 ChatGPT,也可以把 AI 当作“辅助队友”来完成数学建模,而不是让它直接替你写完整答案。一个比较实用的流程是:
读题与提炼问题:先把题目拆成“目标、约束、已知条件、要求输出”四部分,让 AI 帮你总结。
提出假设:让 AI 帮你列出合理假设,并判断这些假设是否过强或过弱。
选择模型:根据题型选择常见方法,比如回归、优化、微分方程、图论、AHP、灰色模型、时间序列等。
建立公式和变量:让 AI 帮你定义变量、写出模型表达式,并解释每个符号的含义。
代码实现:如果要算数据,可以让 AI 生成 Python / MATLAB 代码,然后你自己运行并检查结果。
结果分析与验证:让 AI 帮你分析结果是否合理,是否需要做敏感性分析、误差分析或对比实验。
论文写作:最后让 AI 辅助整理成论文结构:摘要、问题分析、模型建立、求解、结果、评价与改进。
最重要的是:AI 负责提建议、列思路、补代码、润色表达;你负责理解题目、判断模型、检查结果。
如果你愿意,我可以下一条直接给你一个“数学建模中如何使用 AI 的完整实战模板”。
English: Of course. Even without ChatGPT, AI can still be used as an assistant for mathematical modeling, not as a full replacement. A practical workflow is:
Understand the problem: break the question into objective, constraints, known data, and required output.
Make assumptions: ask AI to suggest reasonable assumptions and check whether they are too strong or too weak.
Choose a model: select common methods based on the problem type, such as regression, optimization, differential equations, graph theory, AHP, gray models, or time series.
Define variables and equations: let AI help you define variables and write the mathematical model clearly.
Implement in code: for computation, ask AI to generate Python or MATLAB code, then run and verify it yourself.
Analyze and validate results: use AI to check whether the results are reasonable and whether sensitivity or error analysis is needed.
Write the paper: use AI to help structure the final report: abstract, problem analysis, model building, solution, results, and improvement.
The key idea is: AI suggests ideas, formulas, code, and wording; you make the final decisions and verify everything.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Learning Paths
Body
有没有适合跑数学建模的程序,能给出模型建议和建模方向
Beta Was this translation helpful? Give feedback.
All reactions