原创 第一章.Classification -- 08.ROC Curve Algorithm翻譯

Let’s talk about another way to produce ROC curves.So ROC curves can be produced in two ways: the one that I just showe

原创 第一章.Classification -- 03.Statistical Learning Theory for Supervised Learning翻譯

he key principle in statistical learning theory is the principle of Ockham’s razor.Now Ockham’s razor is the idea that

原创 AI算法統計與彙總

樸素貝葉斯參考[1] 12事件A和B同時發生的概率爲在A發生的情況下發生B或者在B發生的情況下發生A P(A∩B)=P(A)∗P(B|A)=P(B)∗P(A|B)P(A∩B)=P(A)∗P(B|A)=P(B)∗P(A|B) 所以有: P

原创 第一個Python工程——Hello World

1.     Python能做什麼?·       系統運維·       網絡編程(爬蟲,服務器編程,搜索引擎)·       科學計算(Python,R,SPASS,DA,BD)·       AI·       圖像,遊戲2.   

原创 關於PyCharm導入自己寫的module時報錯:No Module Named XXX的解決方案

現象:方案: 點贊 收藏 分享 文章舉報 Stella__Lee 發佈了30 篇原創文章 · 獲贊 50 · 訪問量 13萬+ 私信

原创 第一章.Classification -- 02.Loss Functions for Classification翻譯

So now that you understand the basics of classification, let’s talk about loss functions,because that determines the ma

原创 第一章.Classification -- 04.Logistic Regression翻譯

I want to talk about a very basic method, in particular, it’s a very old algorithm.It dates back at least 50 years, but

原创 第一章.Classification -- 06.Evaluation Methods for Classifiers翻譯

So let’s talk about how to evaluate a classifier. Now just following the example,we have our features, each observation

原创 使用python進行數據分析介紹及部分教程

Python是一種面向對象、直譯式計算機程序設計語言,由Guido van Rossum於1989年底發明。由於他簡單、易學、免費開源、可移植性、可擴展性等特點,Python又被稱之爲膠水語言。下圖爲主要程序語言近年來的流行趨勢,Pyth

原创 機器學習常見算法

機器學習常見算法機器學習無疑是當前數據分析領域的一個熱點內容。很多人在平時的工作中都或多或少會用到機器學習的算法。這裏IT經理網爲您總結一下常見的機器學習算法,以供您在工作和學習中參考。  機器學習的算法很多。很多時候困惑人們都是,很多算

原创 數據分析

機器學習Python 可以說是現在最流行的機器學習語言,而且你也能在網上找到大量的資源。你現在也在考慮從 Python 入門機器學習嗎?本教程或許能幫你成功上手,從 0 到 1 掌握 Python 機器學習,至於後面再從 1 到 100

原创 第一章.Classification -- 05.Maximum Likelihood Perspective翻譯

Let’s talk more in depth about logistic regression. Putting that in the corner for now,I wanted to give you another per

原创 第一章.Classification -- 09.A Simple Classification Simulation翻譯

so Cynthia has been talking about the theory of classificationand specifically she's been talking also about logistic r

原创 Jupyter Notebook

1.安裝anaconda:https://www.anaconda.com/2.在CMD中安裝使用命令行安裝jupyter notebook: 點贊 收藏 分享 文章舉報 Ste

原创 轉一篇詳細的jupyter notebook

最近由於項目需要,開始學習python,然後發現一個非常有用的python交互式編輯器,非常容易上手而且非常有用和實在,本博文是對學習jupyter notebook的一個彙總和記錄,與大家一起分享!下面的內容是針對ubuntu 系統的,