Quick update for everyone that supported the Rest Kickstarter -- production has started! Here are some behind-the-scene photos and preview of the vectorized enamel pin artwork and its backing card design. This is how the designs will tentatively look.
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「vectorized」的推薦目錄:
- 關於vectorized 在 Tran Nguyen's Art Facebook 的精選貼文
- 關於vectorized 在 FinLab財經實驗室 Facebook 的最佳解答
- 關於vectorized 在 コバにゃんチャンネル Youtube 的精選貼文
- 關於vectorized 在 大象中醫 Youtube 的精選貼文
- 關於vectorized 在 大象中醫 Youtube 的最佳解答
- 關於vectorized 在 simd - What is "vectorization"? - Stack Overflow 的評價
- 關於vectorized 在 Vectorized (Vectorized) - GitHub 的評價
- 關於vectorized 在 Vectors and Vectorized Code - YouTube 的評價
- 關於vectorized 在 Vectorized Environments — Gym 0.20.0 documentation 的評價
- 關於vectorized 在 Vectorized Query Execution in Apache Spark at Facebook 的評價
- 關於vectorized 在 Vectorized Requests - Stack Exchange API 的評價
vectorized 在 FinLab財經實驗室 Facebook 的最佳解答
Python 回測模組分享
昨晚睡不著
研究一下市面上的 Python 回測模組
找到了一款神作: vectorbt
https://github.com/polakowo/vectorbt
.
近期看到最驚艷的回測 package
沒有之一
.
這種 vectorized backtesting 的 package
通常功能比較簡單,
有時候過度封裝,
還不如直接用 numpy、pandas 搭配 ffn 寫就很好了
.
但 vectorbt 的封裝是有意義的
內部使用 numba 加速,
效能比使用numpy、pandas 還要快太多了,
.
原本參數暴力枚舉10000次,可能要好幾分鐘,
但使用 numba 只要幾秒,
真的差太多了,
.
但 使用 numba 通常有一個缺點
就是 numba 必須將 numpy 程式碼包起來,
可能會影響程式的可擴展性
.
但這個 package 竟然神奇的
可以兼容pandas和numpy的操作,
讓原本 pandas 的技術不用因為新框架而砍掉重練
太完美了!
vectorized 在 コバにゃんチャンネル Youtube 的精選貼文
vectorized 在 大象中醫 Youtube 的精選貼文
vectorized 在 大象中醫 Youtube 的最佳解答
vectorized 在 Vectorized (Vectorized) - GitHub 的推薦與評價
Let's accelerate the code. Vectorized has 37 repositories available. Follow their code on GitHub. ... <看更多>
vectorized 在 Vectors and Vectorized Code - YouTube 的推薦與評價
We cover vectors, vectorized code, and some of the functions that we can use with vectors. ... <看更多>
vectorized 在 simd - What is "vectorization"? - Stack Overflow 的推薦與評價
... <看更多>
相關內容