#750 · Primary category: Education & Research

DeepLearning

deep-learning

Deep Learning (Python, C, C++, Java, Scala, Go)

Project last updated:10/01/21

GitHub Stars

3.2K

Forks

1.3K

Contributors

5

License

MIT

Why we included this project

This repository walks through classic deep learning models with readable code in six languages, so you can see how a Restricted Boltzmann Machine or a denoising autoencoder is actually put together instead of treating it as a black box. Because the same algorithm appears in Python, C, C++, Java, Scala, and Go, it's practical when you need to port a method into a stack you already use or compare how different runtimes behave. The implementations follow Bengio's DeepLearningTutorials closely, which makes it a solid study aid for students or engineers reviewing pretraining and backpropagation. Keep in mind it's a teaching resource, not a maintained library, so treat it as a reference for learning rather than a drop-in for production work.

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