yuemolin's Stars
ModelOriented/modelStudio
📍 Interactive Studio for Explanatory Model Analysis
datawhalechina/joyful-pandas
pandas中文教程
DrStephenLynch/Tekbac
Google Colab Notebooks
agstn/dataxray
An interactive table interface for data summaries
gadenbuie/xaringanthemer
😎 Give your xaringan slides some style
gadenbuie/xaringanExtra
:ferris_wheel: A playground of enhancements and extensions for xaringan slides.
griffithlab/rnaseq_tutorial
Informatics for RNA-seq: A web resource for analysis on the cloud. Educational tutorials and working pipelines for RNA-seq analysis including an introduction to: cloud computing, critical file formats, reference genomes, gene annotation, expression, differential expression, alternative splicing, data visualization, and interpretation.
jayelm/hoff-bayesian-statistics
R Markdown notes for Peter D. Hoff, "A First Course in Bayesian Statistical Methods"
allisonhorst/stats-illustrations
R & stats illustrations by @allison_horst
seankross/the-unix-workbench
:house_with_garden: A Book for Anyone to Get Started with Unix
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
coder/code-server
VS Code in the browser
conwnet/github1s
One second to read GitHub code with VS Code.
jarad/one_parameter_conjugate
Shiny app for one parameter conjugate Bayesian analyses.
bayesball/ShinyBayes
Collection of Shiny apps for illustrating Bayesian statistical inference
gzc/CLRS
:notebook:Solutions to Introduction to Algorithms
geekywrites/datascience
This repository is a compilation of free resources for learning Data Science.
KevinMenden/scaden
Deep Learning based cell composition analysis with Scaden.
seandavi/awesome-single-cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
hbctraining/scRNA-seq
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
jmzeng1314/NGS-pipeline
By study this, it won't be costly or time-consuming to customize a NGS data analysis pipeline
harryprince/awesome-rmarkdown
An awesome rmarkdown related package collection
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
bvieth/powsimR
Power analysis is essential to optimize the design of RNA-seq experiments and to assess and compare the power to detect differentially expressed genes. PowsimR is a flexible tool to simulate and evaluate differential expression from bulk and especially single-cell RNA-seq data making it suitable for a priori and posterior power analyses.
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
aimacode/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Vay-keen/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
OUCMachineLearning/OUCML
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。