Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jiexiong2016/jiexiong2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

class Attributes(jiexiong2016):
	
    @staticmethod
    def contact() -> tuple:
        name = "Jiexiong Tang"
        email = "[email protected]"
        return name, email

    @staticmethod
    def life() -> tuple:
        langs = ['English', 'Chinese']
        base  = ['Stockholm', 'Sweden']
        return langs, base
	
    @staticmethod
    def skills() -> tuple:
        coding = {
            'daily use':   ['python', 'c++'],
            'if have to': ['c', 'cuda']
        }
        expertise  = ['Computer vision', 'Machine learning', 
                    'Simultaneous localization and mapping', 'Self-supervised learning',
                    'Deep but not that deep learning']		
        return coding, expertise
	
    @staticmethod
    def education() -> tuple:
        highest = ['Phd in Computer Science', 'KTH Royal Institute of Technology']
        return highest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published