Skip to content
View voravich-ch's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report voravich-ch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
voravich-ch/README.md

Hi, I'm Jimmy!

Financial Stability Analyst at the Bank of Thailand

#!/usr/bin/python3
# -*- coding: utf-8 -*-

class Voravich:
    def __init__(self):
        self.name = "Voravich Chaturavichanan"
        self.nickname = "Jimmy"
        self.role = "Researcher"
        self.nationality = "Thai"
        self.language = ["Python", "R", "SQL"]
        self.interest = ["Data Science", "Cognitive Psychology", "Causal Statistics"]

def main():
    me = Voravich()

if __name__ == "__main__":
    main()

Pinned Loading

  1. menu-image-grouping-89menus menu-image-grouping-89menus Public

    This project aims to improve the performance of the classification algorithm by implementing state-of-the-art model: EfficientNet in place of VGG-16.

    Jupyter Notebook

  2. data-scraping-project data-scraping-project Public

    Deploy a web API to serve news data with filtering parameters date, tags, and limit.

    Python

  3. cass-ba-problemsets cass-ba-problemsets Public

    MSc Business Analytics at Cass Business School 2020/21

    Jupyter Notebook 2