cifangyiquan 10 X 10
cifangyiquan:~/blog$ cat ./categories
ai
machine-learning
search-engine
programming

cifangyiquan:~/blog/archives$ tar -xf 2024.tar && ls posts
2024-01-23 国内agents平台概览

cifangyiquan:~/blog/archives$ tar -xf 2023.tar && ls posts
2023-10-01 xgboost4j 在apple m2芯片上临时使用方法
2023-09-30 Maven学习(在macos m2下使用)
2023-08-20 Transformer原理——Open AI 和 DeepMind使用的神经网络
2023-06-02 ChatGLM-6B 实践分享
2023-04-01 从用户角度看搜索

cifangyiquan:~/blog/archives$ tar -xf 2019.tar && ls posts
2019-03-09 机器学习中的函数总结
2019-03-06 C++中文字符处理(宽字符转换)
2019-01-10 c++11 thread_local 用法