<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Anaconda &#8211; BrilliantCode.net</title>
	<atom:link href="https://www.brilliantcode.net/tag/anaconda/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Apr 2020 01:55:41 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>

<image>
	<url>https://i0.wp.com/www.brilliantcode.net/wp-content/uploads/2017/06/cropped-icon-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>Anaconda &#8211; BrilliantCode.net</title>
	<link>https://www.brilliantcode.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">130881408</site>	<item>
		<title>使用 Ubuntu 作為 深度學習/機器學習/人工智慧之 平台</title>
		<link>https://www.brilliantcode.net/1012/setup-ubuntu-as-a-platform-of-deep-learning-using-cuda-toolkit-9-0-cudnn-anaconda-3-python-3-5-tensorflow/</link>
				<comments>https://www.brilliantcode.net/1012/setup-ubuntu-as-a-platform-of-deep-learning-using-cuda-toolkit-9-0-cudnn-anaconda-3-python-3-5-tensorflow/#comments</comments>
				<pubDate>Sat, 24 Mar 2018 19:07:15 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Tensorflow]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=1012</guid>
				<description><![CDATA[<p>人工智慧相關的新興職業將會在未來五到十年內爆炸式增加，尤其一個更是未來不可或缺的職業——“AI訓練師”。(正面迎擊人機合作的時代：AI時代3大關鍵人才)<br />
小弟我是不太敢確定AI訓練師這個職業會不會在台灣火熱地成長，不過，很確定的是以全球來說，至少中國、歐美、新加坡絕對是如此！<br />
如此明顯的大趨勢之下，還不來學學這些新東西嗎？</p>
<p>本篇文章之目的為詳列系統環境建置的步驟、相關文章以及相關troubleshooting！<br />
【環境建置】：Ubuntu 17.10 + CUDA Toolkit 9.0 + cuDNN + Anaconda 3 + Python 3.5 + Tensorflow<br />
【相關文章】：Python基礎教學</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/1012/setup-ubuntu-as-a-platform-of-deep-learning-using-cuda-toolkit-9-0-cudnn-anaconda-3-python-3-5-tensorflow/">使用 Ubuntu 作為 深度學習/機器學習/人工智慧之 平台</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/1012/setup-ubuntu-as-a-platform-of-deep-learning-using-cuda-toolkit-9-0-cudnn-anaconda-3-python-3-5-tensorflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1012</post-id>	</item>
		<item>
		<title>Ubuntu 安裝 Python3.5, Tensorflow-gpu, jupyter</title>
		<link>https://www.brilliantcode.net/962/ubuntu-17-10-install-python3-5-tensorflow-gpu-jupyter/</link>
				<comments>https://www.brilliantcode.net/962/ubuntu-17-10-install-python3-5-tensorflow-gpu-jupyter/#respond</comments>
				<pubDate>Sat, 24 Mar 2018 16:41:17 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[jupyter]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tensorflow]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=962</guid>
				<description><![CDATA[<p>因為身邊剛好有個機會要建立一個環境，這個環境會是一台伺服器，上面運行Ubuntu，所有其他人可以用瀏覽器連上這台伺服器的jupyter並且使用Python和Tensorflow來完成顯卡運算需求。<br />
本文的內容是基於已完成下列條件的教學：<br />
(1).Nvidia 顯卡驅動<br />
(2).Nvidia CUDA Toolkit<br />
(3).Nvidia cuDNN</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/962/ubuntu-17-10-install-python3-5-tensorflow-gpu-jupyter/">Ubuntu 安裝 Python3.5, Tensorflow-gpu, jupyter</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/962/ubuntu-17-10-install-python3-5-tensorflow-gpu-jupyter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">962</post-id>	</item>
	</channel>
</rss>
