Z.ZHANG 5 月 31, 2019 1 min read Machine Learning Questions 1.What is LSTM? How it works (engineering and therotica… Read more...
Z.ZHANG 5 月 23, 2019 6 min read Jupyter Notebook This article provides some pratical skills for using Ju… Read more...
Z.ZHANG 5 月 20, 2019 1 min read TensorFlow Lite Converter From training to deployment — TFLite. Official do… Read more...
Z.ZHANG 5 月 14, 2019 3 min read Neural Network Quantization This article is a short summary of quantization techniq… Read more...
Z.ZHANG 5 月 2, 2019 1 min read Neural Networks – Activations RELU: https://medium.com/tinymind/a-practical-guide-to-… Read more...
Z.ZHANG 4 月 23, 2019 1 min read 从前种种,譬如昨日死;以后种种,譬如今日生。 复活节去爱丁堡游玩了一趟,见了见还在爱丁堡的同学,回来后,想通了一些事情。 我突然悟到了一些道理,开始新的生活… Read more...
Z.ZHANG 4 月 10, 2019 1 min read Python Immutables a = [[]]*6 a [[], [], [], [], [], []] a[1].append(̶… Read more...