Skip to content
/ me Public

Hi! πŸ‘‹ Welcome to my GitHub profile. Feel free to check out my repositories!

Notifications You must be signed in to change notification settings

lprtk/me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Hello, welcome to my profile! πŸ‘‹πŸŒŽ

Github Stars Visitor badge Code style: black


If you are curious, like me, here is a little description of me. πŸ‘€


🀝 About Me

πŸ§‘πŸŽ“ After a Bachelor's degree in Economics and a Master's degree in Econometrics and Statistics, I am currently in a Master's degree in Data Science in a French university.

πŸ’»πŸŒ± Aspiring Data Scientist, I really enjoy working with unstructured data. Here are some of the topics I find very attractive and on which I have worked: textual data analysis and modeling (NLP); sentiment analysis; early detection of diseases from medical images or prediction and prevention of diseases using Machine and Deep Learning; identification of defects in industrial parts based on images. In addition, I like to work on time series with Deep Learning to make complex predictions. In particular, I like to discover new concepts for forecasting time series such as Deep Hybrid Learning.

Feel free to send me a message, it will be a pleasure to chat with you! πŸ™‚πŸ“«


πŸ‘€ Little description

# -*- coding: utf-8 -*-
"""
@author: lprtk
"""

class DataScientist:
    def __init__(self) -> None:
        self.name = "lprtk"
        self.role = "Data Science student"
        self.languages = ["en_US", "fr_FR"]
        self.age = 22
        self.city = "Paris"
        self.nationality = "French"

    def description(self) -> str:
        return f"Hi! My name is {self.name}, I'm {self.age} years old and I'm a {self.nationality} {self.role} in {self.city}"

me = DataScientist()
me.description()

πŸ’» Languages and tools

LinuxΒ  AppleΒ  WindowsΒ  PythonΒ  ScalaΒ  RstudioΒ  MysqlΒ  HTMLΒ  LatexΒ  GithubΒ  GitlabΒ  AzureΒ  GooglecloudΒ  AnacondaΒ  VscodeΒ  HerokuΒ  Kaggle


πŸ“ˆ Github stats

Anurag's github stats

About

Hi! πŸ‘‹ Welcome to my GitHub profile. Feel free to check out my repositories!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published