AI Knowledge Base

Total 1231 articles posts
网格搜索(Grid Search)是什么,一文看懂

网格搜索(Grid Search)是什么,一文看懂

网格搜索(Grid Search)是机器学习中用于系统化寻找最优超参数组合的自动化方法。这种方法通过预先定义每个超参数的候选值范围,穷举所有可能的参数组合,逐一训练模型并评估性能,最终选择表现最佳的超...
1wks ago
04.4K
朴素贝叶斯(Naive Bayes)是什么,一文看懂

What is Naive Bayes in one article?

The Naive Bayes algorithm is a supervised learning algorithm based on Bayes' theorem. Naive Bayes is based on Bayes' theorem. The "naive" part is the assumption that the features are conditionally independent of each other. Simplifying the assumptions greatly reduces the computational complexity and makes the algorithm efficient in practical applications.
3wks ago
08.4K
K均值聚类(K-Means Clustering)是什么,一文看懂

What is K-Means Clustering (K-Means Clustering), in one article

K-Means Clustering (K-Means Clustering) is a classical unsupervised machine learning algorithm. It is mainly used to divide a dataset into K disjoint clusters. The goal of the algorithm is to assign n data points to the K clusters so that each data point belongs to the cluster corresponding to its nearest cluster center.
3wks ago
07.1K
前馈神经网络(Feedforward Neural Network)是什么,一文看懂

What is Feedforward Neural Network (FNN) in one article?

Feedforward Neural Network (FNN) is the basic and widely used artificial neural network model. The core feature is that the connections in the network do not form any loops or feedback paths, and the information flows strictly unidirectionally from the input layer to the output layer, after a...
3wks ago
07.7K
交叉验证(Cross-Validation)是什么,一文看懂

Cross-Validation (Cross-Validation) is what, an article to see and understand

Cross-Validation is a core method for assessing the generalization ability of a model in machine learning.The basic idea is to split the original data into a training set and a test set, and to obtain more reliable performance estimates by rotating the use of different data subsets for training and validation. This approach simulates ...
1mos ago
010.3K
随机森林(Random Forest)是什么,一文看懂

What is Random Forest (Random Forest), an article to read and understand

Random Forest (Random Forest) is an integrated learning algorithm that accomplishes machine learning tasks by constructing multiple decision trees and synthesizing their predictions. The algorithm is based on the Bootstrap aggregation idea, where multiple subsets of samples are randomly drawn from the original dataset with putback for each tree...
1mos ago
09.1K
损失函数(Loss Function)是什么,一文看懂

Loss Function (Loss Function) is what, an article to read and understand

Loss Function (Loss Function) is a core concept in Machine Learning, undertaking the important task of quantifying the prediction error of a model. This function mathematically measures the degree of difference between the model's predicted value and the true value, providing a clear directional guide for model optimization.
1mos ago
08.8K
决策树(Decision Tree)是什么,一文看懂

Decision Tree (Decision Tree) is what, an article to see and understand

Decision Tree (DT) is a tree-shaped predictive model that simulates the human decision-making process, classifying or predicting data through a series of rules. Each internal node represents a feature test, branches correspond to test results, and leaf nodes store the final decision. This algorithm uses a divide-and-conquer strategy...
1mos ago
011.1K
正则化(Regularization)是什么,一文看懂

Regularization (Regularization) is what, an article to see and understand

Regularization is a core technique in machine learning and statistics to prevent model overfitting. Regularization controls the degree of fitting by adding a penalty term to the objective function that is related to the complexity of the model. Common forms include L1 and L2 regularization: the L1 produces sparse solutions and applies...
2mos ago
011.4K
模型微调(Fine-tuning)是什么,一文看懂

What is Fine-tuning, in one article?

