snowkylin / tensorflow-handbook

简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程
https://tf.wiki
3.94k stars 841 forks source link

Is the book `Concise TensorFlow 2` available in English? #59

Closed AdityaKane2001 closed 3 years ago

snowkylin commented 3 years ago

Yes, please find the English version in https://tf.wiki/en/ The translation still has large space of improvement. Suggestions are welcomed.

AdityaKane2001 commented 3 years ago

@snowkylin Thanks for the reply! Just wanted to ask whether there is info on ops and kernels in TensorFlow in this book.

snowkylin commented 3 years ago

This book is more like a tutorial for beginners about how to use TensorFlow to write some basic ML programs. If you want information for a specific op or kernel, maybe you can just search in https://www.tensorflow.org/api_docs/python/tf

AdityaKane2001 commented 3 years ago

Oh, thanks anyways for the reply!