1 min read

"自编码器:信用卡欺诈检测

这里通过使用一个 Kaggle 的信贷数据使用自编译器挖掘欺诈用户,算法同时用 R 和 Python 都实现了。

R

<iframe src="https://jiaxiangbu.github.io/learn_nn/keras_r/fraud_detection_wautoencoders.html" width="100%" height="800px">
</iframe>

Python

```{r}