Giter VIP home page Giter VIP logo

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)

JL1829's Projects

employeesalaryprediction icon employeesalaryprediction

Repo for HR system provide a predicted indication of candidate salary when providing attributes such as job title, industry and years of experiences etc.

kitsune-py icon kitsune-py

A network intrusion detection system based on incremental statistics (AfterImage) and an ensemble of autoencoders (KitNET)

leetcode icon leetcode

Muscle Memories Algorithms exercises for pure Python Skills(no 3rd Parties Packages), LeetCode

mlflow icon mlflow

Open source platform for the machine learning lifecycle

pythonic icon pythonic

Pythonic Python Exercise, Make your code more pythonic, modular, readability, elegant.

pythonmachinelearning icon pythonmachinelearning

This is not a replicate of Scikit-learn, just try to implement major Machine Learning Algorithms with minimum help of NumPy, to reinforce Machine Learning knowledge and Python skills

simplebankingsystem icon simplebankingsystem

Simple Banking System written in Python. Use Luhn Algorithm to create and validate credit card number, basic bank account operation.

turbo-funicular icon turbo-funicular

A Data Science & Machine Learning Blogging Platform generated from fastai/fastpages

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.