#757 · Primary category: Education & Research

zhihu

autoencoder convolutional-neural-networks deep-learning gan machine-translation natural-language-processing recurrent-neural-networks style-transfer tensorflow-examples

Python 3.6 source code from a Zhihu column, covering NLP and computer vision projects like text generation, machine translation, and deep convolutional GANs.

Project last updated:06/14/21

GitHub Stars

3.5K

Forks

2.1K

Contributors

2

License

Other

Why we included this project

Each folder in this repo is a self-contained TensorFlow or Keras experiment, and every one of them pairs with a detailed article in the author's long-running Zhihu column, 机器不学习, so the reasoning sits right next to the code. Between them the projects cover most of the classic deep learning canon: character-level LSTM text generation from Anna Karenina, Word2Vec skip-gram, Seq2Seq machine translation with and without attention, denoising autoencoders, CNNs for CIFAR classification, GANs and DCGANs, batch normalization, style transfer, and sentiment analysis. Since every experiment comes with a write-up that walks through the theory and the training setup, it's a practical place to reproduce a model from scratch and understand why it behaves the way it does. The CTR prediction models at the end (DeepFM, Deep&Cross, xDeepFM, AutoInt) push the collection past pure NLP and vision into recommender-style ranking. It is not a production service, but as a structured tutorial it maps closely to the ideas you would implement in real projects。

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category