並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 30 件 / 30件

新着順 人気順

Recipesの検索結果1 - 30 件 / 30件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Recipesに関するエントリは30件あります。 料理人工知能レシピ などが関連タグです。 人気エントリには 『hotel-recipes.net - このウェブサイトは販売用です! - hotel recipes リソースおよび情報』などがあります。
  • hotel-recipes.net - このウェブサイトは販売用です! - hotel recipes リソースおよび情報

    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

      hotel-recipes.net - このウェブサイトは販売用です! - hotel recipes リソースおよび情報
    • Agent Recipes

      Explore common agent recipes with ready to copy code to improve your LLM applications. These agent recipes are largely inspired by Anthropic's article. A workflow where the output of one LLM call becomes the input for the next. This sequential design allows for structured reasoning and step-by-step task completion.

        Agent Recipes
      • A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex - Build Knowledge Assistants over your Enterprise Data

        It’s the start of a new year and perhaps you’re looking to break into the RAG scene by building your very first RAG system. Or, maybe you’ve built Basic RAG systems and are now looking to enhance them to something more advanced in order to better handle your user’s queries and data structures. In either case, knowing where or how to begin may be a challenge in and of itself! If that’s true, then h

          A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex - Build Knowledge Assistants over your Enterprise Data
        • First-party cookie recipes  |  Articles  |  web.dev

          Cookies can be first-party or third-party relative to the user's context; depending on which site the user is on at the time. If the cookie's registrable domain and scheme match the current top-level page, that is, what's displayed in the browser's address bar, the cookie is considered to be from the same site as the page and it's generally referred to as a first-party cookie. Cookies from domains

          • Evolutionary Optimization of�Model Merging Recipes (2024/04/17, NLPコロキウム)

            Evolutionary Optimization of Model Merging Recipes (2024/04/17, NLPコロキウム)

              Evolutionary Optimization of�Model Merging Recipes (2024/04/17, NLPコロキウム)
            • llama-recipes/recipes/quickstart/NotebookLlama at main · meta-llama/llama-recipes

              Here is step by step thought (pun intended) for the task: Step 1: Pre-process PDF: Use Llama-3.2-1B-Instruct to pre-process the PDF and save it in a .txt file. Step 2: Transcript Writer: Use Llama-3.1-70B-Instruct model to write a podcast transcript from the text Step 3: Dramatic Re-Writer: Use Llama-3.1-8B-Instruct model to make the transcript more dramatic Step 4: Text-To-Speech Workflow: Use pa

                llama-recipes/recipes/quickstart/NotebookLlama at main · meta-llama/llama-recipes
              • Network Policy をわかりやすく学べる「Kubernetes Network Policy Recipes」 - kakakakakku blog

                GitHub に公開されている「Kubernetes Network Policy Recipes」を使うと,Kubernetes の Network Policy をわかりやすく学べる.現時点だと「計14種類」の Network Policy レシピ(サンプル)が載っていて,実際に使う機会がありそうな設定も多くて参考になる.さらに Network Policy の YAML を読むだけだとイメージしにくかったりする Ingress と Egress や Allow と Deny の関係性も図解されているのも素晴らしい! github.com レシピ一覧 現時点で公開されているレシピをまとめる.日本語訳は参考程度に載せておく! ✅ Basics DENY all traffic to an application(アプリケーションへの全てのトラフィックを拒否する) LIMIT traffi

                  Network Policy をわかりやすく学べる「Kubernetes Network Policy Recipes」 - kakakakakku blog
                • Evolutionary Optimization of Model Merging Recipes

                  We present a novel application of evolutionary algorithms to automate the creation of powerful foundation models. While model merging has emerged as a promising approach for LLM development due to its cost-effectiveness, it currently relies on human intuition and domain knowledge, limiting its potential. Here, we propose an evolutionary approach that overcomes this limitation by automatically disc

                  • GitHub - SakanaAI/evolutionary-model-merge: Official repository of Evolutionary Optimization of Model Merging Recipes

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - SakanaAI/evolutionary-model-merge: Official repository of Evolutionary Optimization of Model Merging Recipes
                    • Web Performance Recipes With Puppeteer

                      🕹 Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. This guide has recipes for automating Web Performance measurement with Puppeteer. An accompanying GitHub repository for this write-up is also available. Get a DevTools performance trace for a page load Puppeteer API: tracing.start() const puppeteer = require('puppeteer'

                        Web Performance Recipes With Puppeteer
                      • サイト構築のタスクを自動化する「Gatsby Recipes」とタスク記述言語としてのMDX - Qiita

                        2020年4月、Reactでウェブサイトやアプリケーションを作るGatsbyから「Gatsby Recipes」の発表がありました。(執筆時点ではまだExperimentalな機能です) 📝New! "Announcing #GatsbyRecipes" 👩🏿‍🍳👨🏼‍🍳 Recipes teach users how to accomplish desired tasks in Gatsby while also automating the process. ➡️ https://t.co/X0ueTQHqv4 ✨ This release is the first step towards adding a lot more automation capabilities to Gatsby. pic.twitter.com/sBH4EVK4Cz — Gatsby (@

                          サイト構築のタスクを自動化する「Gatsby Recipes」とタスク記述言語としてのMDX - Qiita
                        • 【DL輪読会】Evolutionary Optimization of Model Merging Recipes モデルマージの進化的最適化 | ドクセル

                          【DL輪読会】Evolutionary Optimization of Model Merging Recipes モデルマージの進化的最適化

                            【DL輪読会】Evolutionary Optimization of Model Merging Recipes モデルマージの進化的最適化 | ドクセル
                          • Design system components, recipes, and snowflakes

                            “When should we make something a component?” is a question I’ve been fielding for years. My strong answer: right from the start. Creating things with a component-based mindset right out the gate saves countless hours and wailing and gnashing of teeth. Everything is a component. But there’s some nuance to this. Where each component lives matters. In my client design system work, we’ve arrived at so

                              Design system components, recipes, and snowflakes
                            • Kotoba-Recipes ライブラリ: 5分ではじめる Llama-2 継続学習

                              はじめに Kotoba Technologiesでインターンをしている東京工業大学 B4 横田研究室の藤井(@okoge_kaz)です。 Kotoba Technologiesは2023年7月に米国の博士号・教授職を持った創業者2人によって日米クロスボーダー体制で創業され、最先端NLP技術を用いて、日本及び非英語圏における実運用に向けた研究開発を行っています。今回は、社内で利用されているライブラリの一部を公開したため、使用方法等について解説を行います。 Llama 2を筆頭に数多くのモデルがリリースされていますが、推論(inference)してモデルの挙動を確かめることはできても、自前のデータで学習する方法についてはtransformers Trainerクラスを利用した手法を除き、コミュニティに知見として十分に共有されているとは言い難いと個人的には感じています。そこで今回、Kotoba

                                Kotoba-Recipes ライブラリ: 5分ではじめる Llama-2 継続学習
                              • A Cheat Sheet and Some Recipes For Building Advanced RAG | by Andrei | in LlamaIndex Blog - Freedium

                                < Go to the original A Cheat Sheet and Some Recipes For Building Advanced RAG It's the start of a new year and perhaps you're looking to break into the RAG scene by building your very first RAG system. Or, maybe… It's the start of a new year and perhaps you're looking to break into the RAG scene by building your very first RAG system. Or, maybe you've built Basic RAG systems and are now looking to

                                • GitHub - ahmetb/kubernetes-network-policy-recipes: Example recipes for Kubernetes Network Policies that you can just copy paste

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - ahmetb/kubernetes-network-policy-recipes: Example recipes for Kubernetes Network Policies that you can just copy paste
                                  • hotel-recipes.net - このウェブサイトは販売用です! - hotel recipes リソースおよび情報

                                    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

                                      hotel-recipes.net - このウェブサイトは販売用です! - hotel recipes リソースおよび情報
                                    • GitHub - anthropics/anthropic-cookbook: A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - anthropics/anthropic-cookbook: A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
                                      • With No Frills or Celebrities, Cookpad Is a Global Go-To for Recipes (Published 2021)

                                        Consuelo Rodriguez, at home in Lodi, Calif., has used Cookpad to share more than 300 of her family’s recipes, like menudo.Credit...Gabriela Hasbun for The New York Times There are unspoken expectations the digital realm tends to place on recipes: They should photograph beautifully. They should have the mass appeal to go viral. And they should be written by a charismatic cook with a huge Instagram

                                          With No Frills or Celebrities, Cookpad Is a Global Go-To for Recipes (Published 2021)
                                        • 斎藤善与さんの「カオマンガイ」みんなのレシピ02 - Tasty Homemade Recipes 01

                                          斎藤善与さんの「カオマンガイ」みんなのレシピ02Tasty Homemade Recipes 01 / August 05, 2021 料理上手たちを訪ね、ふだんの暮らしの中でよく作っている“手間をかけずに”ちょっとしたアイデアで美味しくできる手料理を教えてもらった本誌93号の特集「さっと作れる、あの人の手料理」。巻頭企画「今日作りたくなる、みんなのアイデア集」から、バイヤー・斎藤善与さんの「カオマンガイ」のレシピをご紹介します。 カオマンガイとは、タイの炊き込みご飯のこと。タイ料理と聞くと作るのは難しそうと構えてしまうけれど、斎藤善与さんが作るカオマンガイは本当に簡単。だしをとったり、専門的な香辛料などを用意したりしなくてもOK。なんと、鍋にといだ米と香味野菜、鶏もも肉を丸ごと入れて、調味料と一緒に炊き込むだけ。 炊き上がりの香りも、鶏の旨味が染 み込んだご飯もたまらないおいしさ だ。さ

                                            斎藤善与さんの「カオマンガイ」みんなのレシピ02 - Tasty Homemade Recipes 01
                                          • A few favorite recipes in computer vision & deep learning

                                            A few days ago from the time of writing this blog post I tweeted - Some recent favorite recipes (#CV & #DL): 👉Have loads of labeled data? Try improving your image classifier with Supervised Contrastive Learning. 👉Don't have loads but loads of unlabeled data? Try SimCLRv2. 👉Just want to fine-tune? Try BigTransfer. 1/3 — Sayak Paul (@RisingSayak) July 22, 2020 In this blog post, I will expand on

                                              A few favorite recipes in computer vision & deep learning
                                            • Chicken Recipes, Find the Best Recipes for Chicken | Food & Wine | by Franklinmarmamov | Nov, 2020 | Medium

                                              Chicken Recipes, Find the Best Recipes for Chicken | Food & Wine KFC is getting saucy! The fast-food chain just announced the launch of its new signature “KFC Sauce.” The dipping sauce is “tangy and sweet, with a bit of smokiness,” according to the press release. The signature sauce was developed with KFC’s customers in mind and throughout the development process, changes were made based on fans’

                                              • New Recipes for 3rd Party Cookies

                                                text/plain ericlaw talks about security, the web, and software in general Last Updated: 13 November 2023 For privacy reasons, the web platform is moving away from supporting 3rd-party cookies, first with lockdowns, and eventually with removal of support starting at 1% in Q1 2024 (was late 2023) and completed in the third quarter of 2024. The Edge team will almost certainly follow the Chrome team,

                                                  New Recipes for 3rd Party Cookies
                                                • Laravel Recipes日本語版 | ファイルの内容を取得する

                                                  file system 悩み事 ファイルの内容を取得したい 解決方法 File::get() メソッドを利用します $contents = \File::get($filename); アドバイス ファイルが見つからない場合は例外が返却されます 具体的には Illuminate\Filesystem\FileNotFoundException がスローされます try/catchを利用して、エラーを捕捉する様にしましょう try { $contents = \File::get($filename); } catch (\Illuminate\Filesystem\FileNotFoundException $exception) { die("ファイルがありません"); } Author:Chuck Heintzelman Editor and Translator:Yuuki Take

                                                    Laravel Recipes日本語版 | ファイルの内容を取得する
                                                  • Film Simulation Recipes

                                                    Check out the Fuji X Weekly App for iOS and Android. It’s free! Unlock the best experience by becoming a Patron. Choose your sensor to find the film simulation recipes that are compatible with your Fujifilm camera:

                                                      Film Simulation Recipes
                                                    • Emotionからvanilla-extractへの移行!Recipesスタイリングで最適化

                                                      はじめに 前回の記事では、vanilla-extract の基本とCSSの型定義について説明しました。 今回は、App Routerから使用できなくなった Emotion から vanilla-extract への移行を軸として解説していき、vanilla-extract のRecipesパッケージにDeepDiveしていきます🏊🏻 vanilla-extractの基本 vanilla-extract は、Next13以降で登場したApp Routerに対応しており、Zero-Runtimeで型安全なCSSを実現するスタイリング方法です。 従来のCSS-in-JSライブラリとは異なり、Build時にCSSを生成するため、Runtimeでのパフォーマンスへの影響がありません。 また、型安全な設計により、コンパイル時にエラー検出が可能になり、開発効率がアップします。 インストール方法と設定

                                                        Emotionからvanilla-extractへの移行!Recipesスタイリングで最適化
                                                      • No.075 🌴You Tube🌴   Grandma’s Recipes      まさみおばあちゃんのおせち - Good_Vibes_blog

                                                        Good_Vibes_blog www.youtube.com 👍Good Vibes紹介👍 Grandma’s Recipes "まさみおばあちゃんのおせち" Grandma's Recipes|まさみおばあちゃんのおせち ほっこり動画ですが、 人生の本質を学べます。 🔨このブログのYouTubeチャンネルです🔨 (工事中ですが😅💦) よかったらみてください🙏 Good-Vibes👍を集めています。 ⬆︎優良波動のYouTubeチャンネルはこちらから〜⬆︎ 登録してくれた皆様ありがとうございます🙇 引き続きよろしくお願いします😃 ⬇️フォローもできたらお願いします⬇️ Twitter Instagram facebook

                                                          No.075 🌴You Tube🌴   Grandma’s Recipes      まさみおばあちゃんのおせち - Good_Vibes_blog
                                                        • Welcome! - AWS Observability Recipes

                                                          Home By Compute By Infra & Databases By Language By Destination Tasks About Welcome!¶ We are covering recipes for observability (o11y) solutions at AWS on this site. This includes managed services such as Amazon Managed Service for Prometheus and Amazon Managed Grafana as well as agents, for example OpenTelemetry and Fluent Bit. We want to address the needs of both developers and infrastructure fo

                                                          • GitHub - mealie-recipes/mealie: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by p

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - mealie-recipes/mealie: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by p
                                                            • Recipes for building an open-domain chatbot

                                                              Building open-domain chatbots is a challenging area for machine learning research. While prior work has shown that scaling neural models in the number of parameters and the size of the data they are trained on gives improved results, we show that other ingredients are important for a high-performing chatbot. Good conversation requires a number of skills that an expert conversationalist blends in a

                                                              1

                                                              新着記事