Skip to content
View realproger's full-sized avatar
👨‍💻
making world better
👨‍💻
making world better
  • Thefacebook

Block or report realproger

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
realproger/README.md

Ctrl + Code + Conquer

realproger


Telegram

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


class DataScientist:

    def __init__(self):
        self.name = "Tolbayev Muntasir"
        self.role = "Python Developer"
        self.direction = "AI Development | Machine Learning | Data Analysis"
        self.language_spoken = ["ru_RU", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DataScientist()
me.say_hi()

Languages 🔗

JavaScript Python Ruby C++ C Bash SQL

ML/DL 📊

Pandas NumPy Scikit-Learn PyTorch OpenCV Apple Script

LangChain

PostgreSQL MySQL

Matplotlib

Technologies & Frameworks 📡

Django HTML5 CSS3 Bootstrap

Git GitHub VS Code

OS ⃣

Linux macOS

Pinned Loading

  1. GC GC Public

    Creating a garbage collector in the C programming language

    C++ 2

  2. malloc malloc Public

    Memory Allocation

    C 1

  3. ConvexOptimization ConvexOptimization Public

    One of the main challenges of Data Science and more specifically in Machine Learning is the performance measure. How to measure performance efficiently so that our model predictions meet the busine…

    Python

  4. LinearRegression LinearRegression Public

    Find tendencies and to generalize.A linear model makes predictions by computing a weighted sum of the features (plus a constant term called the bias term)

    Python

  5. MobApp_Studio MobApp_Studio Public

    This project involves analyzing the "My MobApp Studio" dataset to uncover valuable insights into the mobile app landscape. The challenge lies in navigating the dataset, cleaning and preprocessing t…

    Jupyter Notebook

  6. BlockChain BlockChain Public

    A basic implementation of a blockchain in Python using the SHA-256 hashing algorithm. This project provides a simplified example of how a blockchain works, with a focus on the core concepts of bloc…

    Python 1 1