Publications by fumi
Document
# 結論:ロジスティック回帰は本解析には向かない https://rpubs.com/fumi/581597 参考資料 https://to-kei.net/r-beginner/r-5-logistic/ ロジスティック回帰と変数選択 https://oku.edu.mie-u.ac.jp/~okumura/stat/140921.html 「ロジスティック回帰」は機械学習モデルか? https://assign-navi.jp/magazi...
9496 sym R (40845 sym/158 pcs) 26 img
Publish Document
2020/6/6 2020/11/12 Rで機械学習:深層学習編 rstujioでは動く(ないようであり) 参考資料 https://shohei-doi.github.io/notes/posts/2019-05-28-deep-learning/ Rで機械学習:ディープラーニング:深層学習編 https://shohei-doi.github.io/notes/posts/2019-05-28-deep-learning/ Getting Started with Keras Overv...
2567 sym R (7476 sym/49 pcs) 4 img
Document
2020/6/6 2020/11/12 Rで機械学習:深層学習編 rstujioでは動く(ないようであり) 参考資料 https://shohei-doi.github.io/notes/posts/2019-05-28-deep-learning/ Rで機械学習:ディープラーニング:深層学習編 https://shohei-doi.github.io/notes/posts/2019-05-28-deep-learning/ Getting Started with Keras Overv...
2567 sym R (7476 sym/49 pcs) 4 img
Document
library("dplyr") ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library("ggplot2") library("reshape") ## Warning: package 'reshape' was built under R version 3.6.2 ## #...
39 sym R (1627269 sym/74 pcs)
Publish Document
https://note.com/dhjnk/n/ne09e4398093d library("dplyr") ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library("ggplot2") library("reshape") ## Warning: package 'reshape'...
81 sym R (37389 sym/117 pcs) 3 img