Giter VIP home page Giter VIP logo

kitsune-py's Introduction

class README:
    """Doc String PlaceHolder"""

    def __init__(self, username='JL1829', year=2021):
        self.username = username
        self.FullName = 'Johnny(ZHIPING) Lu'
        self.education = {
            'Machine Learning': {'Standford University': 'Machine Learning',
                                 'Coursera': 'Deep Learning',
                                 'Coursera': 'TensorFlow Certified Engineer'
                                 'Imperial College London': 'Mathematic for Machine Learning'},
            'Master': ['MSc of Technology and Intelligent System', 'National University of Singapore'], 
        }
    
    def doing(self, now=2021):
        today = self.year
        
        if now == today:
            experience = self.employment['Machine Learning Developer']
            return """
            I am a Machine Learning Developer, current
            working project:
             - Customer purchase value prediction
             - Customer sentimental anaylser for review
             - Using Autoencoder for Computer Network Anomaly Detection.
            """
            learning = self.education.get('Master')
            
        if abs(now - today) > 4:
            experience = self.employment['System Engineer']
            return """
            I am a system engineer with around 10 years of solution design and 
            customer facing experiences, designing solution based on current
            product, as well as developing customized product for particular requirement."""
            
        if now > today:
            goal = self.employment['Machine Learning Engineer', 'Data Scientist']
            return """
            I am eager to explore the bigger world of Machine Learning and Data Science.
            **Open for Opportunity**
            """
            
        else:
            return """
            ### Hi there ~~
            """

me = README(2021)

kitsune-py's People

Contributors

willnewton avatar ymirsky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.