Handwritten numeral recognition based on TensorFlow's Keras advanced API
preface
For this project, I also happened to see a SVE Pana explaining this at station B, knocking the code with his video and learning it. And write a note here, and also provide you with code, ha ha ha.
1, Keras?
1.Keras introduction
Keras is a deep learning framework based on theano/tensorflow written in pure python. Keras is a high-leve ...
Posted by nemesis.2002 on Thu, 28 Oct 2021 15:00:47 +0200
Implementation and explanation of simple countermeasure neural network GAN - picture countermeasure
1. The theoretical explanation is clear and easy to understand:
Understand the basic principle of "generating countermeasure network GAN" + 10 typical algorithms + 13 applications (easyai.tech)
2. Code implementation set:
GitHub - eriklindernoren/Keras-GAN: Keras implementations of Generative Adversarial Networks.
3. Here is a bri ...
Posted by funkyres on Tue, 07 Sep 2021 06:34:45 +0200