Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to [2020/03/06 01:44] – [Access a Bioconductor package source code?] adminhow_to [2020/10/06 01:49] – [Work with screen session?] admin
Line 124: Line 124:
  
 ==== Get familiar with machine learning and its applications in computational biology? ==== ==== Get familiar with machine learning and its applications in computational biology? ====
 +
 +- You can enroll in many online machine learning courses. Some of the best courses in ML can be found [[https://docs.google.com/spreadsheets/d/1AK8lqS-ztMhh8YoOaQ7ScIZmabrQ5AFxAyXKwYWiT04/edit#gid=0|here]].
  
 - Most common ML techniques are very well explained in [[https://scikit-learn.org/stable/user_guide.html|Scikit learn]] with [[https://scikit-learn.org/stable/modules/decomposition.html|illustrations]] and example Python code. These techniques have been implemented in [[https://www.kaggle.com/getting-started/5243|R]] packages including mlr3 and tidymodels. - Most common ML techniques are very well explained in [[https://scikit-learn.org/stable/user_guide.html|Scikit learn]] with [[https://scikit-learn.org/stable/modules/decomposition.html|illustrations]] and example Python code. These techniques have been implemented in [[https://www.kaggle.com/getting-started/5243|R]] packages including mlr3 and tidymodels.
Line 481: Line 483:
   - Reattach to a screen: ''screen -r $NAME''   - Reattach to a screen: ''screen -r $NAME''
   - Quit and [[https://askubuntu.com/questions/356006/kill-a-screen-session|kill]] your screen: ''Ctrl+a then Ctrl+\''   - Quit and [[https://askubuntu.com/questions/356006/kill-a-screen-session|kill]] your screen: ''Ctrl+a then Ctrl+\''
 +
 +----
 +
 +===== Work with screen session? =====
 +
 +There are five main [[http://www.pixelbeat.org/lkdb/screen.html|commands]] while working with screen session:
 +
 +  - Start and name a screen: ''screen -S $NAME''
  
 ---- ----