PIXNET Logo登入

我的小小AI 天地

跳到主文

目前此網站已經不太更新囉,為了給讀者更好的閱讀環境 小編決定自己架設網站供讀者閱讀,新網站網址 https://easylearnai.com/

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 2月 02 週三 202212:33
  • 快速安裝深度學習系統 Ubuntu20.04 tensorflow 2.7.0 GPU docker


快速安裝深度學習系統 Ubuntu20.04 tensorflow 2.7.0
 
 留言

(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(0) 人氣(481)

  • 個人分類:Linux
▲top
  • 2月 11 週六 201710:22
  • 我的網站學習地圖



/* Markdown.css */
/* Authors: Kevin Burke: http://kev.inburke.com/, modified by Evan Wondrasek */
/* https://bitbucket.org/kevinburke/markdowncss */
body{
margin: 0 auto;
font-family: Georgia, Palatino, serif;
color: #444444;
line-height: 1;
max-width: 960px;
padding: 5px;
}
h3, h4 {
color: #111111;
font-weight: 400;
}
h3, h4, h5, p {
margin-bottom: 16px;
margin-top: 16px;
padding: 0;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
border-bottom: 1px solid #ccc;
}
h5 {
font-size: 16px;
}
a {
color: #0099ff;
margin: 0;
padding: 0;
vertical-align: baseline;
}
a:hover {
text-decoration: none;
color: #ff6600;
}
ul, ol {
padding: 0;
margin: 0;
}
li {
line-height: 24px;
margin-left: 44px;
}
li ul, li ul {
margin-left: 24px;
}
p, ul, ol {
font-size: 14px;
line-height: 20px;
max-width: 540px;
}
pre {
padding: 0px 24px;
max-width: 800px;
white-space: pre-wrap;
}
code {
font-family: Consolas, Monaco, Andale Mono, monospace;
line-height: 1.5;
font-size: 13px;
}
aside {
display: block;
float: right;
width: 390px;
}
blockquote {
border-left:.5em solid #eee;
padding: 0 2em;
margin-left:0;
max-width: 476px;
}
blockquote cite {
font-size:14px;
line-height:20px;
color:#bfbfbf;
}
blockquote cite:before {
content: '\2014 \00A0';
}
blockquote p {
color: #666;
max-width: 460px;
}
hr {
width: 540px;
text-align: left;
margin: 0 auto 0 0;
color: #999;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button, input {
line-height: normal;
*overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
cursor: pointer;
}
/* override default chrome & firefox settings */
input:not([type="image"]), textarea {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
label,
input,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: normal;
margin-bottom: 18px;
}
input[type=checkbox], input[type=radio] {
cursor: pointer;
margin-bottom: 0;
}
input[type=text],
input[type=password],
textarea,
select {
display: inline-block;
width: 210px;
padding: 4px;
font-size: 13px;
font-weight: normal;
line-height: 18px;
height: 18px;
color: #808080;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
select, input[type=file] {
height: 27px;
line-height: 27px;
}
textarea {
height: auto;
}
/* grey out placeholders */
:-moz-placeholder {
color: #bfbfbf;
}
::-webkit-input-placeholder {
color: #bfbfbf;
}
input[type=text],
input[type=password],
select,
textarea {
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
outline: none;
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* buttons */
button {
display: inline-block;
padding: 4px 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border: 1px solid #004b9a;
border-bottom-color: #003f81;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
transition: 0.1s linear all;
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button:hover {
color: #fff;
background-position: 0 -15px;
text-decoration: none;
}
button:active {
-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
我的網站學習地圖
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(16) 人氣(3,038)

  • 個人分類:
▲top
  • 1月 09 週一 201722:27
  • 倒傳遞類神經網路(neural network backpropagation) 筆記


code{white-space: pre;}
類神經網路筆記
一.前言
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(44) 人氣(63,149)

  • 個人分類:AI數學
▲top
  • 12月 22 週四 201600:27
  • 從無到有打造一個深度學習環境學打乒乓球-- Deep Reinforcement Learning 使用說明書



Deep Reinforcement Learning 
 
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(6) 人氣(4,403)

  • 個人分類:
▲top
  • 12月 10 週六 201617:01
  • 用Minecraft 測試AI演算法 COOL!!


https://kknews.cc/zh-tw/tech/lvkyeb.html
資訊 | 微軟開源Malmo項目,使用Minecraft測試人工智慧算法
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(4) 人氣(1,721)

  • 個人分類:
▲top
  • 12月 05 週一 201621:01
  • 科學家發明一個上傳知識到你腦袋的方法

Scientists Develop A Method To
Upload Knowledge to your Brain
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(0) 人氣(233)

  • 個人分類:生活紀事、新聞
▲top
  • 11月 16 週三 201616:57
  • Convolutional Neural Net 筆記


Convolutional Neural Net 筆記
更改版本:
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(17) 人氣(29,295)

  • 個人分類:AI數學
▲top
  • 11月 10 週四 201614:11
  • Reinforcement learning - Q learning 推導


Q-learning 推導
 
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(12) 人氣(22,840)

  • 個人分類:AI數學
▲top
  • 9月 06 週二 201619:28
  • AI 新聞整理

其實小編從小就對機器人很有興趣
從高中開始就玩過樂高機器人
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(0) 人氣(675)

  • 個人分類:生活紀事、新聞
▲top
  • 8月 16 週二 201610:49
  • AI 近年來的發展

小編原本也是一個懵懵懂懂
對 什麼事 AI 也不清楚的一個人
(繼續閱讀...)
文章標籤

Darwin的AI天地 發表在 痞客邦 留言(4) 人氣(1,163)

  • 個人分類:生活紀事、新聞
▲top
12...10»

個人資訊

Darwin的AI天地
暱稱:
Darwin的AI天地
分類:
數位生活
好友:
累積中
地區:

熱門文章

  • (2,254)隨身碟 對拷教學
  • (4,601)swig教學--c轉成python
  • (7,127)swig教學--c++轉成python
  • (337,594)python 新手的救星--Anaconda介紹與安裝
  • (36,003)Deep learning model--caffe 使用教學
  • (5,128)caffe使用教學--學會做出自己的數據集(Imdb)
  • (1,680)Linux 常用工具安裝
  • (85,963)tensorflow教學(1) -- 建置一個基礎神經網路
  • (11,924)用Q learning 實現最簡單走迷宮程式
  • (7,348)用C# 做影像處理

文章分類

  • leetcode (2)
  • stock (1)
  • 文獻閱讀 (12)
  • opencv (1)
  • 生活紀事、新聞 (4)
  • 我的作品 (5)
  • AI數學 (15)
  • python (9)
  • Linux (9)
  • caffe (7)
  • tensorflow (11)
  • 未分類文章 (1)

最新文章

  • Learning Coursera SQL for Data Science
  • Linux setup share folder
  • Making Convolutional Networks Shift-Invariant Again
  • 405. Convert a Number to Hexadecimal
  • Reverse string in c++
  • SSD(2) Bounding-Box regression
  • SSD:Single shot multibox detector
  • Object detection的由來
  • 使用ssh上傳github
  • Ubuntu20.04 graphic card 3070ti 顯卡壓力測試

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣:

公式