Building an AI to predict human age from a blood sample
colekillian.com
Building an AI to predict human age from a blood sample
1–10 of 68 posts
Re: Building an AI to predict human age from a blood sample
#2Re: Building an AI to predict human age from a blood sample
#3why would you use a neural net on a dataset with only 700 samples, smh
Re: Building an AI to predict human age from a blood sample
#4Re: Building an AI to predict human age from a blood sample
#5Proceeds to use (1024^2 * 2 + 1024) parameters in the neural network.
Re: Building an AI to predict human age from a blood sample
#6>Back to the computer science: 470,000+ features sounds nice at first, but is a recipe for overfitting when we only have 700 samples at our disposal. Proceeds to use (1024^2 * 2 + 1024) parameters in the neural network.
/s
/s for this post, I mean. I have had this very suggestion made to me non-sarcastically under similar circumstances.
Re: Building an AI to predict human age from a blood sample
#7It occurs to me that antibodies for diseases would make an interesting approach to age estimation. In the 1918 flu older people were spared. This is presumed to be due to the fact that they had an immunity due to an exposure in their own youths.
Over time, cell populations with BCR/TCR that recognize and bind such antigens will cease proliferation. Moreover, some cell populations will be localized to certain tissues and not in circulation.
Re: Building an AI to predict human age from a blood sample
#8That is, of course, in addition to the all-encompassing family trees we're providing them with 23andme.
Re: Building an AI to predict human age from a blood sample
#9It occurs to me that antibodies for diseases would make an interesting approach to age estimation. In the 1918 flu older people were spared. This is presumed to be due to the fact that they had an immunity due to an exposure in their own youths.
Interesting, but strewn with potential challenges. Over time, cell populations with BCR/TCR that recognize and bind such antigens will cease proliferation. Moreover, some cell populations will be localized to certain tissues and not in circulation.
Re: Building an AI to predict human age from a blood sample
#10>Back to the computer science: 470,000+ features sounds nice at first, but is a recipe for overfitting when we only have 700 samples at our disposal. Proceeds to use (1024^2 * 2 + 1024) parameters in the neural network.