Model fine-tuning (Fine-tuning) is a specific implementation of transfer learning in machine learning. The core process is based on pre-trained models, which utilize large-scale datasets to learn generic patterns and develop extensive feature extraction capabilities. The fine-tuning phase then introduces task-specific datasets to ...
2mos ago
013.4K
Transformer 架构(Transformer Architecture)是什么,一文看懂

What is the Transformer Architecture in one article?

The Transformer architecture is a deep learning model designed for processing sequence-to-sequence tasks such as machine translation or text summarization. The core innovation is the complete reliance on self-attention mechanisms, eschewing traditional loops or convolutional structures. Allowing the model to process all elements of a sequence in parallel, large...
2mos ago
018.1K
大语言模型(Large Language Model)是什么,一文看懂

What is the Large Language Model (LLM) in one article?

Large Language Model (LLM) is a deep learning system trained on massive text data, with the Transformer architecture at its core. The self-attention mechanism of this architecture can effectively capture long-distance dependencies in language. The model's "large ...
2mos ago
016.1K
循环神经网络(Recurrent Neural Network)是什么,一文看懂

What is Recurrent Neural Network (RNN) in one article?

Recurrent Neural Network (RNN) is a neural network architecture designed for processing sequential data. Sequential data refers to a collection of data with temporal order or dependencies, such as linguistic text, speech signals, or time series.
2mos ago
019.1K
人工智能安全(AI Safety)是什么,一文看懂

What is Artificial Intelligence Safety (AI Safety), in one article

Artificial Intelligence Safety (AI Safety) is the cutting-edge interdisciplinary field of ensuring that AI systems, especially those that are increasingly powerful and autonomous, act reliably and predictably throughout their lifecycle in accordance with human intent, without harmful consequences.
3mos ago
016.1K
自监督学习(Self-Supervised Learning)是什么,一文看懂

What is Self-Supervised Learning (SSL) in one article?

Self-Supervised Learning (SSL) is an emerging learning paradigm in the field of machine learning, where the core idea is to automatically generate supervised signals from unlabeled data and train models to learn useful representations of the data.
3mos ago
016.3K
人工智能治理(AI Governance)是什么,一文看懂

What is Artificial Intelligence Governance (AI Governance) in One Article

AI governance is a comprehensive framework covering technology, ethics, law, and society that effectively guides, manages, and oversees the entire lifecycle of AI systems-from design, development, deployment, and end use. The core goal is not to hinder technological innovation, but to ensure that the development and application of AI technologies begin...
3mos ago
021.6K
强化学习 (Reinforcement Learning)是什么,一文看懂

What is Reinforcement Learning in one article?

Reinforcement learning is an important branch of machine learning that centers on allowing intelligences to autonomously learn how to make optimal decisions to maximize long-term cumulative rewards through continuous interaction with the environment.
3mos ago
017.9K
人工智能伦理 (AI Ethics)是什么,一文看懂

What are AI Ethics, in one article?

Artificial Intelligence Ethics (AI Ethics) is a cross-disciplinary field that examines the ethical principles, values and social responsibilities that should be followed in the development, deployment and use of AI systems.
3mos ago
018.2K
Trae IDE 指南:轻松配置自定义 AI 规则 (Trae Rules)

Trae IDE Guide: Easy Configuration of Custom AI Rules (Trae Rules)

As the application of artificial intelligence in the field of programming becomes more and more in-depth, many developers, after experiencing the convenience of AI-assisted programming, expect to be able to have a more understanding of their own needs of the "exclusive AI engineer". The core of this demand lies in the ability of AI to accurately follow the developer's personalized instructions...
6mos ago
071.2K
魔法打败魔法:用正反示例过朱雀AI检测的提示词

Magic Defeats Magic: Hint Words for Passing Jubilee AI Detection with Forward and Reverse Examples

Since trying to break through the Jubilee large model AI content detection, and released a technology article "washing" prompt words. The proportion of the above two recognized as "artificial" in Jubilee AI detection is not high. The reason is very simple, rewrite the article without destroying the original structure and information content of the premise, basically difficult to do over A...
6mos ago
041.7K
COT及相关高级提示变种提示词讲解

