{search_term_string}のページ一覧

slide-thumbnail
用意するリソース Azure AI Foundry (Project) Model Catalog • gpt-4.1 Agents • MS Learn Agents Bing Custom Search Connected resource • Bing Custom Search ©KINTO Corporation. All rights reserved. ht...

20250816_Azure AI Foundry Portal デモの#P6

slide-thumbnail
用意するリソース Azure AI Foundry (Project) 5 1 Model Catalog • gpt-4.1 4 Agents • MS Learn Agents 2 Bing Custom Search 3 Connected resource • Bing Custom Search ©KINTO Corporation. All righ...

20250816_Azure AI Foundry Portal デモの#P7

slide-thumbnail
Contributions No. 33 Challenge How to obtain 𝑠 random samples without running a search algorithm? Findings We prove that there exists a • • 1 ෨ 𝑂෨ 𝑠 time and 𝑂(𝑛) space algo. that picks 𝑠 samples,...

AIP加速課題成果報告@WebDB夏のワークショップ2025の#P34

slide-thumbnail
Re-Rankingモデル ● Cohere ReRank 3.5 ○ Bedrockから使える ● Elastic Rerank ○ Elastic Search が出してるモデル ● Voyage AI rerank-2.5 ○ MongoDBが出してるモデル ● LLM-based reranker ○ 普通のLLMをリランカ...

RAGの#P46

slide-thumbnail
ハイブリッド EShop シナリオ MCT Summit 2025 Cloud Run 上のマイクロサービス+ハイブリッド GenAI 連携を実演 Catalog Service Basket Service Identity Service Search Service オンプレミス環境 API Gate...

技術コースを効果的に伝える準備 - エバンジェリスト20年間、政府兼務6年間、トレーナー5年間、で実践してきた伝える技術 -の#P32

slide-thumbnail
実装済み AI 機能 1. セマンティック検索 🔍 POST /api/ai/semantic-search 商品の特徴を⾃然⾔語で検索し、AI が最適な商品を推薦 例︓「軽くて⾛りやすいランニングシューズを探しています」 2. 会話型バスケッ...

Cursor & GitHub Copilot で作る自社GPU × 全クラウドAI 協調アプリケーション- AI 駆動開発新時代- NVIDIA GPU ハイブリッド×マルチクラウド実装術-公開の#P13

slide-thumbnail
ハイブリッド EShop シナリオ Cloud Run 上のマイクロサービス+ハイブリッド GenAI 連携を実演 Catalog Service Basket Service Identity Service Search Service オンプレミス環境 API Gateway Vertex AI G...

Cursor & GitHub Copilot で作る自社GPU × 全クラウドAI 協調アプリケーション- AI 駆動開発新時代- NVIDIA GPU ハイブリッド×マルチクラウド実装術-公開の#P14

slide-thumbnail
MLflow のログをプログラムで取得 基本的な流れ import mlflow • MlflowClient クラスの search_runs() メソッドで実験一覧を取得 client = mlflow.tracking.MlflowClient() experiment_id = "0" runs = client.s...

研究のための開発スキルの#P88

slide-thumbnail
どういうサービスがある??? Copilot Studio Functions AI Foundry Service Azure AI Search Azure OpenAI App Service Cosmos DB Machine Learning Microsoft365 Copilot ©KINTO Corporation. All rights r...

AzureでのAIエージェントはここから! Azure Functions × AIの#P11

slide-thumbnail
どういうサービスがある??? App Service Functions AI Foundry Azure AI Search Azure OpenAI Copilot Studio Cosmos DB Machine Learning Microsoft365 Copilot Power Automate

AzureでAIエージェント、さて何から始める?の#P9

slide-thumbnail
どういうサービスがある??? App Service Functions AI Foundry →Microsoft Foundry Azure AI Search Azure OpenAI Copilot Studio Cosmos DB Machine Learning Microsoft365 Copilot Power Automate Micros...

AzureでAIエージェント、さて何から始める?の#P10

slide-thumbnail
背景 Test-Time Scaling ある入力に対して,複数の出力を生成してBest-of-NやSearchアルゴリズムを活用することで,計算コストの トレードオフで精度を向上させることができる 4

【diffusion勉強会】LaDiR: Latent Diffusion Enhances LLMs for Text Reasoningの#P4

slide-thumbnail
2:43 FABRIKAM FIBER login Enter your credentials to login into the application. Username Password q w e r t y u i o p Remember me a s d f g h j k l log in  z x c v b n m register &123 / space · searc...

【17-A-2】 10年後も通用する開発環境の秘訣 <デブサミ2012>の#P59

slide-thumbnail
2:43 FABRIKAM FIBER login Enter your credentials to login into the application. Username drew Password q w e r t y u i o p Remember me a s d f g h j k l log in  z x c v b n m register &123 / space ·...

【17-A-2】 10年後も通用する開発環境の秘訣 <デブサミ2012>の#P60

slide-thumbnail
Model API GitHubAPIClient.swift // interface struct GitHubAPIClient { var searchRepository: (String) -> AnyPublisher<GitHubRepositoryList, Never> } // extension GitHubAPIClient { // static GitHubAPICl...

Combineを使ったコードのテストをSchedulerで操る方法とその仕組みの#P7

slide-thumbnail
Lighting Quality が Production設定の場合 [DevOptions.StaticLightingProductionQuality] NumShadowRaysScale=8 NumPenumbraShadowRaysScale=32 ApproximateHighResTexelsPerMaxTransitionDistanceScale=6 MinDist...

建築ビジュアライズにおけるLightmass実践使用方法 (フリーランス 真茅健一様)の#P140

slide-thumbnail
When Lighting Quality is set to Production: [DevOptions.StaticLightingProductionQuality] NumShadowRaysScale=8 NumPenumbraShadowRaysScale=32 ApproximateHighResTexelsPerMaxTransitionDistanceScale=6 MinD...

Practical usage of Lightmass in Architectural Visualization (Kenichi Makaya, UE4 Lightmass Deep Dive)の#P157

slide-thumbnail
// components/molcules/TextboxLabel.stories.js export default { title: 'molcules/TextboxLabelMdx', } export const Basic = ({}) => ({ template: '<molcules-textbox-label :type="type" :value="value">Basi...

StoryBook駆動で新規システムの開発を試してみたの#P33

slide-thumbnail
<!-- components/atoms/html/Textbox.vue --> <template> <input :id="id" ref="textbox" :value="value" :type="type" :placeholder="placeholder" :disabled="disabled" :required="required" @input="$emit('inpu...

StoryBook駆動で新規システムの開発を試してみたの#P35

slide-thumbnail
クロスサイトスクリプティング 攻撃者が用意した任意のHTMLあるいは JavaScriptが挿入される脆弱性 http://example.jp/search?q=<script>....</script> <html> .... <div>検索結果:「<script>....</script>」</div...

JavaScript Security beyond HTML5の#P17

slide-thumbnail
クロスサイトスクリプティング 攻撃者が用意した任意のHTMLあるいは JavaScriptが挿入される脆弱性 http://example.jp/search?q=<script>....</script> <html> .... <div>検索結果:「<script>....</script>」</div...

JavaScript Security beyond HTML5の#P17

slide-thumbnail
2. CookbookをBerkshelfで取得 % cat <<EOF > Berksfile site :opscode cookbook 'apt' cookbook 'chef-solo-search', git: 'git://github.com/edelight/chef-solo-search.git' cookbook 'users' cookbook 'sudo' 利...

Chef Howto with Vagrant + Berkshelfの#P7

slide-thumbnail
背景・問題 消費者行動モデルが主流 [Pelawi 2019] 検索行動は人間の脳が,頭の中でより多くの知識をもっていると 錯覚を起こす [Fisher 2015] プレ実験 本実験 スマートフォンやPCでの,Search(検索)が含まれ...

能動的な行動を引き出すことによって推し語りの効果を最大化する手法の検討の#P15

slide-thumbnail
Background: SEO Problems • How to earn much money by GoogleAdsense? – The page is ranked higher in Web search by SEO – The page has little or no content How to detect such a site before visiting??

Trustworthiness analysis of web search resultsの#P3