fitness

Fitness getSensorsClient Can not read TYPE_ACTIVITY_SEGMENT real time data

久未见 提交于 2020-01-16 14:04:28
问题 Objective - Get continuous call back of activity (like - walking, running, etc. data) , read the real data for activities. I can read real time data for TYPE_LOCATION_SAMPLE for same code as below just changing to TYPE_ACTIVITY_SEGMENT. i can not read the real data for activities like - walking, running, etc. Example - https://developers.google.com/fit/rest/v1/reference/activity-types [Google fit - Read using getSensorsClient] Read Example - Walking* 7 Walking (fitness) 93 Following - https:/

Training on a fitness function

↘锁芯ラ 提交于 2019-12-11 16:35:06
问题 I am looking at FANN (Fast Artificial Neural Network) to create a neural network to drive a car around a track in a simulation. It's possible to train on a fixed data set, but this isn't suitable for training a car to drive. I would like to use a fitness function to train my NN. Is this possible? Is it possible to tell FANN to use a fitness function rather than a fixed data set to train a NN? 回答1: I would like to use a fitness function to train my NN. Is this possible? Fitness functions judge