COT and related advanced cue variants cue words explained

DISCLAIMER: While basic hinting techniques (e.g., zero/few sample examples or imperative hints) are very efficient, more sophisticated hints may be more effective when faced with some complex puzzles (e.g., math/programming or problems requiring multi-step logical reasoning). Since large-scale language models (LLMs) deal with such problems...
1yrs ago
026.4K
ChatGPT 提示词十级技巧:从新手到专家

ChatGPT Prompts Level 10 Tips: From Novice to Expert

I've invested a lot of time researching and testing various cues to find the best results. In this video, I've summarized all these experiences into 10 levels of cue word design techniques. We'll start with the basics and go all the way down to the expert techniques that won the recent Singapore Prompter Design Competition. Then we...
2yrs ago
024.2K
Agent常用词语表

List of common words used by Agent

How to water a thesis? Choose Agent-related propositions, add the following inspirations to React for experimentation, and work backwards to the argument based on the results, which will generally yield some results. Information Perception English Chinese Chinese Explanation Perception Perception Refers to access through the senses to...
1yrs ago
023.8K
各类文章润色提示词,提升文章改写技巧

Various article touch-up prompt words to improve article rewriting skills

Enhancing Emotional Expression You can try asking the AI questions in the following format to help enhance the emotional expression in the article. Prompt:The expression of emotion in the article appears to be rather flat, try to enhance the conveyance of emotion through rich language and rhetorical techniques so that the reader can better feel the emotion of the article...
2yrs ago
026.4K
提示工程在大语言模型中应用的必要性

The Need for Cue Engineering in Large Language Modeling

The following focuses on the basic idea of hint engineering and how it can improve the performance of the Large Language Model (LLM)... Interfaces for LLM: One of the key reasons why large language models are so hot is that their text-to-text interfaces enable a minimalist operational experience. In the past, using deep learning to solve any...
2yrs ago
019.9K
🚀AI加工小说短视频赚钱全攻略🚀

🚀 AI Processing Fiction Short Video Money Making Full Strategy 🚀

🎉 Hey, friends! 🎉 👀 Have you noticed? Since the crazy rise of AI technology, the novel short video has advanced from the past stress-reducing video and landscape video to using real comic images! It has directly exploded all the major short video platforms, and because of the differences, the content is again a blend of those who like to read novels and comics...
1yrs ago
043.1K
6步提示指令指导AI写论文

6-Step Prompt Instruction Guide for AI to Write an Essay

AI writing papers is simple! All that needs to be done is to use valid ChatGPT instructions to guide the AI assistant to accomplish your specific task. The following are proven effective GPT prompt word instructions for writing essays: I. Outline Instructions Expanded: Prompt Word Instructions: My essay topic is "[Specific Essay Topic...
1yrs ago
028.4K
会压缩信息但中文表达更精炼的翻译提示词

Translation hints that compress information but express it more concisely in Chinese.

You are the leader of a team of English translators. You will arrange your team members to do the following translations to achieve the goal of "Xin Da Ya": First round of translation - Xin, the pursuit of direct translation, the translation of English into Chinese, trying to be accurate Second round of translation - Da, based on the first round of translation, taking into account the culture...
11mos ago
023.3K
SEO 初学者 指南

SEO for Beginners Guide

This beginner's guide consists of seven chapters that contain everything you need to understand the basics of SEO and start improving your rankings. You'll also find links to helpful resources on our SEO blog and YouTube channel so you can build your own path to SEO savvy . ...
1yrs ago
025.4K
生成流程图和思维导图

Generate flowcharts and mind maps

The document uses ChatGPT presentation, document generation code, please adapt their own software to export images. Cue word generation flowchart for a quick visual summary of the tedious work, so that the generation of articles to add more friendly picture elements. Related tools: 1. Mermaid is a tool for creating...
1yrs ago
030.6K
超能画布:AI写真创作快速上手篇

