-
Refactor error codes in `PlugDoughnut` with the `decl_error!` macro
Here:
https://github.com/plugblockchain/plug-blockchain/blob/e57ff013d33197899807aab94793ffbb575b0562/prml/doughnut/src/impls.r…
-
Prepare the CENNZnet node runtime definition for further 1.0 upgrade work.
Tasks:
- [x] Remove `crml` and `prml` Modules from the node runtime definition.
These crates may be added back into t…
-
The new extrinsic structure in Plug 1.0 requires `FeeExchange` logic be re-written using the `SignedExtension` trait and it's provided hooks.
Example impl can be found in srml/system e.g. `CheckWei…
-
Currently Fees.Charged event is deposited in block finalized stage, extrinsic_idx is included as event data, which prevent it be passed in extrinsic send's callback.
-
[機械学習勉強会 · Wondershake/tech-study Wiki](https://github.com/Wondershake/tech-study/wiki/%E6%A9%9F%E6%A2%B0%E5%AD%A6%E7%BF%92%E5%8B%89%E5%BC%B7%E4%BC%9A)
-
THANKS!
But there is no《模式识别与机器学习》(Pattern Recognition and Machine Learning) in projects.
ubeyu updated
5 years ago
-
请问 该书会出纸质版嘛
-
- [ ] 公式完善建议:P265页 公式11.1,为了推导的连贯性,建议将P(**X**=**x**)直接展开为P(X_1=x_1,X_2=x_2,...,X_k=x_k)=P(X_1=x_1)P(X_2=x_2|X_1=x_1)...P(X_k=x_k|X_1=x_1,...,X_{k-1}=x_{k-1}),或者只展开一步,而不是在下方说明“其中x_k表示变量X_k的取值”
- [x] 建…
-
Hi.
Thanks so much for writing this code, very useful for learning and teaching.
One weird issue is there are these places where the letter 'f' was prefixed to some strings. Python2 crashes so I…
-
Kevin Murphy的Machine Learning: A probabilistic approach应该不亚于PRML,而且是比较新的教材