GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#python #book #chinese #computer_vision #deep_learning #machine_learning #natural_language_processing #notebook #python

This resource, "Dive into Deep Learning," is a free online book that helps you learn deep learning by doing. It provides detailed concepts, background knowledge, and executable code to help you understand the mathematical principles and implement them in practice. The book includes runnable code examples so you can see how to solve problems step-by-step and experiment with different approaches. It also allows for community feedback and continuous updates to keep up with the rapidly evolving field of deep learning. This makes it an excellent resource for anyone looking to become a deep learning practitioner, whether you're a student or an industry professional.

https://github.com/d2l-ai/d2l-zh
#python #bert #deep_learning #flax #hacktoberfest #jax #language_model #language_models #machine_learning #model_hub #natural_language_processing #nlp #nlp_library #pretrained_models #python #pytorch #pytorch_transformers #seq2seq #speech_recognition #tensorflow #transformer

The Hugging Face Transformers library provides thousands of pretrained models for various tasks like text, image, and audio processing. These models can be used for tasks such as text classification, image detection, speech recognition, and more. The library supports popular deep learning frameworks like JAX, PyTorch, and TensorFlow, making it easy to switch between them.

The benefit to the user is that you can quickly download and use these pretrained models with just a few lines of code, saving time and computational resources. You can also fine-tune these models on your own datasets and share them with the community. Additionally, the library offers a simple `pipeline` API for immediate use on different inputs, making it user-friendly for both researchers and practitioners. This helps in reducing compute costs and carbon footprint while enabling high-performance results across various machine learning tasks.

https://github.com/huggingface/transformers