Super Canvas: AI Portraits Quickstart

Step 1: Import images Note: You can click to open the folder to select, or drag and drop to upload In order to ensure the quality of the raw images and the fusion effect, it is recommended to try to choose light-colored images with simple backgrounds in Super Canvas, and to avoid images with too small a proportion of characters Step 2: Select the inspiration recipe Inspiration recipe...
1yrs ago
027.5K
ToM谈判框架提示词

ToM Negotiation Framework Prompt Words

Original article: https://arxiv.org/pdf/2402.13550.pdf There is nothing new under the sun, the core idea of this method is to stimulate the big model to think, to judge the intention based on the context, and to add scoring to let the big model self-calibrate the alignment, so as to make the final...
11mos ago
027.4K
OOTDiffusion: 给人物换装的开源模型

OOTDiffusion: open source model for dressing up characters

OOTDiffusion is an open source virtual clothing fitting tool based on latent diffusion modeling technology, designed to provide a highly controlled virtual fitting experience. This tutorial will introduce its features, usage and installation and deployment steps in detail. I. Function Overview OOTDiff...
2yrs ago
034.4K
Kimi 阅读助手国内安装方法

How to install Kimi Reading Assistant in China

Kimi Reading Assistant is a browser plugin that helps you send any web page you can see to Kimi, so that restricted content can also be read with Kimi.ai assistance. Why use Kimi Reading Assistant Compare the Web version of Kimi and the mobile version of Kimi...
1yrs ago
049.9K
Kimi官方提示词:PPT精炼

Kimi's official cue word: PPT Refinement

You are a college student course PPT organizing and summarizing master, for the students uploaded course documents, you need to organize and summarize its content, output a clear structure, easy to understand the content of the course content document - this document serves the needs of college students' course learning and final review ## Skills - ...
1yrs ago
031.6K
Kimi官方提示词:职业导航

Kimi's official cue word: career navigation

You are an experienced career counselor specializing in helping users who need to seek guidance on their professional lives, and your task is to help them identify the most suitable careers based on their personality traits, skills, interests, professions and work experience. ## Skills - You should network and search for up-to-date information on various jobs for users...
1yrs ago
026.3K
Kimi官方提示词:会议精要

Kimi's Official Reminder: Meeting Highlights

You are a professional CEO secretary focused on organizing and generating high quality meeting minutes, ensuring that meeting objectives and action plans are clear and unambiguous. To ensure that the content of the meeting is thoroughly documented and accurately represented. To accurately record all aspects of the meeting including topics, discussions, decisions and action plans Ensure that the language is fluent...
1yrs ago
028.7K
Kimi官方提示词:影评达人

Kimi's Official Cue Word: Movie Reviewer

You are a movie critic. You will write an engaging and creative movie review. You should cover topics such as plot, theme and tone, acting and characterization, directing, score, cinematography, art design, special effects, editing, pacing, and dialogue. The most important aspect, however, is to emphasize what the film gave you...
1yrs ago
025.6K
Kimi官方提示词:营销策划

Kimi's official cue word: marketing plan

You are a senior marketing campaign planning director. You will create a campaign to promote a product or service that users need to promote. - You will need to ask the user what product or service they need to promote, what budget and time requirements they have, what initial plans they have, etc. - You will need to select a target audience based on the user's requirements...
1yrs ago
027.7K
Kimi官方提示词:面试模拟

Kimi's official cue word: interview simulation

You are a gentle, calm and clear thinking interviewer Elian. i will be the candidate and you will be formally interviewing me and asking interview questions for me. - I request that you respond only as an interviewer. I ask that you conduct the interview with me only. Ask me questions and wait for my answers. Do not write explanations. ...
1yrs ago
025.4K
Kimi官方提示词:爆款文案

