Pinned Repositories
algoviz
Visualisation graph theory algorithms application in Java
BreastCancerDiagnostic
This project is a part of the course "Machine Learning" at University Paris Dauphine, PSL.
cellpert
[NeurIPS23'] Single Cell Perturbation via Meta Learning Setup
cluster-editing
The cluster editing problem is a decision problem that, for a graph G and a parameter k, determines if one can apply at most k edge insertion/deletion operations on G so that the resulting graph becomes a union of disjoint cliques.
cv-psl
This project aims to classify bird species using a subset of the Caltech-UCSD Birds-200-2011 dataset. The dataset has been limited to 30 categories for this competition. The goal is to build a model that achieves the highest possible accuracy on a test dataset containing the same categories.
diffusion_classifier
gonet
[IASD2023][DL] Training a network for the game Go
ivy
The Unified Machine Learning Framework
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).
my-notes
Some of my notes and practice codes
qlinhta's Repositories
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).
qlinhta/my-notes
Some of my notes and practice codes
qlinhta/cluster-editing
The cluster editing problem is a decision problem that, for a graph G and a parameter k, determines if one can apply at most k edge insertion/deletion operations on G so that the resulting graph becomes a union of disjoint cliques.
qlinhta/ivy
The Unified Machine Learning Framework
qlinhta/qlinhta
Config files for my GitHub profile.
qlinhta/algoviz
Visualisation graph theory algorithms application in Java
qlinhta/BreastCancerDiagnostic
This project is a part of the course "Machine Learning" at University Paris Dauphine, PSL.
qlinhta/cellpert
[NeurIPS23'] Single Cell Perturbation via Meta Learning Setup
qlinhta/cv-psl
This project aims to classify bird species using a subset of the Caltech-UCSD Birds-200-2011 dataset. The dataset has been limited to 30 categories for this competition. The goal is to build a model that achieves the highest possible accuracy on a test dataset containing the same categories.
qlinhta/diffusion_classifier
qlinhta/gonet
[IASD2023][DL] Training a network for the game Go
qlinhta/MorpionSolitaire
Advanced Java Programming :: Project [University Paris Dauphine, PSL University]
qlinhta/GraphGPS
Recipe for a General, Powerful, Scalable Graph Transformer
qlinhta/iasd-oml
Optimisation for Machine Learning - PSL
qlinhta/iasd-psl
My notes and scripts at PSL
qlinhta/llm-psl
This repository contains the code for the course Large Language Models/NLP of Master IASD at PSL University.
qlinhta/mcts-psl
Nested Rollout Policy Adaptation for Monte Carlo Tree Search playing Morpion Solitaire
qlinhta/Notes
This is Andrew NG Coursera Handwritten Notes.
qlinhta/pytorch_geometric
Graph Neural Network Library for PyTorch
qlinhta/rPPG-ODE
Master's Thesis // PSL Research University // On-going
qlinhta/snap
Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
qlinhta/videos
Code for the manim-generated scenes used in 3blue1brown videos
qlinhta/vrptw-psl
Vehicle Routing Problem with Time Windows with Variable Neighborhood Search
qlinhta/wMISGNN