Code Monkey home page Code Monkey logo
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

Rendika Nurhartanto Suharto's Projects

dashboard-whatsapp-chat-analyzer icon dashboard-whatsapp-chat-analyzer

Welcome to my Personal Dashboard, a powerful tool to automatically analyze WhatsApp Group Chat dialogues! Just upload the .txt file of your WhatsApp conversations and enjoy a deep understanding of your interactions. Let's start your smart analysis now! 🚀

support-vector-machine-algorithm icon support-vector-machine-algorithm

This repository was created to fulfill a major assignment from the "machine learning 1" course in the data science study program, Faculty of Informatics, Telkom University, Surabaya.

tubes_nosql icon tubes_nosql

Repo ini dibuat untuk memenuhi Tugas Akhir - Basis Data NoSQL...

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.