#!/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()
-
Thefacebook
Pinned Loading
-
ConvexOptimization
ConvexOptimization PublicOne 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
-
LinearRegression
LinearRegression PublicFind 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
-
MobApp_Studio
MobApp_Studio PublicThis 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
-
BlockChain
BlockChain PublicA 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…
If the problem persists, check the GitHub status page or contact support.