Git Product home page Git Product logo

self-introduction's Introduction

Hi, I'm Hua!

4+ year of data science experience.
2+ year of MLOps experience.

Twitter: ThaiiBraga Linkedin: thaianebraga

About me ...

class SelfIntroduction:
    def __init__(self):
        self.programming_language = ['Python', 'Golang', 'Rust']
        self.data_engineering = ['Mysql', 'Bigquery', 'MongoDB', 
                                 'Cloud-Storage', 'PostgreSQL']
        self.feature_store = ['VertexAi-Features', 'Pipeline']
        self.data_science = ['Python', 'Scikit-Learn', 'Tensorflow', 
                             'Pytorch', 'Gensim', 'Opencv', 'Librosa',
                             'Gephi', 'TigerGraph']
        self.mlops = ['Seldon-Core', 'VertexAi-Deploy', 'Kubernetes', 
                      'Docker', 'Helm', 'Istio', 'Terraform', 'Kubectl',
                      'Flask', 'Cloud-Build', 'Google-Cloud-Platform']
        self.business = ['PPT', 'Excel', 'Chart-of-numbers', 'Highcharts', 'HTML']
    
    def complete_process(self):
        # 1.Processing Data and Saving Features to feature store
        self.data_engineering_function()
        # 2.Query feature data from feature store
        self.feature_store_function()
        # 3.Use features to train the model
        self.data_science_function()
        # 4.Deployment Model
        self.mlops_function()
        # 5.Business Value Description
        self.business_function()
    
    def data_engineering_function(self):
        '''
        Read the data and process it into model features, 
        and then save it to the feature store.
        exp:
            Data -> pipline -> Feature -> Feature store
        '''
        print(f"1.Data engineering, tool: {self.data_engineering}.")
        
    def feature_store_function(self):
        '''
        It is used to save the feature data of the model,
        which can improve the feature utilization and version management.
        exp:
            1. Feature set version and key -> Feature
            2. Feature key and time stamp -> Feature
            3. Feature description and time stamp -> Feature
        '''
        print(f"2.Feature store, tool: {self.feature_store}.")
        
    def data_science_function(self):
        '''
        It is used to explore the value of data 
        and transform mature results into models.
        Finally, save the model to the model registry.
        exp:
            Feature -> Training model -> model
        '''
        print(f"3.Data science, tool: {self.data_science}.")
        
    def mlops_function(self):
        '''
        It is used for model deployment (model API), monitoring and evaluation. 
        Developing and deployment commercial API.
        exp:
            model -> API -> model evaluation -> business api -> business evaluation
        '''
        print(f"4.Mlops, tool: {self.mlops}.")
        
    def business_function(self):
        '''
        It is used for the evaluation of business value(make money).
        exp:
            business evaluation -> boss
        '''
        print(f"5.Business, tool: {self.business}.")

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)

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.