Search Results
Displaying 2131 to 2140
of 2144 total results
- « Previous
- 212
- 213
- 214
- 215
- Next »
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-train.html
mysql> SELECT model_id, model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle = 'topic_modeling_use_case'; +----------+-------------------------+----------------------------+ | model_id | model_handle | ... After ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-forecasting-model.html
mysql> SELECT model_id, model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle = 'forecasting_use_case'; +----------+----------------------------------------------+--------------------------------------------+ | ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training.html
mysql> SELECT model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG; +-----------------------------------------------------+---------------------------------+ | model_handle | train_table_name | ... Run the ML_TRAIN routine on a training ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-forecasting-model.html
To generate predictions, use the sample data from the electricity_demand_test dataset. Even though the table has labels for the demand target column, the column is not considered when generating predictions. This allows you to compare the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-items-to-users.html
This topic describes how to generate recommended users for items. For known users and known items, the output includes a list of users that will most likely give a high rating to an item and will also predict the ratings or rankings. For a new ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-ratings-rankings.html
This topic describes how to generate recommendations for either ratings (recommendation model with explicit feedback) or rankings (recommendation model with implicit feedback). If generating a rating, the output predicts the rating the user will ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-items.html
This topic describes how to generate recommendations for similar items. For known items, the output includes a list of predicted items that have similar ratings and are appreciated by similar users. The predictions are expressed in cosine ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
This topic describes how to generate recommendations for similar users. For known users, the output includes a list of predicted users that have similar behavior and taste. The predictions are expressed in cosine similarity, and range from 0, very ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
This topic describes how to generate recommended items for users. For known users and known items, the output includes a list of items that the user will most likely give a high rating and the predicted rating or ranking. For a new user, and an ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-chat-details.html
Viewing Details To view the chat session details, inspect the @chat_options variable: mysql> SELECT JSON_PRETTY(@chat_options); The output includes the following details about a chat session: Vector store tables: in the database which were ... This ...
Displaying 2131 to 2140
of 2144 total results
- « Previous
- 212
- 213
- 214
- 215
- Next »