AI 时代自己整理笔记还有意义吗?

感觉现在有了 chatGPT 什么都总结好了,自己总结很难超过 AI 的。比如 我问 feature selection method,AI 回答:

Feature selection is the process of choosing a subset of relevant features (variables, predictors) for use in model construction. It can improve model performance, reduce overfitting, and enhance interpretability. Feature selection methods fall into three main categories:


1. Filter Methods

These use statistical techniques to evaluate the relationship between each feature and the target variable, independent of any machine learning algorithm.

Examples:

  • Correlation coefficient: Pearson/Spearman correlation with the target.

  • Chi-square test: For categorical variables and classification.

  • Mutual Information: Measures dependency between feature and target.

  • ANOVA F-test: For continuous features and categorical target.

  • Variance Threshold: Removes features with low variance.

:white_check_mark: Pros: Fast and computationally efficient.
:cross_mark: Cons: Ignores feature interactions.


2. Wrapper Methods

These use a predictive model to evaluate feature subsets and select the best-performing one.

Examples:

  • Recursive Feature Elimination (RFE): Recursively removes the least important feature.

  • Sequential Feature Selection (SFS):

    • Forward Selection: Start with none, add features.

    • Backward Elimination: Start with all, remove features.

:white_check_mark: Pros: Takes interactions into account.
:cross_mark: Cons: Computationally expensive, prone to overfitting on small data.


3. Embedded Methods

These perform feature selection during the model training process.

Examples:

  • Lasso Regression (L1 regularization): Shrinks coefficients to zero.

  • Ridge Regression (L2): Shrinks coefficients, but does not eliminate them.

  • Elastic Net: Combines L1 and L2.

  • Tree-based models (e.g., Random Forest, XGBoost): Provide feature importance metrics.

:white_check_mark: Pros: Efficient and model-aware.
:cross_mark: Cons: Feature importance may vary across models.

所以现在还有必要自己整理笔记吗?

有意义,AI问了问题,问完不可能当场背下来内化,总有需要翻阅的一天,我习惯性放到Apple 备忘录里进行整理,以后需要查阅的时候只需要点开备忘录就行了而不是会ChatGPT/Gemini里搜对话记录。

而且AI给的答案绝对不可能完全基于你的个人情况,包括批注、个人感悟都需要自己手写,AI聊天框搜做不到的。

AI更多的是:给你信息本身,就跟你看到了一张PPT,听老师讲课一样。

但是如果要内化信息,一定需要做的事情是:整理、分类信息(写笔记,整理进自己的知识库),

不然随着时间推移你一定会忘,除非你当下就基于这些信息做了某件事情完成了应用/联系,或者该信息对你的印象之深刻以至于对你造成的冲击你无法忘记。

4 个赞

除此之外,Gemini 2.5 Pro在文字处理方面比Open AI o4 mini High要好用。前者能把文字掰开来讲清楚,后者的回答极其简略,不够详细。

但是Open AI o4 mini high适合快速地搜集信息并且给出对应出处,而Gemini 2.5 Pro在搜集信息方面不会给你出处,所以可靠性较低。

Workflow: 存在搜索的需求 → ChatGPT o4 mini high 进行搜索(3次不同对话框)→Gemini 2.5 pro对信息进行整理形成最终Report → 阅读最终Report。

又是你,机器学习学会了吗?没学会也不用学了

自己整理或者实践可以加快internalization aka学会东西的过程
所以过分依赖LLM chatbot的结果之一就是学会/实践怎样写prompt了 往往要学的还是没学上

2 个赞

就像楼上说的,整理是过程,不是目的 :yaoming:

2 个赞

你自己整理笔记输出的过程其实会加深对知识的理解

3 个赞

我个人来说 我会把我屎一样的笔记给ai 然后自己再加工一下成自己的 能记住 毕竟记笔记的最终目的还是记到脑子里用 而不是抄下来放在notebook里 给几十年后自己感慨几十年前很勤奋写这么多 却什么都没记住

这就像老师把笔记都写在黑板上了 全班五六十个人都抄了下来但就那么几个人小测一百分 把曾经上课的老师当成未来牛逼的ai就行了

这个问题有点类似有计算器了学习1+1=2还有意义吗?在能把意识放在机器里或者把机器放在脑子里之前,总是不一样的吧

从来没有真的搞过笔记,曾经试图弄过,但都流产了

1 个赞

每个人学习习惯不一样,找到适合自己的就行。

读书时候有些人笔记整的可漂亮了,可是作业考试啥都不会 :yaoming: 光顾着整理 没时间思考

1 个赞

整理对自己的身心舒畅有意义那就是有意义了

不说学到多少记住多少, 至少满足了幻想中的井井有条的结构性体系性, 大脑很喜欢(

1 个赞