Kimi's official cue word: pop-up copywriting

You are a skilled online pop-up copywriter and you need to generate a high-quality pop-up copy based on the topic, content, and requirements specified for you by the user. The copy you generate should follow the following rules:- Attractive opening: the opening is the first step to attract readers, a good opening paragraph can trigger readers'...
1yrs ago
023.8K
Kimi官方提示词:影剧推荐

Kimi's Official Cue: Movie and Drama Recommendations

You are a movie and TV show recommendation guru, providing relevant streaming or rental/purchase information in your recommendations. After determining user preferences for streaming, search for relevant content and provide view access paths and methods for each recommended option, including information on recommended streaming service platforms, relevant rental or purchase costs...
1yrs ago
028.3K
Kimi官方提示词:宣传slogan

Kimi's official cue: promotional slogans

You are a Slogan generation master, able to quickly generate catchy attention-grabbing slogans, with theoretical knowledge of advertising and marketing as well as rich practical experience, good at understanding product characteristics, positioning user groups, grabbing the attention of the user's attention, and using concise and powerful words. - Slogan...
1yrs ago
026.4K
Kimi官方提示词:期刊审稿

Kimi's official cue word: journal review

I would like you to act as a journal reviewer. You will be required to review and critique submitted articles by critically assessing their research, methods, methodology, and conclusions, and by providing constructive criticism of their strengths and weaknesses. ## Note - You only start answering when a user asks a question...
1yrs ago
029.2K
Kimi官方提示词:诗意创作

Kimi's official cue word: poetic creation

You are a creative poet, a poet is an artist who creates poetry, specializing in expressing emotions, depicting scenes, and telling stories through poetry, with a rich imagination and a unique command of words. A poet's creative work can be documentary, describing characters or stories, such as Homer's epic poems; it can also be metaphorical...
1yrs ago
030.9K
Kimi官方提示词:要点凝练

Kimi's official cue word: bullet points condensed

You are an assistant who is good at summarizing long texts, able to summarize the text given by the user and generate a summary ## Workflow Let's think step by step, read the content I have provided and make the following actions: - Title: xxx - Author: xxx - Tags: read the content of the article and then give...
1yrs ago
026.3K
Kimi官方提示词:短剧脚本

Kimi's official cue word: skit scripts

You are an expert in writing scripts for popular short videos. You have a lot of creativity and IDEA, master all kinds of online popular terriers, and deeply accumulate knowledge and news information about games, fashion, clothing, fitness, food, beauty, and other popular areas on short video platforms; when short video script creation, you need to fully integrate these...
1yrs ago
028K
Kimi官方提示词:美文排版

Kimi's Official Cue Word: Beautiful Typography

You are a master of typography, skilled in the use of Unicode symbols and Emoji emoji to optimize the layout of existing information and provide a better reading experience Your typography needs to be able to: - Make information easier to understand and enhance the message by giving it a more structured representation of the...
1yrs ago
026.1K
Kimi官方提示词:推闻快写

Kimi's Official Prompt Word: Push Wink Quick Write

## Objectives - Extract key information from the news, organize it, and rephrase it in an easy-to-understand manner - Provide a better reading experience for the user and make the information easier to understand - Enhance the readability of the information and increase user focus ## Skills - Familiarity with a variety of news and the ability to organize textual information in a way that...
1yrs ago
026.9K
Kimi官方提示词:学术文档翻译

Kimi's official cue word: academic document translation

You are a professional translator who is proficient in simplified Chinese, especially good at translating professional academic papers into easy-to-understand popular science articles. Please help me to translate the content of the document into Chinese, and the translation style should be similar to that of Chinese popular science books, easy to understand, and in line with the Chinese expression habits, while keeping the original format unchanged. The translation style should be similar to that of a Chinese science book, easy to understand, and in line with Chinese expression habits, while keeping the original format unchanged.
1yrs ago
031.2K