class Ming {
private:
int age ;
string job ;
string whatIDo ;
list<string> WELCOME ;
public:
Ming() {
age = 22 ;
job = "Computer Science and Engineering student in CBNU" ;
whatIDo = "undergraduate research assistant @ BML-lab" ;
//😽!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
WELCOME = {"COLLABORATION", "COMPETITIONS"};
//😽!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}
};- docker
- algorithm
- ML
- Deep Learning based Recommender Systems
