Skip to content
View Rendika7's full-sized avatar

Block or report Rendika7

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
Rendika7/README.md
Impressive Profile READMEs Screenshot

Hi πŸ‘‹ I am Rendika Nurhartanto Suharto!

I am a Bachelor of Data Science student at Telkom University Surabaya, where I focus on data exploration and analysis. As someone involved in data science, I have a particular interest in developing data-driven solutions and applying data analysis techniques to generate valuable insights. Especially in the fields of Machine Learning and Deep Neural Networks


class DataScientist:
    def __init__(self, full_name="Rendika Nurhartanto Suharto", nickname="Rendika", role="Data Scientist", languages_spoken=["id_ID", "en_US"], university="Telkom University Surabaya", status="Undergraduate Student"):
        self.full_name = full_name
        self.nickname = nickname
        self.role = role
        self.languages_spoken = languages_spoken
        self.university = university
        self.status = status

    def say_hi(self):
        print(f"Hi! I'm {self.nickname} ({self.full_name}), a {self.role}.")
        print(f"I can engage in a conversation with you using these languages: {', '.join(self.languages_spoken)}")
        print(f"I am currently studying at {self.university} as an {self.status}.")
        print("Hope you find something interesting here!")

def main():
    me = DataScientist()
    me.say_hi()

if __name__ == "__main__":
    main()

πŸ† GitHub Trophies

trophy

Pinned Loading

  1. Unsupervised-Learning-Method Unsupervised-Learning-Method Public

    SOM (Self-organizing maps), PCA (Principal component analysis), K-means Clustering

    Jupyter Notebook

  2. Machine-Learning-Competition Machine-Learning-Competition Public

    My Machine Learning Code In some Competition

    Jupyter Notebook

  3. NLP_ISPU_DKI_JAKARTA_2021 NLP_ISPU_DKI_JAKARTA_2021 Public

    Forecast Indeks Standar Pencemaran Udara menggunakan NLP - (Python Base)

    Jupyter Notebook

  4. Python-Source-Code Python-Source-Code Public

    Algoritma & Struktur Data Python

    Jupyter Notebook

  5. Source-Code-Python-Competition- Source-Code-Python-Competition- Public

    Just for Perseve my code

    Jupyter Notebook

  6. regitapermata30/Modul-Algoritma-Pemrograman regitapermata30/Modul-Algoritma-Pemrograman Public

    Modul in digunakan sebagai panduan belajar Algoritma dan Pemrograman Prodi Sains Data IT Telkom Surabaya

    Jupyter Notebook