Git Product home page Git Product logo

statmldm's Introduction

StatMLDM

我用來教授統計、機器學習與資料探勘的教材

安裝Swirl課程

  • 請檢查是否使用http://wush978.github.io上的swirl套件:
tryCatch({
  # Error if we need to install swirl
  if (!"swirl" %in% rownames(installed.packages())) stop("install swirl")
  if (packageVersion("swirl") < package_version("101.3.1.5")) stop("install swirl")
}, error = function(e) {
  if (conditionMessage(e) == "install swirl") {
    install.packages("swirl", repos = "http://wush978.github.io/R")
  }
})
  • 載入swirl,並且安裝課程
library(swirl)
install_course_github("wush978", "StatMLDM", "course")
  • 如果安裝有問題,請清空過往課程
library(swirl)
delete_progress("user_name") # 修該user_name成為同學的暱稱
uninstall_all_courses() # 移除所有舊課程
install_course_github("wush978", "StatMLDM", "course")

課程投影片

課程筆記(版本:fd25508a)

statmldm's People

Contributors

wush978 avatar johnsonhsieh avatar

Watchers

James Cloos avatar mars li avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.