Survival Analysis in TensorFlow -


i have been using standard packages survival analysis in r. know how classification problems in tensorflow such logistic regression, having difficulty mapping survival analysis problems. in way, instead of 1 output vector have 2 (time_to_event::continuous, censored::boolean). has been done in theano, here, having difficulty translating tensorflow.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -