Skip to content

悠良報導

智慧助力 悠良報導

Primary Menu
  • 首頁
  • 人工智慧
    • 軟體新人起步
    • 自然語言
  • 軟體工程
    • 套裝工具
  • 學習資源
    • leetcode
  • 對話機器人服務
    • 來抽一張彩虹卡吧
    • 來抽個籤詩吧
    • 人生實驗室
    • 易經占卦
    • 文字冒險遊戲 – 勇者
    • 快速回訊息
    • 電子寵物
    • 尼古拉·特斯拉
軟體程式開發流程 – 系統設計 軟體程式開發流程 – 系統設計
1 min read
  • 學習資源
  • 軟體工程

軟體程式開發流程 – 系統設計

theta Posted on 3 年 ago
這個系列是根據Amazon面試準備內
Read More Read more about 軟體程式開發流程 – 系統設計
Python輕鬆建立中英翻譯API Python輕鬆建立中英翻譯API
1 min read
  • 人工智慧
  • 全部文章
  • 重點文章

Python輕鬆建立中英翻譯API

theta Posted on 3 年 ago
這篇我們使用Helsinki-NLP
Read More Read more about Python輕鬆建立中英翻譯API
工程師有哪些 職權快速介紹 工程師有哪些 職權快速介紹
  • 學習資源
  • 軟體工程

工程師有哪些 職權快速介紹

theta Posted on 3 年 ago
協助工程師以外的大家能更了解工程師的
Read More Read more about 工程師有哪些 職權快速介紹
第一次k8s on GCP 第一次k8s on GCP
1 min read
  • 套裝工具
  • 後端工程
  • 軟體工程

第一次k8s on GCP

theta Posted on 3 年 ago
這是給從未使用過k8s的人進行了解文
Read More Read more about 第一次k8s on GCP
Maximum Product Subarray Maximum Product Subarray
1 min read
  • leetcode

Maximum Product Subarray

theta Posted on 3 年 ago
題目會給我們一段數列,要我們找出其中
Read More Read more about Maximum Product Subarray
新增image到google Registry 新增image到google Registry
1 min read
  • 套裝工具
  • 軟體工程

新增image到google Registry

theta Posted on 3 年 ago
 Container Re
Read More Read more about 新增image到google Registry
146. LRU Cache 快取作法 146. LRU Cache 快取作法
1 min read
  • leetcode
  • 學習資源

146. LRU Cache 快取作法

theta Posted on 3 年 ago
這邊題目要我們做快取伺服器。在超過容
Read More Read more about 146. LRU Cache 快取作法
Copy List with Random Pointer Leetcode Copy List with Random Pointer Leetcode
1 min read
  • leetcode

Copy List with Random Pointer Leetcode

theta Posted on 3 年 ago
題目會給我們一個Node的鍵結,該鍵
Read More Read more about Copy List with Random Pointer Leetcode
leetcode55 Jump Game 解題概念 leetcode55 Jump Game 解題概念
1 min read
  • leetcode
  • 學習資源

leetcode55 Jump Game 解題概念

theta Posted on 3 年 ago
題目會給一組正整數數列,我們會從第一
Read More Read more about leetcode55 Jump Game 解題概念
Transformers 中文內容分類範例 Transformers 中文內容分類範例
2 min read
  • 人工智慧
  • 全部文章
  • 重點文章

Transformers 中文內容分類範例

theta Posted on 3 年 ago
我們可以使用Transformers
Read More Read more about Transformers 中文內容分類範例
最新機器學習工具 Transformers 最新機器學習工具 Transformers
1 min read
  • 人工智慧
  • 全部文章
  • 機器學習
  • 重點文章

最新機器學習工具 Transformers

theta Posted on 3 年 ago
🤗 Transformers Tra
Read More Read more about 最新機器學習工具 Transformers
Group Anagrams [leetcode] Group Anagrams [leetcode]
1 min read
  • leetcode

Group Anagrams [leetcode]

theta Posted on 3 年 ago
題目會給出很多的單詞,根據每個單詞擁
Read More Read more about Group Anagrams [leetcode]
Permutations 集合解法[leetcode] Permutations 集合解法[leetcode]
1 min read
  • leetcode

Permutations 集合解法[leetcode]

theta Posted on 3 年 ago
題目會給你一個不重複的數列,請回傳全
Read More Read more about Permutations 集合解法[leetcode]
Permutations 遞迴解法[leetcode] Permutations 遞迴解法[leetcode]
1 min read
  • leetcode

Permutations 遞迴解法[leetcode]

theta Posted on 3 年 ago
題目會給你一個不重複的數列,請回傳全
Read More Read more about Permutations 遞迴解法[leetcode]
Python 基本型態搜尋的時間複雜度 Python 基本型態搜尋的時間複雜度
1 min read
  • 學習資源

Python 基本型態搜尋的時間複雜度

theta Posted on 3 年 ago
list python的列表內部實現
Read More Read more about Python 基本型態搜尋的時間複雜度
Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode] Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode]
1 min read
  • leetcode

Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode]

theta Posted on 3 年 ago
簡單來說就是為給一個二維陣列,請確定
Read More Read more about Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode]
Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode] Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode]
2 min read
  • leetcode

Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode]

theta Posted on 3 年 ago
簡單來說就是為給一個二維陣列,請確定
Read More Read more about Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode]
開源標注系統 doccano快速建置 開源標注系統 doccano快速建置
1 min read
  • 套裝工具

開源標注系統 doccano快速建置

theta Posted on 3 年 ago
做模型做到最後,我們還是要有乾淨的資
Read More Read more about 開源標注系統 doccano快速建置
用docker-compose建置ELK 用docker-compose建置ELK
1 min read
  • 套裝工具

用docker-compose建置ELK

theta Posted on 3 年 ago
簡單介紹一下ELK,ELK的是視覺化
Read More Read more about 用docker-compose建置ELK
elk 環境建置 by docker [sebp/elk] elk 環境建置 by docker [sebp/elk]
3 min read
  • 套裝工具

elk 環境建置 by docker [sebp/elk]

theta Posted on 5 年 ago
elk_deployment.md
Read More Read more about elk 環境建置 by docker [sebp/elk]
GPT-2 語言模型實作與生成繁體文句 GPT-2 語言模型實作與生成繁體文句
1 min read
  • 人工智慧
  • 全部文章
  • 自然語言
  • 重點文章

GPT-2 語言模型實作與生成繁體文句

theta Posted on 6 年 ago
GPT2-Chinese 代碼連結
Read More Read more about GPT-2 語言模型實作與生成繁體文句
[BERT] Multi label中文多標籤 主題意圖分類 [BERT] Multi label中文多標籤 主題意圖分類
5 min read
  • 人工智慧
  • 全部文章
  • 自然語言
  • 重點文章

[BERT] Multi label中文多標籤 主題意圖分類

theta Posted on 6 年 ago
# bert_mulit_label
Read More Read more about [BERT] Multi label中文多標籤 主題意圖分類
bert ner 中文 Named Entity Recognition 命名實體識別 bert ner 中文 Named Entity Recognition 命名實體識別
6 min read
  • 人工智慧
  • 全部文章
  • 自然語言
  • 重點文章

bert ner 中文 Named Entity Recognition 命名實體識別

theta Posted on 6 年 ago
bert_ner Source Co
Read More Read more about bert ner 中文 Named Entity Recognition 命名實體識別
Bert: NLP 中文意圖分類 Bert: NLP 中文意圖分類
2 min read
  • 人工智慧
  • 全部文章
  • 自然語言
  • 重點文章

Bert: NLP 中文意圖分類

theta Posted on 6 年 ago
BERT 全名為 Bidirecti
Read More Read more about Bert: NLP 中文意圖分類
Docker 入門到使用 – dockerfile Docker 入門到使用 – dockerfile
1 min read
  • 軟體工程

Docker 入門到使用 – dockerfile

theta Posted on 6 年 ago
上篇Docker 入門到使用我們針對
Read More Read more about Docker 入門到使用 – dockerfile

文章導覽

Previous 1 ... 110 111 112 113 114 115 116 Next

沒看到想看的文章?

👉讀者推薦題目

近期文章

  • [無偏見報導]災害漫遊凸顯電信基礎建設不足,使用者付費促業者改善。
  • 葡萄牙古城Guarda:歷史文化與星山美景
  • [無偏見報導]顏寬恒罷免案:綠營主打「貪污牌」,陸戰猛攻,挑戰地方勢力。
  • [無偏見報導]颱風致通訊亂象,災害漫遊揭電信建設差異,使用者付費待解。
  • [無偏見報導]核三公投:數據爭議與風險,攸關能源政策制定及資訊透明度。

You may have missed

[無偏見報導]災害漫遊凸顯電信基礎建設不足,使用者付費促業者改善。
1 min read
  • 全部文章
  • 快訊
  • 每日新聞
  • 無偏見報導

[無偏見報導]災害漫遊凸顯電信基礎建設不足,使用者付費促業者改善。

n8n n8n Posted on 1 小時 ago
葡萄牙古城Guarda:歷史文化與星山美景
1 min read
  • 全部文章
  • 快訊
  • 旅遊推坑

葡萄牙古城Guarda:歷史文化與星山美景

n8n n8n Posted on 2 小時 ago
[無偏見報導]顏寬恒罷免案:綠營主打「貪污牌」,陸戰猛攻,挑戰地方勢力。
1 min read
  • 全部文章
  • 快訊
  • 每日新聞
  • 無偏見報導

[無偏見報導]顏寬恒罷免案:綠營主打「貪污牌」,陸戰猛攻,挑戰地方勢力。

n8n n8n Posted on 2 小時 ago
[無偏見報導]災害漫遊凸顯電信基礎建設不足,使用者付費促業者改善。
1 min read
  • 全部文章
  • 快訊
  • 每日新聞
  • 無偏見報導

[無偏見報導]颱風致通訊亂象,災害漫遊揭電信建設差異,使用者付費待解。

n8n n8n Posted on 3 小時 ago

本網站是透過搜索引擎和本地端LLM進行自動更新之成品,為本公司 悠良智作 所擁有。

若有AI 相關服務合作需求,請前往悠良智作

Copyright © All rights reserved. | MoreNews by AF themes.