WO2021171591A1 - Information processing method, information processing device, and program - Google Patents

Information processing method, information processing device, and program Download PDF

Info

Publication number
WO2021171591A1
WO2021171591A1 PCT/JP2020/008445 JP2020008445W WO2021171591A1 WO 2021171591 A1 WO2021171591 A1 WO 2021171591A1 JP 2020008445 W JP2020008445 W JP 2020008445W WO 2021171591 A1 WO2021171591 A1 WO 2021171591A1
Authority
WO
WIPO (PCT)
Prior art keywords
horse
animal
information processing
mother
performance
Prior art date
Application number
PCT/JP2020/008445
Other languages
French (fr)
Japanese (ja)
Inventor
裕造 園生
Original Assignee
裕造 園生
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 裕造 園生 filed Critical 裕造 園生
Priority to PCT/JP2020/008445 priority Critical patent/WO2021171591A1/en
Priority to JP2022503030A priority patent/JP7448992B2/en
Publication of WO2021171591A1 publication Critical patent/WO2021171591A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/02Agriculture; Fishing; Forestry; Mining

Definitions

  • the present invention relates to an information processing method, an information processing device, and a program.
  • Patent Document 1 discloses a method for predicting competition performance based on the presence of one or more single nucleotide polymorphisms.
  • the information processing method for predicting the potential competitive performance of an animal is based on an acquisition step of acquiring the parameters of the target animal and the parameters acquired in the acquisition step. Prediction to predict the potential competitive performance of the target animal based on the specific step of identifying the animal corresponding to the ancestor of the target animal and the competitive performance of the animal corresponding to the ancestor of the target animal specified in the specific step.
  • the competition performance is the average and dispersion of at least one of the winnings and the number of appearances in the competition between the animal that is the ancestor of the animal of interest and its descendants.
  • the accompanying drawings are included in the specification and are used to form a part thereof, show embodiments of the present invention, and explain the principles of the present invention together with the description thereof.
  • the software block diagram of the information processing apparatus which concerns on 1st Embodiment. The figure which shows an example of the data structure of the racehorse data which the information processing apparatus which concerns on 1st Embodiment has.
  • the figure which shows an example of the data structure of the breeding horse data which the information processing apparatus which concerns on 1st Embodiment has.
  • the flowchart which shows an example of the learning process executed by the information processing apparatus which concerns on 1st Embodiment.
  • the information processing device implements an information processing method that predicts the potential competitive performance of the animal.
  • the animal to be predicted is a horse, particularly a young piece
  • the potential competitive performance of the young piece is predicted based on the competitive performance of horses having a pedigree relationship with the young piece (referred to as related horses in the present specification) such as the father horse and the mother horse of the young piece.
  • the potential competition performance will be described as the number of appearances in the horse racing race and the prize money won.
  • a horse is used as an example for predicting the potential competition performance, but in order to predict the potential competition performance of any animal such as a cow, a dog, or a chicken.
  • the present embodiment can also be applied to.
  • the competition performance can be selected according to the competition in which the animal participates.
  • FIG. 1 is a hardware configuration diagram of the information processing device 1 according to the present embodiment.
  • the information processing device 1 has a processor 101, a memory 102, a storage 103, and a network I / F (interface) 104. These components can communicate with each other via the bus 105.
  • the processor 101 is a system control unit and controls the entire information processing device 1.
  • the processor 101 includes at least one of a CPU, a GPU (Graphics Processing Unit), and a microcontroller that executes a program (instruction group) or an operating system (OS) stored in the storage 103.
  • a program instruction group
  • OS operating system
  • the memory 102 is composed of a DRAM (Dynamic Random Access Memory) used as a work memory of the processor 101, a SRAM (Static Random Access Memory), and the like.
  • DRAM Dynamic Random Access Memory
  • SRAM Static Random Access Memory
  • the storage 103 includes an HDD (Hard Disk Drive) and an SSD (Solid State Drive) that store at least one of a program executed by the processor 101, an OS, and a data table and setting values used by the program. Further, the storage 103 may include a PROM (Programmable Read Only Memory), an EPROM (Erasable ROM), and an EEPROM (Electrically EPROM).
  • HDD Hard Disk Drive
  • SSD Solid State Drive
  • PROM Program Read Only Memory
  • EPROM Erasable ROM
  • EEPROM Electrically EPROM
  • the network I / F 104 is a communication unit for connecting to an external device (not shown) and executing data communication, and includes at least one of a wired network I / F and a wireless network I / F.
  • the wireless network I / F can perform wireless communication compliant with Wi-Fi (Wireless Fidelity) (registered trademark), Bluetooth (registered trademark), and the like.
  • the information processing device 1 may include a user interface (UI) including at least one of an input unit such as a keyboard and a touch panel that accepts user operations, and an output unit such as a display or a speaker.
  • UI user interface
  • the information processing device 1 can be realized as an arbitrary information processing terminal such as a personal computer, a mobile phone, a smartphone, a PDA, a tablet terminal, a wearable terminal, or a performance prediction device.
  • FIG. 2 is a diagram showing a software configuration of the information processing device 1 according to the present embodiment.
  • the software module of the information processing apparatus 1 shown in FIG. 2 is realized by the processor 101 executing a program stored in the storage 103.
  • the software module of the information processing device 1 includes a racehorse data management unit 201, a breeding horse data management unit 202, a young piece parameter acquisition unit 203, a relative horse identification unit 204, a learning unit 205, a prediction unit 206, and a providing unit 207. ..
  • the racehorse data management unit 201 manages data such as past racehorse results and pedigree in the storage 103.
  • the racehorse data management unit 201 may update the data stored in the storage 103 when the racehorse data is received via the network I / F 104.
  • the racehorse data management unit 201 may periodically access a database on the Internet to acquire new racehorse data.
  • the breeding horse data management unit 202 manages the data of horses bred on the ranch to produce foals in the storage 103.
  • the breeding horse data management unit 202 may update the data stored in the storage 103 when the breeding horse data is newly received via the network I / F 104.
  • the breeding horse data management unit 202 may periodically access a database on the Internet to acquire new breeding horse data.
  • the young piece parameter acquisition unit 203 acquires the parameters of the young piece for which the potential competition performance should be predicted.
  • the young piece parameter acquisition unit 203 may acquire the young piece parameter from an external device via the network I / F 104.
  • the information processing device 1 may include a user interface (UI) (not shown), and may acquire parameters of a young piece whose potential competition performance should be predicted via the UI.
  • the parameters of the young piece include the sex of the young piece, information that can identify the parents, and the like. The details of the parameters of the young piece will be described later.
  • the blood-related horse identification unit 204 identifies a horse that has a blood relationship with the young horse whose potential competition performance should be predicted, based on the parameters acquired by the young piece parameter acquisition unit 203.
  • the blood-related horse identification part 204 is the father horse, mother horse, father horse (father of the father horse, that is, the paternal grandfather of the child piece), parent horse (father of the mother horse, that is, the mother of the child piece). Identify the grandfather), the mother-father horse (the mother of the father horse, that is, the paternal grandmother of the young piece), and the mother-mother horse (the mother of the mother horse, that is, the maternal grandmother of the young piece).
  • the blood-related horse identification unit 204 identifies horses corresponding to younger brothers, cousins, and cousins. Further, in one example, the blood relative horse identification unit 204 identifies a father horse, a mother horse, a father horse, a parent horse, a mother father horse, and a mother mother horse, and horses corresponding to these descendants.
  • the learning unit 205 adjusts the parameters of the machine learning model held by the prediction unit 206 based on the racehorse data and the breeding horse data managed by the racehorse data management unit 201 and the breeding horse data management unit 202.
  • the learning unit 205 can execute a learning process for adjusting parameters of a machine learning model by using a known machine learning algorithm such as a random forest, a neural network, or a perceptron. A detailed description of the learning process executed by the learning unit 205 will be described later with reference to FIGS. 5A and 5B.
  • the prediction unit 206 generates input data to be input to the machine learning model based on the parameters of the young piece acquired by the young piece parameter acquisition unit 203. Further, the prediction unit 206 inputs the generated input data to the machine learning model, and obtains a predicted value of the competition performance as an output. A detailed description of the prediction unit 206 will be described later with reference to FIG.
  • the providing unit 207 provides the user or an external device with the potential competition performance of the young piece predicted by the predicting unit 206.
  • the providing unit 207 may transmit a predicted value of the competition performance of the young piece to an external device via the network I / F 104.
  • the information processing device 1 is provided with an output device such as a display, a speaker, or a printer, at least one of these output devices may present the predicted value of the competition performance of the young piece to the user of the information processing device 1. good.
  • racehorse data managed by the racehorse data management unit 201 will be described with reference to FIG.
  • the data managed by the racehorse data management unit 201 includes identification information 301, horse name 302, date of birth 303, gender 304, breed 305, coat color 306, performance information 307, and relative horse identification information 308.
  • the identification information 301 is an identifier of the racehorse.
  • Horse name 302 is the name given to the racehorse.
  • the date of birth 303 is information corresponding to the date of birth of the racehorse.
  • Gender 304 is information regarding the gender of the racehorse.
  • the breed 305 is information indicating a racehorse breed such as "Thoroughbred”, “Thoroughbred”, “Semi-Thoroughbred”, and "Anglo-Arab”.
  • the coat color 306 is information indicating the coat color of a race horse such as "brown hair”, “liver brown hair”, "bay”, “black bay”, and "blue bay”.
  • the performance information 307 is information indicating the past performance information of the racehorse, and in the present embodiment, the performance information 307 includes the number of races information 309 and the prize information 310.
  • the number of races information 309 is information indicating how many times the racehorse has participated in the race so far.
  • the run count information 309 may include information about the run count for each type of race.
  • the prize information 310 is information indicating the amount of prize money (earned prize money) of the racehorse so far.
  • the performance information 307 includes the order of arrival of the racehorse, the type of race in which the racehorse participated (turf, dirt, obstacle, clockwise, counterclockwise), the order of arrival of the race in which the racehorse participated, or It is possible to further include the number of times each arrival order is reached. That is, the performance information 307 may include any information as long as it is an index indicating the competition performance of the racehorse.
  • Blood-related horse identification information 308 indicates identification information of horses that are related to the racehorse.
  • the blood-related horse identification information 308 includes father-horse identification information 311 and mother-horse identification information 312, father-father horse identification information 313, parent-mother horse identification information 314, mother-father horse identification information 315, and mother-mother horse identification information. 316 is included.
  • the father horse identification information 311 is identification information of the father horse, for example, the father horse identification information 311 included in the racehorse data of a certain racehorse and the identification information 301 included in the racehorse data of the father horse of the racehorse. May be associated with each other. Further, the father horse identification information 311 included in the racehorse data of a certain racehorse may be associated with the identification information included in the breeding horse data of the father horse of the racehorse.
  • the mare identification information 312 indicates the identification information of the mother horse, and the father-father horse identification information 313 indicates the identification information of the father-father horse (father horse of the father horse).
  • the parent-mother horse identification information 314 indicates the parent-mother horse
  • the mother-father horse identification information 315 indicates the mother-father horse
  • the mother-mother horse identification information 316 indicates the identification information of the mother-mother horse.
  • the information regarding the blood relationship of the race horse includes information that can identify the ancestral horses of the father horse, the mother horse, the father horse, the parent horse, the mother father horse, and the mother mother horse up to two generations ago.
  • Horses of ancestors may be considered.
  • the blood relative horse identification information 308 may include information that can identify offspring such as a foal and a grandchild. Even in this case, the offspring to be specified may be limited by the perspective of the blood relationship. For example, it may be limited to foal horses, grandchild horses, great-grandson horses, etc. Horses may be identified.
  • the racehorse data management unit 201 has producer information indicating information on producers such as the ranch where the racehorse was born and the owner of the ranch, and trainer information indicating information on the trainer in charge of training the racehorse.
  • producer information indicating information on producers such as the ranch where the racehorse was born and the owner of the ranch
  • trainer information indicating information on the trainer in charge of training the racehorse.
  • Data including owner information indicating information on racehorse owners may be managed.
  • the potential competition performance of the young piece will be described as predicting the number of races and prizes, but if the purpose is to predict other parameters, the other parameters will race. It may be included in the horse data management unit 201.
  • the racehorse data management unit 201 may manage the racehorse data including the total number of first-place finishes, or the number of winning races by distance. If the purpose is to predict, the number of first arrivals for each distance may be managed.
  • Breeding horse data includes identification information 401, date of birth 402, gender 403, breed 404, coat color 405, father horse breeding registration information 406, and mare breeding registration information 407.
  • the identification information 401 is the identification information of the breeding horse, and in one example, the identification information 401 of a certain breeding horse is the identification information 301 included in the racehorse data when the breeding horse is active as a racehorse. It may be associated. Since the date of birth 402, the sex 403, the breed 404, and the coat color 405 are the same as the date of birth 303, the sex 304, the breed 305, and the coat color 306 of the racehorse, the description thereof will be omitted.
  • the father horse breeding registration information 406 is the identification information of the mother horse of the breeding horse
  • the mother horse breeding registration information 407 is the identification information of the mother horse of the breeding horse.
  • the paternal horse breeding registration information 406 and the mare breeding registration information 407 may be associated with the identification information 401 of the paternal horse and mare breeding horse data.
  • the learning process of FIGS. 5A and 5B may be executed when an execution request for the learning process is received via the UI or the network I / F 104, or may be executed by the information processing apparatus 1 at predetermined time intervals. good.
  • the learning process of FIGS. 5A and 5B is realized by the processor 101 executing a program stored in the storage 103 using the memory 102 as a workspace.
  • the processor 101 acquires the racehorse data managed by the racehorse data management unit 201.
  • the race horse data managed by the race horse data management unit 201 includes duplicate records or data included in the race horse data that is not used for learning, these records and data are deleted.
  • Data shaping processing such as Further, in S501, the racehorse may be learned for a limited period of time, for example, by limiting the date of birth 402 of the racehorse data and acquiring the racehorse data. As a result, it is possible to prevent the competition performance of the racehorse at a time when the number of races held and the prize amount are significantly different from excessively affecting the learning process.
  • the processor 101 uses the racehorse data management unit 201 to manage the racehorse data management unit 201 for the racehorse identification information 308, and the breeding horse data management unit 202 to manage the breeding horse data. It is specified based on at least one of the paternal horse breeding registration information 406 and the mother horse breeding registration information 407. For example, if the racehorse identification information 308 of the racehorse data corresponding to a certain racehorse is acquired, the ancestor horse of the racehorse can be identified.
  • the horse of the descendant of the racehorse is specified. be able to.
  • the processor 101 calculates the average value and dispersion of the racehorse run count information 309 and the prize information 310 of the racehorses of the respective descendants of the blood relative horses for each of the blood relative horses of each race horse, and the blood relative horses. Get the processed competition performance of.
  • the processed competition performance of a relative horse is treated as an evaluation value of the relative horse based on the competition performance of the relative horse and its descendants.
  • the competition performance of the pedigree horse is processed.
  • the details of S503 will be described with reference to FIG. 5B.
  • the processor 101 identifies the offspring of one of the relatives.
  • the processor acquires the competitive performance of any of the identified relatives and their offspring.
  • the processor 101 calculates the average and variance of the competitive performance of the kin and the offspring of the kin.
  • the processor 101 stores the average and variance of the competition performance of the relative horse and the descendants of the relative horse as the processed competition performance of the relative horse. This is repeated for all related horses (S5035).
  • the average and variance of the competition performance between the kinship horse and the offspring of the kinship horse are calculated, but weighting may be performed according to the perspective of the kinship relationship with the kinship horse. good.
  • FIG. 8 is a pedigree diagram showing racehorses descendants of horses A801, B802, and C803.
  • the upper row 8011 shows the identification information
  • the lower row left 8012 shows the gender
  • the lower row center 8013 shows the prize money
  • the lower row right 8014 shows the number of runs.
  • the other horses are also illustrated in the same way.
  • the horse D804 has run 24 times and the prize money is 55M (55000000) yen.
  • horse A801 and horse B802 give birth to horse D804 and horse E805. It can also be seen that horse E805 gave birth to a foal containing horse I809 with horse F806. It can also be seen that horse B802 and horse C803 gave birth to horse G807 and horse H808.
  • horse D804 in S502, a horse having a pedigree relationship of horse B802 as a father horse and horse A801 as a mare is specified.
  • horse A801, horse B802, horse E805, horse G807, horse H808, and horse I809 may be identified as pedigree horses in S502.
  • the processor 101 sets the age of the mare at the time of giving birth to the racehorse birth date 303, the birth date 402 of the mare breeding horse data, or the racehorse data of the mare. It is calculated and obtained from the date of birth 303 of. If the racehorse database stores the age of the mare at the time of delivery of the racehorse, the age of the mare at the time of delivery may be obtained without calculation.
  • the processor 101 generates a set of explanatory variables and objective variables.
  • the objective variable points to the competition performance that you want to estimate as the potential competition performance of the young piece.
  • the processor 101 extracts the run number information 309 and the prize information 310 as objective variables for each racehorse.
  • the processor 101 includes the racehorse data managed by the racehorse data management unit 201 for each racehorse, such as gender 304, breed 305, hair color 306, and the time when the racehorse is delivered. Extract the age of the mother horse and the processed race performance of the relative horse in.
  • FIG. 9A is a diagram showing explanatory variables.
  • the identification information 901 is the identification information 901 of the racehorse, and corresponds to the identification information 301 in FIG. 3 in one example.
  • Gender 902 and coat color 903 are data indicating the gender and route of the racehorse, respectively, and correspond to gender 304 and coat color 306 in FIG. 3 in one example.
  • the mare birth age 904 is the age of the mare at the time of giving birth to the racehorse, and is the age of the mare at the time of delivery acquired in S504.
  • the average and variance 905 of the prizes of the father horse and the average and variance 906 of the number of runs of the father horse are the processed competition performances of the father horse calculated in S503.
  • the racehorse is horse D804, it is the processed competition performance of horse B802.
  • the average and variance (907-916) of mare-to-mare prizes and run counts is the processed competition performance of mare-to-mare.
  • FIG. 9B shows the prize money 951 and the number of runs 952 corresponding to the explanatory variables.
  • the prize money 951 corresponds to the prize money information 310 and the number of runs information 309 in FIG. In the example of FIG. 8, when the racehorse is horse D804, it is the prize money and the number of runs (55M, 24) of horse D804.
  • the processor 101 can acquire both the explanatory variable and the objective variable. .. Therefore, the parameters of the machine learning model can be tuned using both the explanatory variables and the objective variables.
  • the processor 101 may extract at least a part of the set of explanatory variables and objective variables and standardize the objective variables and explanatory variables of the extracted set. For example, when standardizing the number of runs in a processed competition performance, the scale may be changed so that the average number of runs of all racehorses is 0 and the variance is 1. For items for which a value such as coat color 405 cannot be obtained, standardization processing may not be performed.
  • the processor 101 adjusts the machine learning model so that when the explanatory variable is input to the machine learning model of the prediction unit 206, the objective variable corresponding to the explanatory variable is output.
  • the branch condition of the node of the random forest is set.
  • a known technique such as grid search can be used for parameter tuning.
  • the processor 101 stores a set of objective variables and explanatory variables used for learning, and also stores a random forest model after learning.
  • a known technique for learning a machine learning model may be applied, such as randomly selecting explanatory variables and adjusting a decision tree.
  • the machine learning model of the prediction unit 206 is learned based on the competition performance of the horse that is related to the racehorse. I do.
  • the processor 101 acquires the parameters of the young piece including the identification information of the father horse, the identification information of the mother horse, the sex, the coat color, and the birth age of the mother horse.
  • the identification information of the father horse acquired in S601 may be associated with the identification information 401 managed by the breeding horse data management unit 202.
  • the information processing apparatus 1 includes a user I / F (not shown) and may accept at least one of the parameters specified via the user I / F.
  • the information processing device 1 may operate as a web server and acquire at least one of the parameters from another communication device via the network I / F 104.
  • the processor 101 that has received the identifier of the young piece or the horse name may access an external database and search for the identification information of the father horse and the mother horse.
  • the processor 101 advances the process to S602 and identifies a horse that has a blood relationship with the young piece for which the parameter has been acquired.
  • the father horse and the mother horse are identified based on the identification information of the father horse of the young piece and the identification information of the mother horse.
  • the processor 101 advances the processing to S603 and calculates the processed competition performance of the father horse and the mother horse.
  • the machine learning model of the prediction unit 206 and the explanatory variables used during the learning of the father horse and the mother horse explained with reference to FIG. 9A are acquired, and a part of the objective variables is extracted.
  • the average and variance of the father's horse's prize included in the explanatory variable containing the identification information 901 corresponding to the father's horse's identification information 905 can be used as the average and variance of the father's horse's prize for the young piece.
  • the average and variance of the mare prizes contained in the explanatory variables containing the identification information 901 corresponding to the identification information of the father horse can be used as the average and variance of the prize money of the mother horse for the young piece.
  • the explanatory variables corresponding to the paternal horse identifier are used in predicting the potential competitive performance of the paternal horse's child, reducing the amount of computation in performing the prediction process. be able to.
  • the explanatory variables corresponding to the mare identifiers are used to predict the potential athletic performance of the mare's offspring.
  • the processed competition performance of the father horse and the mother horse was explained as being calculated, but in one example, the processed competition of the father horse and the mother horse is associated with the explanatory variables shown in FIG. 9A during the learning process.
  • the prediction process can be executed even faster.
  • the processor 101 advances the processing to S604, and inputs the acquired parameters of the young piece and the processed competition performance of the blood relative horse of the young piece into the machine learning model. Then, as an output, the expected value of the competition performance is acquired as the potential competition performance of the young piece.
  • FIG. 10 is a diagram showing a machine learning model 1000 that takes the explanatory variable shown in FIG. 9A as an input and outputs the objective variable shown in FIG. 9B.
  • the machine learning model 1000 is described as being a random forest, but other machine learning techniques can be applied.
  • the machine learning model 1000 includes a plurality of decision trees 1 to n. At least a part of the explanatory variables shown in FIG. 9A is input to each of the decision trees 1 to n. Explanatory variables for different items may be input to different decision trees. Next, each of the decision trees 1 to n is subjected to regression analysis based on the input explanatory variables. Then, the average module 1001 averages the outputs from the respective decision trees 1 to n, and outputs the predicted values of the prize money 951 of the young piece and the number of runs 952. In this way, in S604, the prediction unit 206 inputs the explanatory variables to the model adjusted by machine learning and outputs the objective variables.
  • the predicted values of the prize money 951 and the number of runs 952 have been described as one value each, but in one example, the predicted value of the prize money 951 is in the range of values (50M to 65M). It may be the average value and the variance of the prize money predicted by each decision tree 1 to n.
  • the processor 101 advances the processing to S605 and provides the potential competition performance of the acquired young piece.
  • the information processing device 1 may transmit a signal indicating an objective variable to another communication device via the network I / F 104.
  • the information processing device 1 includes a display unit (not shown), the information processing device 1 may display a screen showing the objective variable on the display unit.
  • the information processing device predicts the potential competition performance of the young piece based on the competitive performance of the blood-related horse having a blood relationship with the young piece. As a result, it is not necessary to investigate the genetic information of the young piece, so that the potential competitive performance of the young piece can be predicted quickly and easily.
  • the information processing device predicts the potential competitive performance of the young piece based on the age of the mare when the young piece is born. This makes it possible to more accurately predict the potential competitive performance of young pieces.
  • the competition performance of the racehorse having a blood relationship with the young piece is processed based on the competition performance of the descendants of the racehorse having the blood relationship, and the potential competition performance of the young piece is processed. Used to predict. As a result, the pedigree is expected to have high competitive performance, but the potential competitive performance of young pieces is excessively low due to horses that have exceptionally low competitive performance or horses that have not been able to perform sufficiently due to injuries. It can be prevented from being estimated.
  • the information processing apparatus predicts the potential competitive performance of the young piece based on the competitive performance of the father horse, the mother horse, the father father horse, the parent horse, the mother father horse, and the mother mother horse as blood relative horses. .. This makes it possible to analyze in detail the influence of blood relatives on the competitive performance of young pieces, and to predict the potential competitive performance of young pieces more accurately.
  • the racehorse data management unit 201 and the breeding horse data management that adjust the parameters of the machine learning model based on the competition performance of the racehorse that already has the competition performance and the horse that is related to the racehorse.
  • the information processing device that predicts the potential competition performance of the young piece based on the data possessed by the part 202 has been described.
  • the lack of racehorse or breeding horse data may make it impossible to obtain at least some of the competitive performance of horses that are related to the young piece.
  • the competition performance of one related horse cannot be obtained, the process of estimating and complementing the competition performance of the one related horse will be described. The description of the configuration, function, or processing similar to that of the first embodiment will be omitted.
  • FIG. 7 is a flowchart showing an example of the prediction process according to the second embodiment.
  • S5031 and S5032 are the same as those in the first embodiment.
  • the processor 101 determines whether or not there is a horse that cannot acquire the competition performance among the horses that are related to the competition horse used for learning. If there is no horse whose competition performance cannot be obtained (No in S701), the processor 101 advances the process to S5033. Since the following is the same as that of the first embodiment, the description thereof will be omitted.
  • the processor 101 advances the process to S702 and identifies a horse having a blood relationship with the horse whose competition performance cannot be obtained.
  • the processing of S702 can be performed in the same manner as in S502 and S5031 by using the identification information of horses whose competition performance cannot be acquired.
  • the processor 101 advances the process to S703 and acquires the competition performance of the horse having a blood relationship with the horse whose competition performance cannot be acquired.
  • the processor 101 advances the process to S704, and estimates the competition performance of the horse whose competition performance cannot be acquired based on the competition performance of the horse which is related to the horse whose competition performance cannot be acquired.
  • the competition performance cannot be acquired by inputting the competition performance of a horse whose competition performance cannot be acquired as an objective variable and the competition performance of a horse having a blood relationship with a horse whose competition performance cannot be acquired as an explanatory variable into a machine learning model.
  • the machine learning model used in S704 may be a machine learning model adjusted based on a horse whose competitive performance can be acquired and a horse which is related to the horse. That is, the machine learning model may be adjusted based on the competition performance of a horse whose competition performance can be acquired once and the horse which is related to the horse, and then the competition performance of the horse whose competition performance cannot be acquired may be estimated.
  • the competition performance can be estimated and used for the learning process, so that the training data of the machine learning model can be increased.
  • the learning process when there is a horse whose competition performance cannot be acquired at the time of learning, a case where the learning process is performed by complementing the competition performance of the horse whose competition performance cannot be acquired has been described.
  • the same process can be performed when there is a horse whose competition performance cannot be obtained at the time of prediction.
  • the competitive performance can be estimated, so that the potential competitive performance of the young piece is predicted by the horse that does not have the competitive performance. You can reduce the possibility that you will not be able to do it.
  • the configuration of the information processing apparatus may be changed for the purpose of identifying a father horse for producing a young piece having good potential competition performance for a specific mother horse. ..
  • a candidate father horse and a father horse, a parent horse, a father father horse, a father parent horse, a parent parent horse, and a parent mother horse corresponding to the father horse
  • By inputting and assuming the birth age of the mother horse it is possible to predict the potential competitive performance of the non-existent young piece. This makes it possible to determine which mare and father horse should produce a young piece with high potential competitive performance.
  • the configuration of the information processing device according to the present embodiment may be changed for the purpose of specifying an appropriate age for the mare to produce a young piece.
  • the birth age of the mother horse is virtually set and predicted multiple times, so that the young piece born at which birth age has a high potential competitive performance. It is possible to determine the timing of giving birth to the mare.
  • a program that realizes one or more functions of each of the above-described embodiments is supplied to the system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by processing.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Marine Sciences & Fisheries (AREA)
  • Mining & Mineral Resources (AREA)
  • Agronomy & Crop Science (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Husbandry (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

An information processing method for predicting an animal's potential athletic performance, the method comprising: acquiring parameters of an object animal; identifying, on the basis of the acquired parameters, animals that are ancestors of said object animal; and predicting, on the basis of evaluation values of the identified animals that are ancestors of said object animal, potential athletic performance of the object animal, wherein the evaluation values are an average and a variance, determined, for each of the animals that are ancestors of said object animal, from an athletic performance of the ancestral animal of said object animal and athletic performances of animals that are descendants of said ancestral animal.

Description

情報処理方法、情報処理装置、およびプログラムInformation processing methods, information processing devices, and programs
 本発明は、情報処理方法、情報処理装置、およびプログラムに関するものである。 The present invention relates to an information processing method, an information processing device, and a program.
 これまで、サラブレッド競走馬のような対象の生物学的パラメータに基づいて、当該対象の潜在的競技パフォーマンスを予測するための方法が提案されている。特許文献1には、1以上の一塩基多型の存在に基づいて競技パフォーマンスを予測する方法が開示されている。 So far, methods have been proposed for predicting the potential athletic performance of a subject, such as a thoroughbred racehorse, based on the biological parameters of the subject. Patent Document 1 discloses a method for predicting competition performance based on the presence of one or more single nucleotide polymorphisms.
特表2012-501671号公報Special Table 2012-50167A
 発明の実施態様のうちの一つによれば、動物の潜在的競技パフォーマンスを予測する情報処理方法は、対象の動物のパラメータを取得する取得工程と、前記取得工程において取得した前記パラメータに基づき、前記対象の動物の祖先にあたる動物を特定する特定工程と、前記特定工程において特定した前記対象の動物の祖先にあたる前記動物の競技パフォーマンスに基づいて、前記対象の動物の潜在的競技パフォーマンスを予測する予測工程とを含み、前記競技パフォーマンスは、前記対象の動物の祖先にあたる動物と、その子孫との競技における獲得賞金および出場回数の少なくともいずれかの平均および分散である。 According to one of the embodiments of the invention, the information processing method for predicting the potential competitive performance of an animal is based on an acquisition step of acquiring the parameters of the target animal and the parameters acquired in the acquisition step. Prediction to predict the potential competitive performance of the target animal based on the specific step of identifying the animal corresponding to the ancestor of the target animal and the competitive performance of the animal corresponding to the ancestor of the target animal specified in the specific step. The competition performance, including the steps, is the average and dispersion of at least one of the winnings and the number of appearances in the competition between the animal that is the ancestor of the animal of interest and its descendants.
 添付図面は明細書に含まれ、その一部を構成し、本発明の実施の形態を示し、その記述と共に本発明の原理を説明するために用いられる。
第1の実施形態に係る情報処理装置のハードウェア構成図。 第1の実施形態に係る情報処理装置のソフトウェア構成図。 第1の実施形態に係る情報処理装置が有する競走馬データのデータ構造の一例を示す図。 第1の実施形態に係る情報処理装置が有する繁殖馬データのデータ構造の一例を示す図。 第1の実施形態に係る情報処理装置が実行する学習処理の一例を示すフローチャート。 第1の実施形態に係る情報処理装置が実行する学習処理の一例を示すフローチャート。 第1の実施形態に係る情報処理装置が実行する予測処理の一例を示すフローチャート。 第2の実施形態に係る情報処理装置が実行する補完処理の一例を示すフローチャート。 競走馬の血縁関係および競走馬の競技パフォーマンスの一例を示す図。 機械学習モデルの説明変数の一例を示す図。 機械学習モデルの目的変数の一例を示す図。 機械学習モデルの一例を示す図。
The accompanying drawings are included in the specification and are used to form a part thereof, show embodiments of the present invention, and explain the principles of the present invention together with the description thereof.
The hardware block diagram of the information processing apparatus which concerns on 1st Embodiment. The software block diagram of the information processing apparatus which concerns on 1st Embodiment. The figure which shows an example of the data structure of the racehorse data which the information processing apparatus which concerns on 1st Embodiment has. The figure which shows an example of the data structure of the breeding horse data which the information processing apparatus which concerns on 1st Embodiment has. The flowchart which shows an example of the learning process executed by the information processing apparatus which concerns on 1st Embodiment. The flowchart which shows an example of the learning process executed by the information processing apparatus which concerns on 1st Embodiment. The flowchart which shows an example of the prediction processing executed by the information processing apparatus which concerns on 1st Embodiment. The flowchart which shows an example of the complementary processing executed by the information processing apparatus which concerns on 2nd Embodiment. The figure which shows the blood relation of a racehorse and an example of the competition performance of a racehorse. The figure which shows an example of the explanatory variable of a machine learning model. The figure which shows an example of the objective variable of a machine learning model. The figure which shows an example of the machine learning model.
 以下、添付図面を参照して実施形態を詳しく説明する。なお、以下の実施形態は特許請求の範囲に係る発明を限定するものではなく、また実施形態で説明されている特徴の組み合わせの全てが発明に必須のものとは限らない。実施形態で説明されている複数の特徴のうち二つ以上の特徴は任意に組み合わされてもよい。また、同一若しくは同様の構成には同一の参照番号を付し、重複した説明は省略する。 Hereinafter, embodiments will be described in detail with reference to the attached drawings. The following embodiments do not limit the invention according to the claims, and not all combinations of features described in the embodiments are essential to the invention. Two or more of the plurality of features described in the embodiments may be arbitrarily combined. In addition, the same or similar configuration will be given the same reference number, and duplicated explanations will be omitted.
 <第1の実施形態>
 以下、本実施形態に係る情報処理装置について説明する。情報処理装置は、動物の潜在的競技パフォーマンスを予測する情報処理方法を実行する。本実施形態では、予測対象の動物を、馬、特には、幼駒を対象とする場合を説明する。具体的には、幼駒の父馬、母馬などの、幼駒と血統関係にある馬(本明細書では血縁馬と呼ぶ)の競技パフォーマンスに基づいて、幼駒の潜在的競技パフォーマンスを予測する。本実施形態では、潜在的競技パフォーマンスとは、競馬のレースの出場回数、獲得賞金であるものとして説明を行う。なお、本実施形態では、潜在的競技パフォーマンスを予測する対象の動物として馬を例に説明を行うが、それ以外にも牛、犬、鶏などの任意の動物の潜在的競技パフォーマンスを予測するためにも本実施形態を適用することができる。この場合、競技パフォーマンスは動物が参加する競技に合わせて選択することができる。
<First Embodiment>
Hereinafter, the information processing device according to the present embodiment will be described. The information processing device implements an information processing method that predicts the potential competitive performance of the animal. In the present embodiment, the case where the animal to be predicted is a horse, particularly a young piece, will be described. Specifically, the potential competitive performance of the young piece is predicted based on the competitive performance of horses having a pedigree relationship with the young piece (referred to as related horses in the present specification) such as the father horse and the mother horse of the young piece. In the present embodiment, the potential competition performance will be described as the number of appearances in the horse racing race and the prize money won. In this embodiment, a horse is used as an example for predicting the potential competition performance, but in order to predict the potential competition performance of any animal such as a cow, a dog, or a chicken. The present embodiment can also be applied to. In this case, the competition performance can be selected according to the competition in which the animal participates.
 図1は、本実施形態に係る情報処理装置1のハードウェア構成図である。情報処理装置1は、プロセッサ101、メモリ102、ストレージ103、およびネットワークI/F(インタフェース)104を有する。これらの構成要素は、バス105を介して相互に通信可能である。 FIG. 1 is a hardware configuration diagram of the information processing device 1 according to the present embodiment. The information processing device 1 has a processor 101, a memory 102, a storage 103, and a network I / F (interface) 104. These components can communicate with each other via the bus 105.
 プロセッサ101は、システム制御部であり、情報処理装置1の全体を制御する。プロセッサ101は、ストレージ103に格納されたプログラム(命令群)またはオペレーティングシステム(OS)を実行するCPU、GPU(Graphics Processing Unit)、およびマイクロコントローラの少なくとも何れかを含む。 The processor 101 is a system control unit and controls the entire information processing device 1. The processor 101 includes at least one of a CPU, a GPU (Graphics Processing Unit), and a microcontroller that executes a program (instruction group) or an operating system (OS) stored in the storage 103.
 メモリ102は、プロセッサ101のワークメモリとして用いられるDRAM(Dynamic Random Access Memory)、SRAM(Static Random Access Memory)などで構成される。 The memory 102 is composed of a DRAM (Dynamic Random Access Memory) used as a work memory of the processor 101, a SRAM (Static Random Access Memory), and the like.
 ストレージ103は、プロセッサ101が実行するプログラム、OS、並びにプログラムによって使用されるデータテーブルおよび設定値の少なくとも何れかを格納するHDD(Hard Disk Drive)、SSD(Solid State Drive)を含む。また、ストレージ103は、PROM(Programmable Read Only Memory)、EPROM(Erasable ROM)、EEPROM(Electrically EPROM)を含んでもよい。 The storage 103 includes an HDD (Hard Disk Drive) and an SSD (Solid State Drive) that store at least one of a program executed by the processor 101, an OS, and a data table and setting values used by the program. Further, the storage 103 may include a PROM (Programmable Read Only Memory), an EPROM (Erasable ROM), and an EEPROM (Electrically EPROM).
 ネットワークI/F104は、外部装置(不図示)と接続し、データ通信を実行するための通信部であって、有線ネットワークI/Fおよび無線ネットワークI/Fの少なくとも何れかを含む。無線ネットワークI/Fは、Wi-Fi(WirelessFidelity)(登録商標)やBluetooth(登録商標)等に準拠した無線通信を行いうる。 The network I / F 104 is a communication unit for connecting to an external device (not shown) and executing data communication, and includes at least one of a wired network I / F and a wireless network I / F. The wireless network I / F can perform wireless communication compliant with Wi-Fi (Wireless Fidelity) (registered trademark), Bluetooth (registered trademark), and the like.
 なお、一例では、情報処理装置1は、ユーザ操作を受け付けるキーボードおよびタッチパネルなどの入力部、ならびにディスプレイやスピーカーなどの出力部の少なくともいずれかを含むユーザインタフェース(UI)を備えてもよい。 In one example, the information processing device 1 may include a user interface (UI) including at least one of an input unit such as a keyboard and a touch panel that accepts user operations, and an output unit such as a display or a speaker.
 情報処理装置1は、例えばパーソナルコンピュータ、携帯電話、スマートフォン、PDA、タブレット端末、ウェアラブル端末などの任意の情報処理端末、或いはパフォーマンス予測装置として実現することができる。 The information processing device 1 can be realized as an arbitrary information processing terminal such as a personal computer, a mobile phone, a smartphone, a PDA, a tablet terminal, a wearable terminal, or a performance prediction device.
 図2は、本実施形態に係る情報処理装置1のソフトウェア構成を表す図である。図2に示す情報処理装置1のソフトウェアモジュールは、プロセッサ101がストレージ103に格納されたプログラムを実行することで実現される。情報処理装置1のソフトウェアモジュールは、競走馬データ管理部201、繁殖馬データ管理部202、幼駒パラメータ取得部203、血縁馬特定部204、学習部205、予測部206、および提供部207を含む。 FIG. 2 is a diagram showing a software configuration of the information processing device 1 according to the present embodiment. The software module of the information processing apparatus 1 shown in FIG. 2 is realized by the processor 101 executing a program stored in the storage 103. The software module of the information processing device 1 includes a racehorse data management unit 201, a breeding horse data management unit 202, a young piece parameter acquisition unit 203, a relative horse identification unit 204, a learning unit 205, a prediction unit 206, and a providing unit 207. ..
 競走馬データ管理部201は、過去の競走馬の成績や血統などのデータをストレージ103で管理する。一例では、競走馬データ管理部201は、競走馬のデータをネットワークI/F104を介して受信した場合には、ストレージ103に格納されたデータを更新してもよい。また、競走馬データ管理部201は、定期的にインターネット上のデータベースにアクセスし、新しい競走馬データを取得してもよい。 The racehorse data management unit 201 manages data such as past racehorse results and pedigree in the storage 103. In one example, the racehorse data management unit 201 may update the data stored in the storage 103 when the racehorse data is received via the network I / F 104. In addition, the racehorse data management unit 201 may periodically access a database on the Internet to acquire new racehorse data.
 繁殖馬データ管理部202は、仔馬を生むために牧場に繁養されている馬のデータをストレージ103で管理する。一例では、繁殖馬データ管理部202は、繁殖馬のデータを新たにネットワークI/F104を介して受信した場合には、ストレージ103に格納されたデータを更新してもよい。また、繁殖馬データ管理部202は、定期的にインターネット上のデータベースにアクセスし、新しい繁殖馬データを取得してもよい。 The breeding horse data management unit 202 manages the data of horses bred on the ranch to produce foals in the storage 103. In one example, the breeding horse data management unit 202 may update the data stored in the storage 103 when the breeding horse data is newly received via the network I / F 104. In addition, the breeding horse data management unit 202 may periodically access a database on the Internet to acquire new breeding horse data.
 幼駒パラメータ取得部203は、潜在的競技パフォーマンスを予測すべき幼駒のパラメータを取得する。一例では、幼駒パラメータ取得部203は、ネットワークI/F104を介して外部装置から幼駒のパラメータを取得してもよい。また、一例では、情報処理装置1は、ユーザインタフェース(UI)(不図示)を備え、UIを介して潜在的競技パフォーマンスを予測すべき幼駒のパラメータを取得してもよい。幼駒のパラメータは、幼駒の性別、両親を特定可能な情報などを含む。幼駒のパラメータの詳細については後述する。 The young piece parameter acquisition unit 203 acquires the parameters of the young piece for which the potential competition performance should be predicted. In one example, the young piece parameter acquisition unit 203 may acquire the young piece parameter from an external device via the network I / F 104. Further, in one example, the information processing device 1 may include a user interface (UI) (not shown), and may acquire parameters of a young piece whose potential competition performance should be predicted via the UI. The parameters of the young piece include the sex of the young piece, information that can identify the parents, and the like. The details of the parameters of the young piece will be described later.
 血縁馬特定部204は、幼駒パラメータ取得部203が取得したパラメータに基づいて、潜在的競技パフォーマンスを予測すべき幼駒と血縁関係にある馬を特定する。一例では、血縁馬特定部204は、幼駒の父馬、母馬、父父馬(父馬の父親、即ち、幼駒の父方の祖父)、父母馬(母馬の父親、即ち、幼駒の母方の祖父)、母父馬(父馬の母親、即ち、幼駒の父方の祖母)、母母馬(母馬の母親、即ち、幼駒の母方の祖母)を特定する。また、一例では、血縁馬特定部204は、幼駒の兄弟、従兄弟、従姉妹にあたる馬を特定する。また、一例では、血縁馬特定部204は、幼駒の父馬、母馬、父父馬、父母馬、母父馬、および母母馬、並びにこれらの子孫にあたる馬を特定する。 The blood-related horse identification unit 204 identifies a horse that has a blood relationship with the young horse whose potential competition performance should be predicted, based on the parameters acquired by the young piece parameter acquisition unit 203. In one example, the blood-related horse identification part 204 is the father horse, mother horse, father horse (father of the father horse, that is, the paternal grandfather of the child piece), parent horse (father of the mother horse, that is, the mother of the child piece). Identify the grandfather), the mother-father horse (the mother of the father horse, that is, the paternal grandmother of the young piece), and the mother-mother horse (the mother of the mother horse, that is, the maternal grandmother of the young piece). Further, in one example, the blood-related horse identification unit 204 identifies horses corresponding to younger brothers, cousins, and cousins. Further, in one example, the blood relative horse identification unit 204 identifies a father horse, a mother horse, a father horse, a parent horse, a mother father horse, and a mother mother horse, and horses corresponding to these descendants.
 学習部205は、競走馬データ管理部201および繁殖馬データ管理部202が管理する競走馬データおよび繁殖馬データに基づいて、予測部206が保持する機械学習モデルのパラメータを調整する。例えば、学習部205は、ランダムフォレスト、ニューラルネットワーク、パーセプトロンなど、公知の機械学習アルゴリズムを使用して、機械学習モデルのパラメータの調整を行う学習処理を実行可能である。学習部205が実行する学習処理の詳細な説明については図5Aおよび図5Bを参照して後述する。 The learning unit 205 adjusts the parameters of the machine learning model held by the prediction unit 206 based on the racehorse data and the breeding horse data managed by the racehorse data management unit 201 and the breeding horse data management unit 202. For example, the learning unit 205 can execute a learning process for adjusting parameters of a machine learning model by using a known machine learning algorithm such as a random forest, a neural network, or a perceptron. A detailed description of the learning process executed by the learning unit 205 will be described later with reference to FIGS. 5A and 5B.
 予測部206は、幼駒パラメータ取得部203が取得した幼駒のパラメータに基づいて、機械学習モデルに入力する入力データを生成する。また、予測部206は、生成した入力データを機械学習モデルに入力し、出力として競技パフォーマンスの予測値を得る。予測部206の詳細な説明については図6を参照して後述する。 The prediction unit 206 generates input data to be input to the machine learning model based on the parameters of the young piece acquired by the young piece parameter acquisition unit 203. Further, the prediction unit 206 inputs the generated input data to the machine learning model, and obtains a predicted value of the competition performance as an output. A detailed description of the prediction unit 206 will be described later with reference to FIG.
 提供部207は、予測部206によって予測された幼駒の潜在的競技パフォーマンスをユーザまたは外部装置に提供する。例えば、提供部207は、ネットワークI/F104を介して外部装置に幼駒の競技パフォーマンスの予測値を送信してもよい。あるいは、情報処理装置1がディスプレイ、スピーカー、プリンタなどの出力装置を備える場合には、これらの出力装置の少なくとも何れかによって情報処理装置1のユーザに幼駒の競技パフォーマンスの予測値を提示してもよい。 The providing unit 207 provides the user or an external device with the potential competition performance of the young piece predicted by the predicting unit 206. For example, the providing unit 207 may transmit a predicted value of the competition performance of the young piece to an external device via the network I / F 104. Alternatively, when the information processing device 1 is provided with an output device such as a display, a speaker, or a printer, at least one of these output devices may present the predicted value of the competition performance of the young piece to the user of the information processing device 1. good.
 次に、図3を参照して、競走馬データ管理部201が管理する競走馬データの一例について説明する。 Next, an example of racehorse data managed by the racehorse data management unit 201 will be described with reference to FIG.
 競走馬データ管理部201が管理するデータは、識別情報301、馬名302、生年月日303、性別304、品種305、毛色306、実績情報307、および血縁馬識別情報308を含む。 The data managed by the racehorse data management unit 201 includes identification information 301, horse name 302, date of birth 303, gender 304, breed 305, coat color 306, performance information 307, and relative horse identification information 308.
 識別情報301は、競走馬の識別子である。馬名302は、競走馬につけられた名前である。生年月日303は、競走馬の生年月日に対応する情報である。性別304は、競走馬の性別に関する情報である。品種305は、「サラブレッド」、「サラブレッド系種」、「準サラブレッド」、「アングロアラブ」などの競走馬の品種を指し示す情報である。毛色306は、「栗毛」、「栃栗毛」、「鹿毛」、「黒鹿毛」、「青鹿毛」などの競走馬の毛色を指し示す情報である。 The identification information 301 is an identifier of the racehorse. Horse name 302 is the name given to the racehorse. The date of birth 303 is information corresponding to the date of birth of the racehorse. Gender 304 is information regarding the gender of the racehorse. The breed 305 is information indicating a racehorse breed such as "Thoroughbred", "Thoroughbred", "Semi-Thoroughbred", and "Anglo-Arab". The coat color 306 is information indicating the coat color of a race horse such as "brown hair", "liver brown hair", "bay", "black bay", and "blue bay".
 実績情報307は、競走馬のこれまでの実績情報を示す情報で、本実施形態では、実績情報307は出走回数情報309および賞金情報310を含む。出走回数情報309は、競走馬が現在までに何回レースに出場したかを示す情報である。一例では、出走回数情報309は、レースの種類ごとの出走回数に関する情報を含んでもよい。賞金情報310は、競走馬のこれまでの獲得賞金額(収得賞金)を示す情報である。 The performance information 307 is information indicating the past performance information of the racehorse, and in the present embodiment, the performance information 307 includes the number of races information 309 and the prize information 310. The number of races information 309 is information indicating how many times the racehorse has participated in the race so far. In one example, the run count information 309 may include information about the run count for each type of race. The prize information 310 is information indicating the amount of prize money (earned prize money) of the racehorse so far.
 なお、一例では、実績情報307は、競走馬の着順や、競走馬が出場したレースの種別(芝、ダート、障害、右回り、左回り)や、競走馬が出場したレースの着順またはそれぞれの着順になった回数を更に含むことができる。すなわち、実績情報307は、競走馬の競技パフォーマンスを指し示す指標であれば任意の情報を含みうる。 In one example, the performance information 307 includes the order of arrival of the racehorse, the type of race in which the racehorse participated (turf, dirt, obstacle, clockwise, counterclockwise), the order of arrival of the race in which the racehorse participated, or It is possible to further include the number of times each arrival order is reached. That is, the performance information 307 may include any information as long as it is an index indicating the competition performance of the racehorse.
 血縁馬識別情報308は、競走馬と血縁関係にある馬の識別情報を示す。本実施形態に係る血縁馬識別情報308は、父馬識別情報311、母馬識別情報312、父父馬識別情報313、父母馬識別情報314、母父馬識別情報315、および母母馬識別情報316を含む。 Blood-related horse identification information 308 indicates identification information of horses that are related to the racehorse. The blood-related horse identification information 308 according to the present embodiment includes father-horse identification information 311 and mother-horse identification information 312, father-father horse identification information 313, parent-mother horse identification information 314, mother-father horse identification information 315, and mother-mother horse identification information. 316 is included.
 父馬識別情報311は、父馬の識別情報であり、例えばある競走馬の競走馬データに含まれる父馬識別情報311と、当該競走馬の父馬の競走馬データに含まれる識別情報301とが対応付けられていてもよい。また、ある競走馬の競走馬データに含まれる父馬識別情報311と、当該競走馬の父馬の繁殖馬データに含まれる識別情報とが対応付けられてもよい。母馬識別情報312は母馬の、父父馬識別情報313は父父馬(父馬の父馬)の識別情報を示す。同様に、父母馬識別情報314は父母馬、母父馬識別情報315は母父馬、母母馬識別情報316は母母馬の識別情報を示す。本実施形態では、競走馬の血縁に関する情報として、父馬、母馬、父父馬、父母馬、母父馬、母母馬の、二世代前までの祖先の馬を特定可能な情報を含むものとして説明するが、当然ながら三世代(父父父馬、父父母馬、父母父馬、父母母馬、母父父馬、母父母馬、母母父馬、および母母母馬)以上の祖先の馬を考慮してもよい。 The father horse identification information 311 is identification information of the father horse, for example, the father horse identification information 311 included in the racehorse data of a certain racehorse and the identification information 301 included in the racehorse data of the father horse of the racehorse. May be associated with each other. Further, the father horse identification information 311 included in the racehorse data of a certain racehorse may be associated with the identification information included in the breeding horse data of the father horse of the racehorse. The mare identification information 312 indicates the identification information of the mother horse, and the father-father horse identification information 313 indicates the identification information of the father-father horse (father horse of the father horse). Similarly, the parent-mother horse identification information 314 indicates the parent-mother horse, the mother-father horse identification information 315 indicates the mother-father horse, and the mother-mother horse identification information 316 indicates the identification information of the mother-mother horse. In the present embodiment, the information regarding the blood relationship of the race horse includes information that can identify the ancestral horses of the father horse, the mother horse, the father horse, the parent horse, the mother father horse, and the mother mother horse up to two generations ago. Of course, more than three generations (father-father horse, father-parent horse, parent-mother-father horse, parent-mother-mother horse, mother-father-father horse, mother-parent-mother horse, mother-mother-father horse, and mother-mother-mother horse) Horses of ancestors may be considered.
 なお、本実施形態では、一例では、血縁馬識別情報308は、子馬、孫馬などの子孫を特定可能な情報を含んでもよい。この場合であっても、血縁関係の遠近で、特定する子孫を限定してもよい。例えば、子馬、孫馬、曾孫馬などに限定してもよいし、競走馬と血統的につながりがあって、競走馬からみて5親等以内の馬などの限定を加えて血族関係にある血縁馬を特定してもよい。 In the present embodiment, in one example, the blood relative horse identification information 308 may include information that can identify offspring such as a foal and a grandchild. Even in this case, the offspring to be specified may be limited by the perspective of the blood relationship. For example, it may be limited to foal horses, grandchild horses, great-grandson horses, etc. Horses may be identified.
 また、一例では、競走馬データ管理部201は、競走馬が生まれた牧場、牧場オーナーなどの生産者に関する情報を示す生産者情報、競走馬の調教を担当した調教師の情報を示す調教師情報、競走馬のオーナーの情報を示す馬主情報を含むデータを管理してもよい。 Further, in one example, the racehorse data management unit 201 has producer information indicating information on producers such as the ranch where the racehorse was born and the owner of the ranch, and trainer information indicating information on the trainer in charge of training the racehorse. , Data including owner information indicating information on racehorse owners may be managed.
 なお、本実施形態では、幼駒の潜在的競技パフォーマンスとして、出走数、賞金を予測するものとして説明を行うが、他のパラメータを予測することを目的としている場合には、当該他のパラメータが競走馬データ管理部201に含まれてもよい。例えば、競走馬の勝ちレース数を予測することを目的とする場合には、競走馬データ管理部201は総合一着回数を含む競走馬データを管理してもよいし、距離別の勝ちレース数を予測することを目的とする場合には、距離ごとの一着回数を管理してもよい。 In this embodiment, the potential competition performance of the young piece will be described as predicting the number of races and prizes, but if the purpose is to predict other parameters, the other parameters will race. It may be included in the horse data management unit 201. For example, when the purpose is to predict the number of winning races of a racehorse, the racehorse data management unit 201 may manage the racehorse data including the total number of first-place finishes, or the number of winning races by distance. If the purpose is to predict, the number of first arrivals for each distance may be managed.
 次に、図4を参照して、繁殖馬データ管理部202が管理する繁殖馬データについて説明する。 Next, the breeding horse data managed by the breeding horse data management unit 202 will be described with reference to FIG.
 繁殖馬データは、識別情報401、生年月日402、性別403、品種404、毛色405、父馬繁殖登録情報406、母馬繁殖登録情報407を含む。 Breeding horse data includes identification information 401, date of birth 402, gender 403, breed 404, coat color 405, father horse breeding registration information 406, and mare breeding registration information 407.
 識別情報401は、繁殖馬の識別情報であり、一例では、ある繁殖馬の識別情報401は、当該繁殖馬が競走馬として活動していた場合には、競走馬データに含まれる識別情報301と対応付けられていてもよい。生年月日402、性別403、品種404、毛色405は、競走馬の生年月日303、性別304、品種305、毛色306と同様のため、説明を省略する。 The identification information 401 is the identification information of the breeding horse, and in one example, the identification information 401 of a certain breeding horse is the identification information 301 included in the racehorse data when the breeding horse is active as a racehorse. It may be associated. Since the date of birth 402, the sex 403, the breed 404, and the coat color 405 are the same as the date of birth 303, the sex 304, the breed 305, and the coat color 306 of the racehorse, the description thereof will be omitted.
 父馬繁殖登録情報406は、繁殖馬の父馬の識別情報であり、母馬繁殖登録情報407は、繁殖馬の母馬の識別情報である。父馬繁殖登録情報406および母馬繁殖登録情報407は、その父馬および母馬の繁殖馬データの識別情報401と対応付けられてもよい。 The father horse breeding registration information 406 is the identification information of the mother horse of the breeding horse, and the mother horse breeding registration information 407 is the identification information of the mother horse of the breeding horse. The paternal horse breeding registration information 406 and the mare breeding registration information 407 may be associated with the identification information 401 of the paternal horse and mare breeding horse data.
 <学習処理>
 次に、図5Aおよび図5Bを参照して、予測部206が有する機械学習モデルを学習する学習部205の処理について説明する。図5Aおよび図5Bの学習処理は、UIまたはネットワークI/F104を介して学習処理の実行要求を受信した際に実行されてもよいし、情報処理装置1が所定の時間間隔で実行してもよい。なお、図5Aおよび図5Bの学習処理は、プロセッサ101が、メモリ102をワークスペースとしてストレージ103に格納されたプログラムを実行することで実現される。
<Learning process>
Next, the process of the learning unit 205 that learns the machine learning model of the prediction unit 206 will be described with reference to FIGS. 5A and 5B. The learning process of FIGS. 5A and 5B may be executed when an execution request for the learning process is received via the UI or the network I / F 104, or may be executed by the information processing apparatus 1 at predetermined time intervals. good. The learning process of FIGS. 5A and 5B is realized by the processor 101 executing a program stored in the storage 103 using the memory 102 as a workspace.
 まず、S501で、プロセッサ101は、競走馬データ管理部201が管理する競走馬データを取得する。ここで、競走馬データ管理部201が管理する競走馬データに重複するレコードや、競走馬データに含まれるデータのうち、学習に使用しないデータが含まれる場合には、これらのレコードやデータを削除するなどのデータの整形処理が行われてもよい。また、S501では、例えば競走馬データの生年月日402を限定して競走馬データを取得するなどして、期間を限定して競走馬の学習を行ってもよい。これによって、開催されたレース数や賞金額が大きく異なる時期の競走馬の競技パフォーマンスが過度に学習処理に影響を与えることを防ぐことができる。 First, in S501, the processor 101 acquires the racehorse data managed by the racehorse data management unit 201. Here, if the race horse data managed by the race horse data management unit 201 includes duplicate records or data included in the race horse data that is not used for learning, these records and data are deleted. Data shaping processing such as Further, in S501, the racehorse may be learned for a limited period of time, for example, by limiting the date of birth 402 of the racehorse data and acquiring the racehorse data. As a result, it is possible to prevent the competition performance of the racehorse at a time when the number of races held and the prize amount are significantly different from excessively affecting the learning process.
 続いて、S502で、プロセッサ101は、各競走馬の血縁馬を、競走馬データ管理部201が管理する競走馬データの血縁馬識別情報308、繁殖馬データ管理部202が管理する繁殖馬データの父馬繁殖登録情報406および母馬繁殖登録情報407の少なくともいずれかに基づいて特定する。例えば、ある競走馬に対応する競走馬データの血縁馬識別情報308を取得すれば、当該競走馬の祖先の馬を特定することができる。また、ある競走馬に対応する競走馬データの識別情報301が、他の競走馬データの血縁馬識別情報308に含まれていないかを検索することで、当該競走馬の子孫の馬を特定することができる。 Subsequently, in S502, the processor 101 uses the racehorse data management unit 201 to manage the racehorse data management unit 201 for the racehorse identification information 308, and the breeding horse data management unit 202 to manage the breeding horse data. It is specified based on at least one of the paternal horse breeding registration information 406 and the mother horse breeding registration information 407. For example, if the racehorse identification information 308 of the racehorse data corresponding to a certain racehorse is acquired, the ancestor horse of the racehorse can be identified. Further, by searching whether the identification information 301 of the racehorse data corresponding to a certain racehorse is included in the blood relative horse identification information 308 of the other racehorse data, the horse of the descendant of the racehorse is specified. be able to.
 続いて、S503で、プロセッサ101は、各競走馬の血縁馬のそれぞれについて、血縁馬のそれぞれの子孫の競走馬の出走回数情報309および賞金情報310の平均値及び分散を計算して、血縁馬の加工済み競技パフォーマンスを取得する。血縁馬の加工済み競技パフォーマンスは、血縁馬とその子孫の競技パフォーマンスに基づく血縁馬の評価値として扱われる。 Subsequently, in S503, the processor 101 calculates the average value and dispersion of the racehorse run count information 309 and the prize information 310 of the racehorses of the respective descendants of the blood relative horses for each of the blood relative horses of each race horse, and the blood relative horses. Get the processed competition performance of. The processed competition performance of a relative horse is treated as an evaluation value of the relative horse based on the competition performance of the relative horse and its descendants.
 続いて、S503で、血統馬の競技パフォーマンスを加工する。ここで、図5Bを参照して、S503の詳細について説明する。まず、S5031で、プロセッサ101はいずれかの血縁馬の子孫を特定する。続いて、S5032で、プロセッサは、特定したいずれかの血縁馬および当該血縁馬の子孫の競技パフォーマンスを取得する。次に、S5033で、プロセッサ101は、血縁馬及び当該血縁馬の子孫の競技パフォーマンスの平均、分散を計算する。続いて、S5034で、プロセッサ101は血縁馬と血縁馬の子孫の競技パフォーマンスの平均、分散をその血縁馬の加工済み競技パフォーマンスとして格納する。これをすべての血縁馬について繰り返す(S5035)。なお、本実施形態では、血縁馬と血縁馬の子孫との競技パフォーマンスの平均、分散を計算するものとして説明を行ったが、血縁馬との血縁関係の遠近に応じて重みづけを行ってもよい。 Subsequently, in S503, the competition performance of the pedigree horse is processed. Here, the details of S503 will be described with reference to FIG. 5B. First, in S5031, the processor 101 identifies the offspring of one of the relatives. Subsequently, in S5032, the processor acquires the competitive performance of any of the identified relatives and their offspring. Next, in S5033, the processor 101 calculates the average and variance of the competitive performance of the kin and the offspring of the kin. Subsequently, in S5034, the processor 101 stores the average and variance of the competition performance of the relative horse and the descendants of the relative horse as the processed competition performance of the relative horse. This is repeated for all related horses (S5035). In this embodiment, the average and variance of the competition performance between the kinship horse and the offspring of the kinship horse are calculated, but weighting may be performed according to the perspective of the kinship relationship with the kinship horse. good.
 ここで、加工済み競技パフォーマンスについて、図8の競走馬の血統とそれぞれの出走回数情報および賞金情報とを示す図を参照して説明する。図8は、馬A801、馬B802、馬C803の子孫の競走馬を示す血統図である。図8において、馬A801を例に説明すると、上段8011は識別情報を、下段左8012は性別、下段中央8013は賞金金額、下段右8014は出走回数を示す。他の馬に関しても同様に図示している。例えば、馬D804の出走回数は24回、獲得賞金は55M(55000000)円である。 Here, the processed competition performance will be described with reference to the figure showing the pedigree of the race horses in FIG. 8 and the information on the number of races and the prize money for each. FIG. 8 is a pedigree diagram showing racehorses descendants of horses A801, B802, and C803. In FIG. 8, when horse A801 is described as an example, the upper row 8011 shows the identification information, the lower row left 8012 shows the gender, the lower row center 8013 shows the prize money, and the lower row right 8014 shows the number of runs. The other horses are also illustrated in the same way. For example, the horse D804 has run 24 times and the prize money is 55M (55000000) yen.
 図8では、馬A801と馬B802とが、馬D804および馬E805を出産している。また、馬E805は、馬F806との間に馬I809を含む子馬を出産したことがわかる。また、馬B802と馬C803とが、馬G807、馬H808を出産したことがわかる。 In FIG. 8, horse A801 and horse B802 give birth to horse D804 and horse E805. It can also be seen that horse E805 gave birth to a foal containing horse I809 with horse F806. It can also be seen that horse B802 and horse C803 gave birth to horse G807 and horse H808.
 例えば、馬D804に関して、S502では、父馬として馬B802、母馬として馬A801が血統関係にある馬を特定される。別の例では、S502で、馬A801、馬B802、馬E805、馬G807、馬H808、馬I809が血統関係にある馬として特定されてもよい。 For example, regarding horse D804, in S502, a horse having a pedigree relationship of horse B802 as a father horse and horse A801 as a mare is specified. In another example, horse A801, horse B802, horse E805, horse G807, horse H808, and horse I809 may be identified as pedigree horses in S502.
 ここで、馬D804の血縁馬である馬A801の加工済み競技パフォーマンスを計算する場合を説明する。馬A801の子孫は馬D804、馬E805、および馬I809である。このため、馬A801および馬A801の子孫馬の賞金額の平均は48.75、分散は279.69として求まる。また、馬A801および馬A801の子孫馬の出走回数の平均は17.75、分散は35.19として求まる。これらの値が、馬A801の競技パフォーマンス(加工済み競技パフォーマンスと呼ぶ)としてメモリに記憶される。同様に、各血統馬について、加工済み競技パフォーマンスを計算する。このように計算することで、血縁関係を考慮して、血縁馬の競技パフォーマンスを算出することができる。 Here, a case of calculating the processed competition performance of horse A801, which is a relative horse of horse D804, will be described. The descendants of horse A801 are horse D804, horse E805, and horse I809. Therefore, the average prize amount of the horse A801 and the descendant horse of the horse A801 is 48.75, and the variance is 279.69. Further, the average number of run times of the horses A801 and the descendants of the horse A801 is 17.75, and the variance is 35.19. These values are stored in memory as the competition performance of horse A801 (referred to as processed competition performance). Similarly, for each pedigree horse, the processed competition performance is calculated. By calculating in this way, it is possible to calculate the competition performance of a blood-related horse in consideration of the blood-related relationship.
 続いて、S504で、プロセッサ101は、競走馬を出産した時点での母馬の年齢を競走馬の生年月日303と、母馬の繁殖馬データの生年月日402または母馬の競走馬データの生年月日303とから計算して取得する。なお、競走馬データベースに競走馬の出産時の母馬の年齢が格納されている場合には、計算せず、当該出産時の母馬の年齢を取得してもよい。 Subsequently, in S504, the processor 101 sets the age of the mare at the time of giving birth to the racehorse birth date 303, the birth date 402 of the mare breeding horse data, or the racehorse data of the mare. It is calculated and obtained from the date of birth 303 of. If the racehorse database stores the age of the mare at the time of delivery of the racehorse, the age of the mare at the time of delivery may be obtained without calculation.
 続いて、S505で、プロセッサ101は、説明変数と目的変数とのセットを生成する。目的変数は、幼駒の潜在的競技パフォーマンスとして推定したい競技パフォーマンスを指す。例えば、S505で、プロセッサ101は、競走馬ごとに、目的変数として出走回数情報309および賞金情報310を抽出する。また、プロセッサ101は、目的変数に影響を与える説明変数として、競走馬ごとに競走馬データ管理部201が管理する競走馬データのうち、性別304、品種305、毛色306、競走馬を出産した時点での母馬の年齢、血縁馬の加工済み競技パフォーマンスを抽出する。 Subsequently, in S505, the processor 101 generates a set of explanatory variables and objective variables. The objective variable points to the competition performance that you want to estimate as the potential competition performance of the young piece. For example, in S505, the processor 101 extracts the run number information 309 and the prize information 310 as objective variables for each racehorse. Further, as an explanatory variable that affects the objective variable, the processor 101 includes the racehorse data managed by the racehorse data management unit 201 for each racehorse, such as gender 304, breed 305, hair color 306, and the time when the racehorse is delivered. Extract the age of the mother horse and the processed race performance of the relative horse in.
 ここで、図9Aおよび図9Bを参照して、説明変数と目的変数について説明する。 Here, the explanatory variables and the objective variables will be described with reference to FIGS. 9A and 9B.
 図9Aは、説明変数を示す図である。識別情報901は、競走馬の識別情報901であり、一例では図3の識別情報301と対応する。性別902、毛色903は、それぞれ競走馬の性別と経路を示すデータであり、一例では図3の性別304および毛色306に対応する。母馬出産年齢904は、競走馬を出産した時点での母馬の年齢であり、S504で取得した出産時の母馬年齢である。 FIG. 9A is a diagram showing explanatory variables. The identification information 901 is the identification information 901 of the racehorse, and corresponds to the identification information 301 in FIG. 3 in one example. Gender 902 and coat color 903 are data indicating the gender and route of the racehorse, respectively, and correspond to gender 304 and coat color 306 in FIG. 3 in one example. The mare birth age 904 is the age of the mare at the time of giving birth to the racehorse, and is the age of the mare at the time of delivery acquired in S504.
 父馬の賞金の平均および分散905、父馬の出走回数の平均および分散906は、S503で計算した父馬の加工済み競技パフォーマンスである。図8の例では、競走馬が馬D804の場合は、馬B802の加工済み競技パフォーマンスである。母馬から母母馬の賞金および出走回数の平均および分散(907~916)は、母馬から母母馬の加工済み競技パフォーマンスである。 The average and variance 905 of the prizes of the father horse and the average and variance 906 of the number of runs of the father horse are the processed competition performances of the father horse calculated in S503. In the example of FIG. 8, when the racehorse is horse D804, it is the processed competition performance of horse B802. The average and variance (907-916) of mare-to-mare prizes and run counts is the processed competition performance of mare-to-mare.
 図9Bは、説明変数に対応する賞金951および出走回数952を示す。賞金951は、図3の賞金情報310および出走回数情報309に対応する。図8の例では、競走馬が馬D804の場合は、馬D804の賞金および出走回数(55M、24)である。 FIG. 9B shows the prize money 951 and the number of runs 952 corresponding to the explanatory variables. The prize money 951 corresponds to the prize money information 310 and the number of runs information 309 in FIG. In the example of FIG. 8, when the racehorse is horse D804, it is the prize money and the number of runs (55M, 24) of horse D804.
 競走馬データ管理部201にある競走馬とその競走馬と血縁関係にある馬との競走馬データが格納されている場合には、プロセッサ101は説明変数および目的変数の両方を取得することができる。そのため、説明変数および目的変数の両方を用いて、機械学習モデルのパラメータチューニングを行うことができる。 When the racehorse data of the racehorse and the horse related to the racehorse is stored in the racehorse data management unit 201, the processor 101 can acquire both the explanatory variable and the objective variable. .. Therefore, the parameters of the machine learning model can be tuned using both the explanatory variables and the objective variables.
 なお、S505では、プロセッサ101は、説明変数および目的変数のセットのうち、少なくとも一部を抽出し、抽出したセットの目的変数および説明変数を標準化してもよい。例えば、加工済み競技パフォーマンスにおける出走回数を標準化する場合、すべての競走馬の出走回数の平均が0、分散が1になるよう、スケールを変更してもよい。なお、毛色405などの値が得られない項目については、標準化処理は行われなくてもよい。 In S505, the processor 101 may extract at least a part of the set of explanatory variables and objective variables and standardize the objective variables and explanatory variables of the extracted set. For example, when standardizing the number of runs in a processed competition performance, the scale may be changed so that the average number of runs of all racehorses is 0 and the variance is 1. For items for which a value such as coat color 405 cannot be obtained, standardization processing may not be performed.
 続いて、S506で、プロセッサ101は、説明変数を予測部206の機械学習モデルに入力した場合に、上記説明変数に対応する目的変数を出力するよう、機械学習モデルの調整を行う。例えば、S506では、ランダムフォレストのノードの分岐条件の設定を行う。別の例では、なお、パラメータチューニングにはグリッドサーチなどの公知の技術を利用することができる。また、S507では、プロセッサ101は、学習に使用した目的変数と説明変数とのセットを記憶するとともに、学習後のランダムフォレストモデルを記憶する。なお、S506の学習の際、説明変数をランダムに選んで決定木の調整を行うなど、機械学習モデルの学習方法についての公知技術を適用してもよい。 Subsequently, in S506, the processor 101 adjusts the machine learning model so that when the explanatory variable is input to the machine learning model of the prediction unit 206, the objective variable corresponding to the explanatory variable is output. For example, in S506, the branch condition of the node of the random forest is set. In another example, a known technique such as grid search can be used for parameter tuning. Further, in S507, the processor 101 stores a set of objective variables and explanatory variables used for learning, and also stores a random forest model after learning. When learning S506, a known technique for learning a machine learning model may be applied, such as randomly selecting explanatory variables and adjusting a decision tree.
 以上説明したように、図5Aおよび図5Bの処理では、すでに競技パフォーマンスが存在する競走馬について、その競走馬と血縁関係にある馬の競技パフォーマンスに基づいて、予測部206の機械学習モデルの学習を行う。 As described above, in the processing of FIGS. 5A and 5B, for a racehorse that already has a competition performance, the machine learning model of the prediction unit 206 is learned based on the competition performance of the horse that is related to the racehorse. I do.
 <予測処理>
 次に、図6を参照して、予測部206が実行する、機械学習モデルを使用した幼駒の潜在的競技パフォーマンスの予測処理について説明する。図6の処理は、プロセッサ101が、メモリ102をワークスペースとしてストレージ103に格納されたプログラムを実行することで実現される。
<Prediction processing>
Next, with reference to FIG. 6, the prediction processing of the potential competition performance of the young piece using the machine learning model, which is executed by the prediction unit 206, will be described. The process of FIG. 6 is realized by the processor 101 executing a program stored in the storage 103 using the memory 102 as a workspace.
 まず、S601で、プロセッサ101は、父馬の識別情報、母馬の識別情報、性別、毛色、および母馬の出産年齢を含む幼駒のパラメータを取得する。一例では、S601で取得される父馬の識別情報は、繁殖馬データ管理部202が管理する識別情報401と対応付けられてもよい。一例では、情報処理装置1はユーザI/F(不図示)を備え、ユーザI/Fを介してパラメータの少なくとも何れかの指定を受け付けてもよい。また、別の例では、情報処理装置1はウェブサーバとして動作し、ネットワークI/F104を介して他の通信装置から少なくとも何れかのパラメータを取得してもよい。あるいは、例えば幼駒の識別子又は馬名を受け付けたプロセッサ101は、外部のデータベースにアクセスして父馬、母馬の識別情報を検索してもよい。 First, in S601, the processor 101 acquires the parameters of the young piece including the identification information of the father horse, the identification information of the mother horse, the sex, the coat color, and the birth age of the mother horse. In one example, the identification information of the father horse acquired in S601 may be associated with the identification information 401 managed by the breeding horse data management unit 202. In one example, the information processing apparatus 1 includes a user I / F (not shown) and may accept at least one of the parameters specified via the user I / F. In another example, the information processing device 1 may operate as a web server and acquire at least one of the parameters from another communication device via the network I / F 104. Alternatively, for example, the processor 101 that has received the identifier of the young piece or the horse name may access an external database and search for the identification information of the father horse and the mother horse.
 続いて、プロセッサ101は処理をS602に進め、パラメータを取得した幼駒と血縁関係にある馬を特定する。本実施形態では、S602では、幼駒の父馬の識別情報、母馬の識別情報に基づいて父馬、母馬を特定するものとして説明を行う。 Subsequently, the processor 101 advances the process to S602 and identifies a horse that has a blood relationship with the young piece for which the parameter has been acquired. In the present embodiment, in S602, the father horse and the mother horse are identified based on the identification information of the father horse of the young piece and the identification information of the mother horse.
 続いて、プロセッサ101は処理をS603に進め、父馬、母馬の加工済み競技パフォーマンスを計算する。また、予測部206の機械学習モデルおよび図9Aを参照して説明した父馬、母馬の学習時に使用した説明変数を取得し、目的変数の一部を抽出する。例えば、父馬の識別情報に対応する識別情報901を含む説明変数に含まれる父馬の賞金の平均および分散905は、幼駒にとって父父馬の賞金の平均および分散として使用することができる。同様に、父馬の識別情報に対応する識別情報901を含む説明変数に含まれる母馬の賞金の平均および分散907は、幼駒にとって父母馬の賞金の平均および分散として使用することができる。このようにして、父馬の識別子に対応する説明変数の少なくとも一部を、父馬の子供の潜在的競技パフォーマンスを予測する際に使用することで、予測処理を実行する際の計算量を減らすことができる。同様に、母馬の識別子に対応する説明変数から、母馬の子供の潜在的競技パフォーマンスを予測する際に使用する。なお、S603では、父馬、母馬の加工済み競技パフォーマンスは計算するものとして説明したが、一例では、学習処理時に、図9Aに示す説明変数と対応付けて父馬、母馬の加工済み競技パフォーマンスを計算し、記憶しておくことで、予測処理をさらに高速に実行することができる。 Subsequently, the processor 101 advances the processing to S603 and calculates the processed competition performance of the father horse and the mother horse. In addition, the machine learning model of the prediction unit 206 and the explanatory variables used during the learning of the father horse and the mother horse explained with reference to FIG. 9A are acquired, and a part of the objective variables is extracted. For example, the average and variance of the father's horse's prize included in the explanatory variable containing the identification information 901 corresponding to the father's horse's identification information 905 can be used as the average and variance of the father's horse's prize for the young piece. Similarly, the average and variance of the mare prizes contained in the explanatory variables containing the identification information 901 corresponding to the identification information of the father horse can be used as the average and variance of the prize money of the mother horse for the young piece. In this way, at least some of the explanatory variables corresponding to the paternal horse identifier are used in predicting the potential competitive performance of the paternal horse's child, reducing the amount of computation in performing the prediction process. be able to. Similarly, the explanatory variables corresponding to the mare identifiers are used to predict the potential athletic performance of the mare's offspring. In S603, the processed competition performance of the father horse and the mother horse was explained as being calculated, but in one example, the processed competition of the father horse and the mother horse is associated with the explanatory variables shown in FIG. 9A during the learning process. By calculating and storing the performance, the prediction process can be executed even faster.
 続いて、プロセッサ101は処理をS604に進め、機械学習モデルに、取得した幼駒のパラメータ、および幼駒の血縁馬の加工済み競技パフォーマンスを入力する。そして、出力として、幼駒の潜在的競技パフォーマンスとして、競技パフォーマンスの予想値を取得する。 Subsequently, the processor 101 advances the processing to S604, and inputs the acquired parameters of the young piece and the processed competition performance of the blood relative horse of the young piece into the machine learning model. Then, as an output, the expected value of the competition performance is acquired as the potential competition performance of the young piece.
 ここで、図10を参照して、入力と出力の関係について説明する。 Here, the relationship between input and output will be described with reference to FIG.
 図10は、図9Aに示す説明変数を入力として、図9Bに示す目的変数を出力する機械学習モデル1000を示す図である。図10では、機械学習モデル1000はランダムフォレストであるものとして説明を行うが、他の機械学習技術を適用することができる。 FIG. 10 is a diagram showing a machine learning model 1000 that takes the explanatory variable shown in FIG. 9A as an input and outputs the objective variable shown in FIG. 9B. In FIG. 10, the machine learning model 1000 is described as being a random forest, but other machine learning techniques can be applied.
 機械学習モデル1000は、複数の決定木1~nを含む。決定木1~nのそれぞれに、図9Aに示す説明変数の少なくとも一部を入力する。なお、異なる決定木には異なる項目の説明変数が入力されてもよい。次に、決定木1~nのそれぞれは、入力された説明変数に基づき、回帰分析を行う。そして、平均モジュール1001は、それぞれの決定木1~nからの出力を平均し、幼駒の賞金951および出走回数952の予測値を出力する。このようにして、S604では、予測部206は説明変数を機械学習で調整されたモデルに入力し、目的変数を出力する。 The machine learning model 1000 includes a plurality of decision trees 1 to n. At least a part of the explanatory variables shown in FIG. 9A is input to each of the decision trees 1 to n. Explanatory variables for different items may be input to different decision trees. Next, each of the decision trees 1 to n is subjected to regression analysis based on the input explanatory variables. Then, the average module 1001 averages the outputs from the respective decision trees 1 to n, and outputs the predicted values of the prize money 951 of the young piece and the number of runs 952. In this way, in S604, the prediction unit 206 inputs the explanatory variables to the model adjusted by machine learning and outputs the objective variables.
 なお、図10の例では、賞金951および出走回数952の予測値はそれぞれ1つの値であるものとして説明を行ったが、一例では、賞金951の予測値は、値の範囲(50M~65M)であってもよいし、それぞれの決定木1~nが予測した賞金の平均値および分散であってもよい。 In the example of FIG. 10, the predicted values of the prize money 951 and the number of runs 952 have been described as one value each, but in one example, the predicted value of the prize money 951 is in the range of values (50M to 65M). It may be the average value and the variance of the prize money predicted by each decision tree 1 to n.
 続いて、プロセッサ101は処理をS605に進め、取得した幼駒の潜在的競技パフォーマンスを提供する。S605では、例えば情報処理装置1がウェブサーバとして動作する場合には、情報処理装置1はネットワークI/F104を介して他の通信装置に目的変数を示す信号を送信してもよい。また、情報処理装置1が表示部(不図示)を備える場合には、情報処理装置1は表示部に目的変数を示す画面を表示してもよい。これによって、他の情報処理装置または情報処理装置1のユーザに、入力データに対応する幼駒の潜在的競技パフォーマンスを提供することができる。 Subsequently, the processor 101 advances the processing to S605 and provides the potential competition performance of the acquired young piece. In S605, for example, when the information processing device 1 operates as a web server, the information processing device 1 may transmit a signal indicating an objective variable to another communication device via the network I / F 104. When the information processing device 1 includes a display unit (not shown), the information processing device 1 may display a screen showing the objective variable on the display unit. Thereby, it is possible to provide the user of the other information processing device or the information processing device 1 with the potential competition performance of the young piece corresponding to the input data.
 以上説明したように、本実施形態に係る情報処理装置は、幼駒と血縁関係にある血縁馬の競技パフォーマンスに基づいて幼駒の潜在的競技パフォーマンスを予測する。これによって、幼駒の遺伝情報の調査などを行う必要がないため、幼駒の潜在的競技パフォーマンスを高速かつ簡便に予測することができる。 As described above, the information processing device according to the present embodiment predicts the potential competition performance of the young piece based on the competitive performance of the blood-related horse having a blood relationship with the young piece. As a result, it is not necessary to investigate the genetic information of the young piece, so that the potential competitive performance of the young piece can be predicted quickly and easily.
 また、本実施形態に係る情報処理装置は、幼駒を出産した場合の母馬の年齢に基づいて幼駒の潜在的競技パフォーマンスを予測する。これによって、より正確に幼駒の潜在的競技パフォーマンスを予測することができる。 In addition, the information processing device according to the present embodiment predicts the potential competitive performance of the young piece based on the age of the mare when the young piece is born. This makes it possible to more accurately predict the potential competitive performance of young pieces.
 また、本実施形態に係る情報処理装置は、幼駒と血縁関係にある競走馬の競技パフォーマンスは、当該血縁関係にある競走馬の子孫の競技パフォーマンスに基づいて加工され、幼駒の潜在的競技パフォーマンスの予測に使用される。これによって、高い競技パフォーマンスが期待できる血統であるが、例外的に低い競技パフォーマンスを有する馬や、怪我などによって十分に競技パフォーマンスを発揮できなかった馬によって、幼駒の潜在的競技パフォーマンスが過度に低く見積もられることを防ぐことができる。 Further, in the information processing apparatus according to the present embodiment, the competition performance of the racehorse having a blood relationship with the young piece is processed based on the competition performance of the descendants of the racehorse having the blood relationship, and the potential competition performance of the young piece is processed. Used to predict. As a result, the pedigree is expected to have high competitive performance, but the potential competitive performance of young pieces is excessively low due to horses that have exceptionally low competitive performance or horses that have not been able to perform sufficiently due to injuries. It can be prevented from being estimated.
 また、本実施形態に係る情報処理装置は、血縁馬として父馬、母馬、父父馬、父母馬、母父馬、母母馬の競技パフォーマンスに基づいて幼駒の潜在的競技パフォーマンスを予測する。これによって、血縁馬が幼駒の競技パフォーマンスに与える影響を詳細に分析することができ、より正確に幼駒の潜在的競技パフォーマンスを予測することができる。 Further, the information processing apparatus according to the present embodiment predicts the potential competitive performance of the young piece based on the competitive performance of the father horse, the mother horse, the father father horse, the parent horse, the mother father horse, and the mother mother horse as blood relative horses. .. This makes it possible to analyze in detail the influence of blood relatives on the competitive performance of young pieces, and to predict the potential competitive performance of young pieces more accurately.
 <第2実施形態>
 第1実施形態では、すでに競技パフォーマンスが存在する競走馬と当該競走馬の血縁関係にある馬の競技パフォーマンスに基づいて、機械学習モデルのパラメータ調整を行う競走馬データ管理部201および繁殖馬データ管理部202が有するデータに基づいて幼駒の潜在的競技パフォーマンスを予測する情報処理装置について説明した。一例では、競走馬データまたは繁殖馬データが欠落することによって、幼駒と血縁関係にある馬の少なくとも一部の競技パフォーマンスを取得することができない場合がある。第2実施形態では、1つの血縁馬の競技パフォーマンスを取得することができない場合に、当該1つの血縁馬の競技パフォーマンスを推定して補完する処理について説明する。なお、第1実施形態と同様の構成、機能、または処理については説明を省略する。
<Second Embodiment>
In the first embodiment, the racehorse data management unit 201 and the breeding horse data management that adjust the parameters of the machine learning model based on the competition performance of the racehorse that already has the competition performance and the horse that is related to the racehorse. The information processing device that predicts the potential competition performance of the young piece based on the data possessed by the part 202 has been described. In one example, the lack of racehorse or breeding horse data may make it impossible to obtain at least some of the competitive performance of horses that are related to the young piece. In the second embodiment, when the competition performance of one related horse cannot be obtained, the process of estimating and complementing the competition performance of the one related horse will be described. The description of the configuration, function, or processing similar to that of the first embodiment will be omitted.
 図7は、第2実施形態に係る予測処理の一例を示すフローチャートである。S5031、S5032については、第1実施形態と同様である。 FIG. 7 is a flowchart showing an example of the prediction process according to the second embodiment. S5031 and S5032 are the same as those in the first embodiment.
 S701で、プロセッサ101は、学習に使用する競技馬と血縁関係にある馬のうち、競技パフォーマンスが取得できない馬がいるか否かを判定する。競技パフォーマンスが取得できない馬が存在しない場合(S701でNo)、プロセッサ101は、処理をS5033に進める。以降は第1実施形態と同様のため、説明を省略する。 In S701, the processor 101 determines whether or not there is a horse that cannot acquire the competition performance among the horses that are related to the competition horse used for learning. If there is no horse whose competition performance cannot be obtained (No in S701), the processor 101 advances the process to S5033. Since the following is the same as that of the first embodiment, the description thereof will be omitted.
 S701で、競技パフォーマンスが取得できない馬がいる場合(S701でYes)、プロセッサ101は処理をS702に進め、競技パフォーマンスが取得できない馬と血縁関係にある馬を特定する。S702の処理は、競技パフォーマンスが取得できない馬の識別情報を用いて、S502,S5031と同様に行うことができる。続いて、プロセッサ101は処理をS703に進め、競技パフォーマンスが取得できない馬と血縁関係にある馬の競技パフォーマンスを取得する。続いて、プロセッサ101は処理をS704に進め、競技パフォーマンスが取得できない馬と血縁関係にある馬の競技パフォーマンスに基づいて、競技パフォーマンスが取得できない馬の競技パフォーマンスを推定する。例えば、競技パフォーマンスが取得できない馬の競技パフォーマンスを目的変数として、競技パフォーマンスが取得できない馬と血縁関係にある馬の競技パフォーマンスを説明変数として、機械学習モデルに入力することで、競技パフォーマンスが取得できない馬の目的変数を取得することができる。この場合、S704で使用される機械学習モデルは、競技パフォーマンスが取得できる馬およびその馬と血縁関係にある馬に基づいて調整された機械学習モデルであってもよい。すなわち、一度競技パフォーマンスが取得できる馬およびその馬と血縁関係にある馬の競技パフォーマンスに基づいて機械学習モデルを調整し、その後、競技パフォーマンスが取得できない馬の競技パフォーマンスを推定してもよい。これによって一部の馬に競技パフォーマンスが存在しない場合であっても、その競技パフォーマンスを推定して学習処理に使用することができるため、機械学習モデルの学習データを増やすことができる。 If there is a horse whose competition performance cannot be obtained in S701 (Yes in S701), the processor 101 advances the process to S702 and identifies a horse having a blood relationship with the horse whose competition performance cannot be obtained. The processing of S702 can be performed in the same manner as in S502 and S5031 by using the identification information of horses whose competition performance cannot be acquired. Subsequently, the processor 101 advances the process to S703 and acquires the competition performance of the horse having a blood relationship with the horse whose competition performance cannot be acquired. Subsequently, the processor 101 advances the process to S704, and estimates the competition performance of the horse whose competition performance cannot be acquired based on the competition performance of the horse which is related to the horse whose competition performance cannot be acquired. For example, the competition performance cannot be acquired by inputting the competition performance of a horse whose competition performance cannot be acquired as an objective variable and the competition performance of a horse having a blood relationship with a horse whose competition performance cannot be acquired as an explanatory variable into a machine learning model. You can get the objective variable of the horse. In this case, the machine learning model used in S704 may be a machine learning model adjusted based on a horse whose competitive performance can be acquired and a horse which is related to the horse. That is, the machine learning model may be adjusted based on the competition performance of a horse whose competition performance can be acquired once and the horse which is related to the horse, and then the competition performance of the horse whose competition performance cannot be acquired may be estimated. As a result, even when the competition performance does not exist in some horses, the competition performance can be estimated and used for the learning process, so that the training data of the machine learning model can be increased.
 本実施形態では、学習時に競技パフォーマンスが取得できない馬がいる場合に、競技パフォーマンスが取得できない馬の競技パフォーマンスを補完して学習処理を行う場合について説明した。一例では、予測時に競技パフォーマンスが取得できない馬がいる場合にも同様の処理を行うことができる。これによって、幼駒と血縁関係にある馬の競技パフォーマンスを取得できない場合であっても、その競技パフォーマンスを推定することができるため、競技パフォーマンスが存在しない馬によって幼駒の潜在的競技パフォーマンスを予測することができなくなる可能性を減らすことができる。 In the present embodiment, when there is a horse whose competition performance cannot be acquired at the time of learning, a case where the learning process is performed by complementing the competition performance of the horse whose competition performance cannot be acquired has been described. In one example, the same process can be performed when there is a horse whose competition performance cannot be obtained at the time of prediction. As a result, even if the competitive performance of a horse that is related to the young piece cannot be obtained, the competitive performance can be estimated, so that the potential competitive performance of the young piece is predicted by the horse that does not have the competitive performance. You can reduce the possibility that you will not be able to do it.
 <その他の実施形態>
 本実施形態では、幼駒の潜在的競技パフォーマンスを予測するアプリケーションを例に説明を行ったが、本実施形態は、他のアプリケーションにも適用することができる。
<Other Embodiments>
In the present embodiment, an application for predicting the potential competition performance of a young piece has been described as an example, but the present embodiment can also be applied to other applications.
 例えば、特定の母馬に対して、良好な潜在的競技パフォーマンスを有する幼駒を生産するための父馬を特定することを目的として本実施形態に係る情報処理装置の構成を変更してもよい。この場合、特定の母馬に対して、候補となりうる父馬(並びに当該父馬に対応する父父馬、父母馬、父父父馬、父父母馬、父母父馬、および父母母馬)を入力し、母馬の出産年齢を仮定して入力することで、存在しない幼駒の潜在的競技パフォーマンスを予測することができる。これによって、どの母馬と父馬とで幼駒を生産すれば高い潜在的競技パフォーマンスを有する幼駒が生まれるかを判断することができる。 For example, the configuration of the information processing apparatus according to the present embodiment may be changed for the purpose of identifying a father horse for producing a young piece having good potential competition performance for a specific mother horse. .. In this case, for a specific mother horse, a candidate father horse (and a father horse, a parent horse, a father father horse, a father parent horse, a parent parent horse, and a parent mother horse corresponding to the father horse) are selected. By inputting and assuming the birth age of the mother horse, it is possible to predict the potential competitive performance of the non-existent young piece. This makes it possible to determine which mare and father horse should produce a young piece with high potential competitive performance.
 さらに、母馬が幼駒を生産するのに適切な年齢を特定することを目的として本実施形態に係る情報処理装置の構成を変更してもよい。この場合、特定の母馬及び特定の父馬について、母馬の出産年齢を仮想的に設定して複数回予測を行うことで、どの出産年齢で生まれた幼駒が高い潜在的競技パフォーマンスを有するかを判断することができ、母馬に出産させるタイミングを判断することができる。 Further, the configuration of the information processing device according to the present embodiment may be changed for the purpose of specifying an appropriate age for the mare to produce a young piece. In this case, for a specific mare and a specific mare, the birth age of the mother horse is virtually set and predicted multiple times, so that the young piece born at which birth age has a high potential competitive performance. It is possible to determine the timing of giving birth to the mare.
 また、上述の各実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサがプログラムを読み出し実行する処理でも実現可能である。 Further, a program that realizes one or more functions of each of the above-described embodiments is supplied to the system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by processing.
 発明は上記の実施形態に制限されるものではなく、発明の要旨の範囲内で、種々の変形・変更が可能である。 The invention is not limited to the above embodiment, and various modifications and changes can be made within the scope of the gist of the invention.

Claims (15)

  1.  動物の潜在的競技パフォーマンスを予測する情報処理方法であって、
     対象の動物のパラメータを取得する取得工程と、
     前記取得工程において取得した前記パラメータに基づき、前記対象の動物の祖先にあたる動物を特定する特定工程と、
     前記特定工程において特定した前記対象の動物の祖先にあたる前記動物の評価値に基づいて、前記対象の動物の潜在的競技パフォーマンスを予測する予測工程と
     を含み、
     前記評価値は、前記対象の動物の祖先にあたる動物のそれぞれについて求められた、前記対象の動物の祖先にあたる動物と、その子孫の動物との競技パフォーマンスの平均および分散であることを特徴とする情報処理方法。
    An information processing method that predicts the potential competitive performance of animals.
    The acquisition process to acquire the parameters of the target animal,
    A specific step of identifying an animal that is an ancestor of the target animal based on the parameters acquired in the acquisition step, and
    Including a prediction step of predicting the potential athletic performance of the target animal based on the evaluation value of the animal corresponding to the ancestor of the target animal specified in the specific step.
    The evaluation value is information obtained for each of the animals corresponding to the ancestors of the target animal, which is the average and variance of the competition performance between the animals corresponding to the ancestors of the target animal and the animals of its descendants. Processing method.
  2.  前記競技パフォーマンスは、競技における獲得賞金及び出場回数の少なくともいずれかが含まれることを特徴とする請求項1に記載の情報処理方法。 The information processing method according to claim 1, wherein the competition performance includes at least one of the prize money won in the competition and the number of appearances.
  3.  前記予測工程において、前記対象の動物の潜在的競技パフォーマンスは、機械学習で得られたモデルであって、前記対象の動物の祖先にあたる動物の評価値を入力として、前記対象の動物の潜在的競技パフォーマンスの予測値を出力する前記モデルに基づいて予測されることを特徴とする請求項1または2に記載の情報処理方法。 In the prediction step, the potential competition performance of the target animal is a model obtained by machine learning, and the potential competition of the target animal is input by inputting the evaluation value of the animal corresponding to the ancestor of the target animal. The information processing method according to claim 1 or 2, wherein the predicted value of performance is predicted based on the model.
  4.  複数の動物及び前記複数の動物の祖先にあたる動物の評価値と競技パフォーマンスとに基づいて前記モデルを学習する学習工程をさらに備えることを特徴とする請求項3に記載の情報処理方法。 The information processing method according to claim 3, further comprising a learning step of learning the model based on the evaluation values and the competition performance of a plurality of animals and animals corresponding to the ancestors of the plurality of animals.
  5.  前記対象の動物は馬であり、
     前記競技パフォーマンスは、競馬のレースにおける獲得賞金および出走回数の少なくともいずれかであることを特徴とする請求項1から4のいずれか1項に記載の情報処理方法。
    The target animal is a horse,
    The information processing method according to any one of claims 1 to 4, wherein the competition performance is at least one of a prize money won and a number of races in a horse racing race.
  6.  前記対象の動物の祖先にあたる前記動物は、前記対象の動物の母馬、父馬、父母馬、父父馬、母母馬、母父馬、父父父馬、父父母馬、父母父馬、父母母馬、母父父馬、母父母馬、母母父馬、および母母母馬の少なくともいずれかを含むことを特徴とする請求項5に記載の情報処理方法。 The animal, which is the ancestor of the target animal, is a mother horse, a father horse, a parent horse, a father horse, a mother mother horse, a mother father horse, a father father horse, a father parent horse, a parent mother horse, The information processing method according to claim 5, further comprising at least one of a parent-mother horse, a mother-father-father horse, a mother-parent-mother horse, a mother-mother-father horse, and a mother-mother-mother horse.
  7.  前記パラメータは、前記対象の動物の父馬および母馬の識別情報を含むことを特徴とする請求項5または6に記載の情報処理方法。 The information processing method according to claim 5 or 6, wherein the parameter includes identification information of a father horse and a mare of the target animal.
  8.  前記パラメータは、前記対象の動物を出産した母馬の年齢、前記対象の動物の毛色、および前記対象の動物の性別の少なくともいずれかを含み、
     前記予測工程において、前記対象の動物の潜在的競技パフォーマンスは、前記対象の動物を出産した母馬の年齢、前記対象の動物の毛色、および前記対象の動物の性別の少なくともいずれかにさらに基づいて予測されることを特徴とする請求項5から7のいずれか1項に記載の情報処理方法。
    The parameters include at least one of the age of the mare that gave birth to the animal of interest, the coat color of the animal of interest, and the sex of the animal of interest.
    In the prediction step, the potential competitive performance of the animal of interest is further based on at least one of the age of the mare that gave birth to the animal of interest, the coat color of the animal of interest, and the sex of the animal of interest. The information processing method according to any one of claims 5 to 7, wherein the information processing method is predicted.
  9.  通信部を介して、前記予測工程において予測した前記対象の動物の前記潜在的競技パフォーマンスを外部装置に提供する提供工程をさらに備え、
     前記取得工程において、前記パラメータは前記通信部を介して前記外部装置から取得されることを特徴とする請求項1から8のいずれか1項に記載の情報処理方法。
    Further provided, a providing step of providing the potential competition performance of the target animal predicted in the prediction step to an external device via a communication unit is provided.
    The information processing method according to any one of claims 1 to 8, wherein in the acquisition step, the parameter is acquired from the external device via the communication unit.
  10.  表示部を介して、前記予測工程において予測した前記対象の動物の前記潜在的競技パフォーマンスをユーザに提供する提供工程をさらに備え、
     前記取得工程において、前記パラメータはユーザインタフェースを介して取得されることを特徴とする請求項1から8のいずれか1項に記載の情報処理方法。
    The display unit further comprises a providing step of providing the user with the potential competitive performance of the target animal predicted in the prediction step.
    The information processing method according to any one of claims 1 to 8, wherein in the acquisition step, the parameter is acquired via a user interface.
  11.  前記対象の動物の祖先にあたる前記動物の評価値が欠落している場合に、前記対象の動物の祖先にあたる前記動物の欠落している評価値を、前記対象の動物の祖先にあたる前記動物と血縁関係にある動物の評価値に基づいて補完する補完工程をさらに備えることを特徴とする請求項1から10のいずれか1項に記載の情報処理方法。 When the evaluation value of the animal corresponding to the ancestor of the target animal is missing, the missing evaluation value of the animal corresponding to the ancestor of the target animal is related to the animal corresponding to the ancestor of the target animal. The information processing method according to any one of claims 1 to 10, further comprising a complementing step of complementing based on the evaluation value of the animal in the above.
  12.  馬の潜在的競技パフォーマンスを予測する情報処理方法であって、
     対象の馬の父馬および母馬の識別情報、前記対象の馬の性別、毛色、ならびに前記対象の馬を出産した時点での母馬の年齢を含むパラメータを取得する取得工程と、
     前記取得工程において取得された前記パラメータに基づいて予測された潜在的競技パフォーマンスであって、前記対象の馬の出走回数および獲得賞金を含む潜在的競技パフォーマンスを出力する出力工程と、
     を含むことを特徴とする情報処理方法。
    An information processing method that predicts the potential competitive performance of horses.
    An acquisition process for acquiring parameters including the identification information of the target horse's father and mare, the sex and coat color of the target horse, and the age of the mother horse at the time of giving birth to the target horse.
    An output process that outputs a potential competition performance predicted based on the parameters acquired in the acquisition process, including the number of times the target horse has run and the prize money won.
    An information processing method characterized by including.
  13.  動物の潜在的競技パフォーマンスを予測する情報処理装置であって、
     1以上のプロセッサと、
     メモリと、
     前記メモリに格納されたプログラムであって、前記1以上のプロセッサにより実行されると、請求項1から12のいずれか1項に記載の情報処理方法を前記情報処理装置に実行させるための命令群を含むプログラムと
    を備える情報処理装置。
    An information processing device that predicts the potential competitive performance of animals.
    With one or more processors
    Memory and
    A group of instructions for causing the information processing apparatus to execute the information processing method according to any one of claims 1 to 12, when the program is stored in the memory and is executed by one or more processors. An information processing device including a program including.
  14.  動物の潜在的競技パフォーマンスを予測する情報処理装置であって、
     対象の動物のパラメータを取得する取得手段と、
     前記取得手段が取得した前記パラメータに基づき、前記対象の動物の祖先にあたる動物を特定する特定手段と、
     前記特定手段が特定した前記対象の動物の祖先にあたる前記動物の評価値に基づいて、前記対象の動物の潜在的競技パフォーマンスを予測する予測手段と、
     を含み、
     前記評価値は、前記対象の動物の祖先にあたる動物のそれぞれについて求められた、前記対象の動物の祖先にあたる動物と、その子孫の動物との競技パフォーマンスの平均および分散であることを特徴とする情報処理装置。
    An information processing device that predicts the potential competitive performance of animals.
    An acquisition method for acquiring the parameters of the target animal,
    A specific means for identifying an animal that is an ancestor of the target animal based on the parameters acquired by the acquisition means, and
    A predictive means for predicting the potential athletic performance of the target animal based on the evaluation value of the animal which is the ancestor of the target animal specified by the specific means.
    Including
    The evaluation value is information obtained for each of the animals corresponding to the ancestors of the target animal, which is the average and variance of the competition performance between the animals corresponding to the ancestors of the target animal and the animals of its descendants. Processing equipment.
  15.  請求項1から12のいずれか1項に記載の情報処理方法をコンピュータに実行させるためのプログラム。 A program for causing a computer to execute the information processing method according to any one of claims 1 to 12.
PCT/JP2020/008445 2020-02-28 2020-02-28 Information processing method, information processing device, and program WO2021171591A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2020/008445 WO2021171591A1 (en) 2020-02-28 2020-02-28 Information processing method, information processing device, and program
JP2022503030A JP7448992B2 (en) 2020-02-28 2020-02-28 Information processing method, information processing device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/008445 WO2021171591A1 (en) 2020-02-28 2020-02-28 Information processing method, information processing device, and program

Publications (1)

Publication Number Publication Date
WO2021171591A1 true WO2021171591A1 (en) 2021-09-02

Family

ID=77492062

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/008445 WO2021171591A1 (en) 2020-02-28 2020-02-28 Information processing method, information processing device, and program

Country Status (2)

Country Link
JP (1) JP7448992B2 (en)
WO (1) WO2021171591A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023175809A1 (en) * 2022-03-17 2023-09-21 日本電気株式会社 Situation prediction system, situation prediction method, and recording medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11290553A (en) * 1998-04-06 1999-10-26 Square Co Ltd Rack predicting device and information recording medium
JP2006004362A (en) * 2004-06-21 2006-01-05 Nec Mobiling Ltd Joint investment type auction system using communication network, joint bid method, server, and program
JP2012501671A (en) * 2008-09-11 2012-01-26 ユニバーシティ・カレッジ・ダブリン,ナショナル・ユニバーシティ・オブ・アイルランド,ダブリン Methods for predicting potential competitive performance

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11290553A (en) * 1998-04-06 1999-10-26 Square Co Ltd Rack predicting device and information recording medium
JP2006004362A (en) * 2004-06-21 2006-01-05 Nec Mobiling Ltd Joint investment type auction system using communication network, joint bid method, server, and program
JP2012501671A (en) * 2008-09-11 2012-01-26 ユニバーシティ・カレッジ・ダブリン,ナショナル・ユニバーシティ・オブ・アイルランド,ダブリン Methods for predicting potential competitive performance

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HIGUCHI, SHOGOAND ET AL.: "Decision making strategy based on time series data of voting behavior: preliminary report", IEICE TECHNICAL REPORT, vol. 115, no. 97, 11 June 2015 (2015-06-11), pages 7 - 11, ISSN: 0913-5685 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023175809A1 (en) * 2022-03-17 2023-09-21 日本電気株式会社 Situation prediction system, situation prediction method, and recording medium

Also Published As

Publication number Publication date
JPWO2021171591A1 (en) 2021-09-02
JP7448992B2 (en) 2024-03-13

Similar Documents

Publication Publication Date Title
US20200175611A1 (en) Multi-channel data aggregation system and method for communicating animal breed, medical and profile information among remote user networks
Hazard et al. Mutual learning between researchers and farmers during implementation of scientific principles for sustainable development: the case of biodiversity-based agriculture
Liker et al. Sex differences in parental care: Gametic investment, sexual selection, and social environment
Van Dijk et al. Individual variation and the resolution of conflict over parental care in penduline tits
Yang et al. Demographic history and gene flow during silkworm domestication
Johnson et al. Modeling the viability of the free‐ranging cheetah population in Namibia: An object‐oriented Bayesian network approach
Pourmoayed et al. A hierarchical Markov decision process modeling feeding and marketing decisions of growing pigs
Hasenjager et al. Social network analysis in behavioral ecology
Doyle et al. Temperament, age and weather predict social interaction in the sheep flock
Maia et al. Multivariate survival mixed models for genetic analysis of longevity traits
WO2021171591A1 (en) Information processing method, information processing device, and program
Berezowski et al. Complex system approaches for animal health surveillance
Gebreyesus et al. Supervised learning techniques for dairy cattle body weight prediction from 3D digital images
CN108292385A (en) Genome-based technologies for agricultural production and performance management
Wełeszczuk et al. Prediction of Polish Holstein's economical index and calving interval using machine learning
van der Heide et al. Improving predictive performance on survival in dairy cattle using an ensemble learning approach
von Post et al. Effects on rural House Sparrow and Tree Sparrow populations by experimental nest-site addition
Salamone et al. Prediction of first test day milk yield using historical records in dairy cows
Petrov et al. Extracting individual characteristics from population data reveals a negative social effect during honeybee defence
Wynants et al. Re‐evaluation of a method used to study nutritional effects on bumble bees
Carlesso et al. A simple mechanism for collective decision-making in the absence of payoff information
Obšteter et al. SIMplyBee: an R package to simulate honeybee populations and breeding programs
Pérez-Barbería et al. Sexual selection for fighting skills as a driver of sexual segregation in polygynous ungulates: an evolutionary model
Pook et al. The Modular Breeding Program Simulator (MoBPS) allows efficient simulation of complex breeding programs
Arundel et al. Modelling honey bee queen mating as a measure of feral colony density

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20921247

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022503030

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20921247

Country of ref document: EP

Kind code of ref document: A1