打造专属GPT知识库机器人 Building a Custom GPT Knowledge Base Bot

2024-10-22 17:00:00
构建了一个基于embedding方案构建的知识库机器人,能根据问题和知识库相关内容组织语言进行问题回答 A knowledge base bot has been built using an embedding-based solution, which can organize language to answer questions based on the query and the relevant content from the knowledge base.

机器学习研究总结 Summary of Machine Learning Study

2024-10-13 15:00:00
在研究了一段时间的机器学习核心理论与实战后,总结一下学到的核心思想与实践方法 After spending some time learning the core theories and practical applications of machine learning, I’ve summarized the key concepts and practical methods I’ve learned.

卷积神经网络原理 Principles of Convolutional Neural Network (CNN)

2024-10-02 18:00:00
介绍卷积神经网络的原理、计算方法、相关参数和经典架构,以及一个图片分类的TensorFlow代码示例 An introduction to the principles of convolutional neural networks, their calculation methods, related parameters, and classic architectures, along with an image classification TensorFlow code example.