class Developer:
def __init__(self):
self.name = "Muhammad Akbar Pradana"
self.alias = ["Akbar", "Devaaldo"]
self.location = "Yogyakarta, Indonesia"
self.education = "Undergraduate Informatics Student"
self.university = "Jenderal Achmad Yani University of Yogyakarta"
self.interests = ["AI/ML Engineer", "Data Scientist"]
self.learning_philosophy = "Always curious, always growing"
def current_focus(self):
return "Machine Learning Engineer"
def life_motto(self):
return "Don't wait to be chosen, be the chosen one."
me = Developer()
print(me.life_motto())
Pinned Loading
-
YOGA-Chatbot
YOGA-Chatbot PublicYOGA (YOgyakarta Guide Assistant) - Sebuah chatbot yang dijalankan di Telegram yang membantu parawisatawan yang berkunjung ke jogja
Jupyter Notebook
-
by.u-sentiment-analysis
by.u-sentiment-analysis PublicComprehensive sentiment analysis of 227,588+ by.U mobile app reviews using NLP and machine learning. Includes data preprocessing, word cloud visualizations, and model comparison.
Jupyter Notebook
-
mall-customer-segmentation-kmeans
mall-customer-segmentation-kmeans PublicCustomer segmentation analysis using K-Means clustering on mall shopping behavior. Identifies 4 distinct customer segments based on income and spending patterns with visualizations and actionable i…
Jupyter Notebook
-
Flood-Risk-Prediction-Model
Flood-Risk-Prediction-Model PublicA machine learning solution for predicting flood probability based on environmental and geographical factors, with multiple regression models compared on 1.1M+ samples.
Jupyter Notebook
-
Customer-Churn-Prediction-Model
Customer-Churn-Prediction-Model PublicMachine learning project comparing 5 classification algorithms (KNN, Decision Tree, Random Forest, SVM, Naive Bayes) to predict bank customer churn. Includes comprehensive EDA, data preprocessing, …
Jupyter Notebook
-
iris-species-classification
iris-species-classification PublicA deep learning project for classifying iris flower species using a neural network trained on the classic Iris dataset.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.


