原创 凸優化學習路線整理

凸優化 有一天,機器學習、數學規劃、運籌學、最優化…各種門類聚在一起開會,幾經討論,大家一致統一思想,先解決掉“凸優化”,然後大家的日子就都好過了。 參考資料 知乎問題 : 如何從零開始學習凸優化? 我的凸優化學習之路

原创 理解運籌學中二次規劃與投資組合

二次規劃(Quadratic programming) 二次規劃,是運籌學中一種特殊類型的最優化問題。 Quadratic programming(QP) Quadratic programming is the proc

原创 mean-variance portfolio 與 二次規劃

前言 把投資組合問題寫成一個二次規劃,它的目標函數不是線性函數,是二次函數,所有的約束也都是線性的。 【觀點/報道】運籌學教授葉蔭宇:作爲 AI 基石,優化算法如何在實際中應用? Markowitz投資組合優化可以理解成運

原创 理解Git、Github、Gitlab

git Git is a free and open source distributed version control system designed to handle everything from small to

原创 理解LP Simplex

LP(Linear Programming) 線性規劃,指目標函數和約束條件解爲線性的最優化問題。 約束 Constraint 數學中,約束是一個最最優化問題的解需要符合的條件。分爲等式約束(束縛拘束)和不等式約束(非束縛

原创 理解StreamHandler||FileHandler in logging.handlers

logging.handlers StreamHandler The StreamHandler class, located in the core logging package, sends logging outp

原创 理解mosek及LP、QP、SOCP、SDP、MIP等

Mosek Company Wikipedia PyPi - Mosek 9.2.14 杉樹科技(中國唯一的Mosek官方授權經銷商) DECISION TREE FOR OPTIMIZATION SOFTWARE (Sit

原创 理解Python中sys.exit()||os._exit()||quit()||exit()

Preface The functions quit(), exit(), sys.exit() and os._exit() have almost same functionality as they raise Syst

原创 理解運籌學||數學規劃

入門導讀 知乎問題 : 運籌學(最優化理論)如何入門? 知乎專欄 : 『運籌帷幄』人工智能|數據科學|運籌學交叉 維基百科 : 運籌學 運籌學發展的回顧與展望 【觀點/報道】運籌學教授葉蔭宇:作爲 AI 基石,優化算法如何在

原创 理解managed attribute||New-style Classes||descriptor in Python

Source Description about descriptor in Python refers managed attribute often. So, what the words managed attribut

原创 理解pandas.DataFrame.reindex

reindex DataFrame.reindex(self, labels=None, index=None, columns=None, axis=None, method=None, copy=True, level=N

原创 理解Mean-Variance Portfolio Theory In MPT

Markowitz Mean-Variance Portfolio Theory An investment instrument that can be bought and sold is often called an

原创 理解pandas.get_dummies

get_dummies pandas.get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False, columns=None,sparse=False, drop

原创 理解License Types In FLEXlm

FLEXlm(Revenera) Revenera has more than three decades of history in software licensing and compliance, growing or

原创 理解dict.setdefault() in Python

Python Dictionary setdefault() Method The setdefault() method returns the value of the item with the specified ke