Code archive linked to the bioinformatics-oriented educational website The Bioinformateachers
- Naive Bayes classifier – a naive introduction (with R)
- Amplicon sequencing: a quick look at the construct
- R tip: remove the last character from an array of strings
- Super-quick recap of linear mixed models
In the folder dlb we store a collection of Python notebooks linked to the book: these notebooks are meant to provide code and exercise to illustrate some of the concepts covered in the book:
- K-means clustering
- Confusion matrix [N.]
- ROC, AUC, MCC [F.]
- Additional model performance metrics [N.]
- Backpropagation
- Function approximation
- Logistic regression with neural networks
- Softmax regression with neural networks
- Linear regression with neural networks [F.]
- From basic regression to deeper NN models [F.]
- Basic RNN [F.]
- Specialized RNN [F.]
- Data augmentation [N.]
- Embeddings [F.]
- Transfer learning [N.]
- Feature selection [N.]
- Opening the black box [N.]
- Transformers? [F.]