TensorFlow is an open source software library for numerical computation using data flow graphs.
TensorFlow is an open source software library for numerical computation using data flow graphs.
Customer Reviews
Aravind S.
Advanced user of TensorFlowThe Keras interface is super cool for beginners. Once you get comfortable, there are ample option to customize the data access during training and export the model.
Its lerning curve is a little steep once you cross the beginners threshold. But can say its the worst :).
I worked on using ML in solving classification of signal events from background events in data from Particle Physics experiments. I was able to make a new classifier that had 90%+ purity compared to the existing benchmark of 70%. The model deployment was also pretty quick with GPU back-end available. I am now working on porting things to FPGA based accelerator and the framework I am using supports TF too.. The wide documentation and user support forums are plus points too.