From b7e800aa8584e5b49d01b8251e0d3dbdc6ea9787 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 18 Sep 2024 13:22:44 +0800 Subject: [PATCH] Add more resources Signed-off-by: Jael Gu --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd4d573..2408117 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,13 @@ The `towhee/resnet-image-embedding` Operator implements the function of image em [3].https://towardsdatascience.com/understanding-and-coding-a-resnet-in-keras-446d7ff84d33 - # More Resources - - [Understanding Neural Network Regularization and Key Regularization Techniques - Zilliz blog](https://zilliz.com/learn/understanding-regularization-in-nueral-networks): Regularization prevents a machine-learning model from overfitting during the training process. We'll discuss its concept and key regularization techniques. + +# More Resources + +- [Understanding Neural Network Regularization and Key Regularization Techniques - Zilliz blog](https://zilliz.com/learn/understanding-regularization-in-nueral-networks): Regularization prevents a machine-learning model from overfitting during the training process. We'll discuss its concept and key regularization techniques. - [Optimizing Data Communication: Milvus Embraces NATS Messaging - Zilliz blog](https://zilliz.com/blog/optimizing-data-communication-milvus-embraces-nats-messaging): Introducing the integration of NATS and Milvus, exploring its features, setup and migration process, and performance testing results. - [Optimizing RAG with Rerankers: The Role and Trade-offs - Zilliz blog](https://zilliz.com/learn/optimize-rag-with-rerankers-the-role-and-tradeoffs): Rerankers can enhance the accuracy and relevance of answers in RAG systems, but these benefits come with increased latency and computational costs. - [What is a Generative Adversarial Network? An Easy Guide](https://zilliz.com/glossary/generative-adversarial-networks): Just like we classify animal fossils into domains, kingdoms, and phyla, we classify AI networks, too. At the highest level, we classify AI networks as "discriminative" and "generative." A generative neural network is an AI that creates something new. This differs from a discriminative network, which classifies something that already exists into particular buckets. Kind of like we're doing right now, by bucketing generative adversarial networks (GANs) into appropriate classifications. So, if you were in a situation where you wanted to use textual tags to create a new visual image, like with Midjourney, you'd use a generative network. However, if you had a giant pile of data that you needed to classify and tag, you'd use a discriminative model. -- [Training Text Embeddings with Jina AI - Zilliz blog](https://zilliz.com/blog/training-text-embeddings-with-jina-ai): In a recent talk by Bo Wang, he discussed the creation of Jina text embeddings for modern vector search and RAG systems. He also shared methodologies for training embedding models that effectively encode extensive information, along with guidance o - \ No newline at end of file +- [Training Text Embeddings with Jina AI - Zilliz blog](https://zilliz.com/blog/training-text-embeddings-with-jina-ai): In a recent talk by Bo Wang, he discussed the creation of Jina text embeddings for modern vector search and RAG systems. He also shared methodologies for training embedding models that effectively encode extensive information, along with guidance o \ No newline at end of file