<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                # 從 shell 到一本帶有 Fernando Perez 單一工具的書的 IPython > 原文: [https://machinelearningmastery.com/ipython-from-the-shell-to-a-book-with-a-single-tool-with-fernando-perez/](https://machinelearningmastery.com/ipython-from-the-shell-to-a-book-with-a-single-tool-with-fernando-perez/) 如果您在 python 中認真對待數據分析和機器學習,那么您將充分利用 IPython 筆記本。 在這篇文章中,我們將在 [SciPy 2013 的主題演講中回顧 IPython 的創建者](http://conference.scipy.org/scipy2013/) [Fernando Perez](http://fperez.org/) 提出的一些要點。 談話的標題是 [IPython:從 shell 到一本帶有單一工具的書;瘋狂背后的方法](https://conference.scipy.org/scipy2013/presentation_detail.php?id=191)。 &lt;iframe allowfullscreen="" frameborder="0" height="281" src="https://www.youtube.com/embed/j9YpkSX7NNM?feature=oembed" width="500"&gt;&lt;/iframe&gt; 費爾南多用[理查德漢明](http://en.wikipedia.org/wiki/Richard_Hamming)(1962)從[科學家和工程師的數值方法](http://www.amazon.com/dp/0486652416?tag=inspiredalgor-20)的序言中引用了一篇引人注目的話題,并重申: > 計算的目的是洞察力,而不是數字 費爾南多提出了他所謂的科學思想生命周期的原理圖,如下: 1. **個人**:探索性工作 2. **協作**:開發 3. **并行**:生產運行 4. **出版物**:**可重現**結果 5. **教育**:分享學到的東西 6. 轉到第 1 步 [![Lifecycle of a scientific idea](https://img.kancloud.cn/8a/f6/8af6ea796c528e6ba3807ba004e511e6_852x473.jpg)](https://3qeqpr26caki16dnhd19sv6by6v-wpengine.netdna-ssl.com/wp-content/uploads/2014/04/schematic.png) 科學理念的生命周期 他強調要求能夠在這個過程中前后移動,這不是線性的。他評論說,IPython 是在 2001 年 10 月或 11 月設計的,以滿足這一要求。 IPython 最初是一個更好的 python shell。它開發包括實時交互式繪圖,然后實時交互式并行計算和嵌入應用程序。交互性很重要,它是 IPython 中的“我”。該平臺經歷了 6 次迭代,并已到達 IPython Notebook。 IPython 筆記本允許您擁有可執行 python 代碼和 markdown 描述的單元格。這允許單個文檔包括運行計算的描述,計算(例如 Python scriptlet 和程序)和偽像(例如結果和圖)。這是一個簡單但非常強大的通信工具。 費爾南多將此描述為文學計算,超越了 Knuth 的[文學編程](http://en.wikipedia.org/wiki/Literate_programming)。 一個重要的貢獻是 [IPython Notebook Viewer](http://nbviewer.ipython.org/) ,它將為您呈現任何筆記本并在網絡上呈現。用于 Web 上的開源 Notebook 文件(例如 GitHub)的這項服務是一種強大的資源。 然后費爾南多提供了一些基礎筆記本示例,以突出該技術的好處。 ## 可重復的研究論文 論文[協作云啟用工具允許快速,可重復的生物學見解](http://www.nature.com/ismej/journal/v7/n3/full/ismej2012123a.html)和[相關材料](http://qiime.org/home_static/nih-cloud-apr2012/)。 本文是作為 IPython 筆記本開發和編寫的。它包括描述,計算,結果甚至配置,以啟動集群以在集群上并行執行計算。完全可重復的研究。 ## 基于筆記本的技術博客 博客 [Pythonic Perambulations,Musings 和漫游在 Python 世界和超越](http://jakevdp.github.io/)的 Jake VanderPlas。 [![Pythonic Perambulations](https://img.kancloud.cn/6b/7c/6b7c3218cb7ac254dafa4918a33edf60_836x978.jpg)](https://3qeqpr26caki16dnhd19sv6by6v-wpengine.netdna-ssl.com/wp-content/uploads/2014/04/blog.png) 截圖來自 Jake VanderPlas 的 Pythonic Perambulations Jake 博客使用 IPython 筆記本,允許以圖形的形式組合描述,計算和執行計算的輸出。 ## 黑客的貝葉斯方法 書籍[黑客貝葉斯方法](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)由 Cameron Davidson-Pilon 開發,作為一系列 IPython 筆記本(每章一個),您可以通過。 [![Bayesian Methods for Hackers](https://img.kancloud.cn/8d/d0/8dd032218891ef18ff71e1647a493250_377x500.jpg)](https://3qeqpr26caki16dnhd19sv6by6v-wpengine.netdna-ssl.com/wp-content/uploads/2014/04/Bayesian-Methods-for-Hackers.png) 黑客的貝葉斯方法 這是一本高質量的書籍,是該技術的優秀使用案例和演示。 Fernando 花了一些時間來描述令人印象深刻的 IPython 內核和 shell 的架構,值得花時間更好地理解這些材料, 有關更多信息,您可以查看 [IPython 主頁](http://ipython.org/)以及[著名的 IPython 筆記本](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)的精選圖庫。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看