A Data Scientist's Playground
A Data Scientist's Playground
Home
Posts
Publications
Friends
tensorflow
Tensorflow for Statisticians (3)
Another important type of data is the time-to-event structured survival data, which I worked on during my entire PhD study. Different from what we usually see, there may be censoring in survival data, which adds one more layer of complication to modeling.
Last updated on Apr 17, 2022
4 min read
Tensorflow for Statisticians (2)
Following my last post on using tensorflow for linear regression, in this post I am going to extend the scope to generalized linear models. >>> import tensorflow as tf >>> import tensorflow_probability as tfp >>> tfd = tfp.
Last updated on Apr 17, 2022
2 min read
Cite
×