Coder Social home page Coder Social logo

jl1829 / turbo-funicular Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 5.33 MB

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

Home Page: https://johdev.com

License: Apache License 2.0

Ruby 0.04% Makefile 0.03% Dockerfile 0.01% Shell 0.08% Python 0.05% Smarty 0.03% HTML 0.37% Jupyter Notebook 99.00% JavaScript 0.21% SCSS 0.19%

turbo-funicular'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)

turbo-funicular's People

Contributors

dependabot[bot] avatar jl1829 avatar

Forkers

manojkommu

turbo-funicular's Issues

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.