[Machine Learning]Random Forest

基本上 Random Frost 是要改善 Decision Tree 容易 overfitting 的問題,它結合了 Decision Tree 和 bagging 的方法。

0 Comments

[Machine Learning]Bagging

Bagging

0 Comments

[Machine Learning]Decision Tree

Decision Tree

decision_tree.png

0 Comments

[R]如何在 ggplot2 圖形上希臘字母?

1. 圖形文字
Text Labels: Use parse = T inside geom_text or annotate.

0 Comments

[R]Environments (1)

這篇要介紹 R 的環境(Environments)。

0 Comments

[R]variable types

We know there are several common types in R, such as, vector, list, matrix, and data.frame.
Here I’m going to see these 4 types more details.

0 Comments

[R]RStudtio編碼問題

解決編碼問題可以說最惱人的事了……
在使用中文或是其他歐語系語言時經常碰到編碼問題,這篇我根據我自己的一些經驗整理了一些在使用 RStudio 時解決編碼問題的辦法。

0 Comments

[Algorithm]Hamiltonian path and Travelling Salesman Problem(TSP)

以下簡單地整理網路上查到的 Hamiltonian path 與 Travelling Salesman Problem 介紹。

0 Comments