haanh0811's Stars
theo-lq/ML-IF-STIN
Cours de Machine Learning pour le master IF et SITN à Dauphine
cs3110/textbook
The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
qlinhta/MLP-Mixer
Implementation for paper MLP-Mixer: An all-MLP Architecture for Vision. MLP-Mixer, an architecture based exclusively on multi-layer perceptrons (MLPs). MLP-Mixer contains two types of layers: one with MLPs applied independently to image patches (i.e. "mixing" the per-location features), and one with MLPs applied across patches (i.e. "mixing" spatial information).