Bahati Mulishi
Stories (32)
Filter by community
Introduction to Rust
Introduction to Rust What is Rust? Rust is a systems programming language designed for performance, reliability, and safety. It aims to provide memory safety without using a garbage collector, which makes it an excellent choice for system-level programming and performance-critical applications.
By Bahati Mulishiabout a year ago in Geeks
Data Science and Machine learning algorithms
For those of you who are new to Data Science and Machine learning algorithms, let me try to give you a brief overview. ML Algorithms can be categorized into three types: supervised learning, unsupervised learning, and reinforcement learning.
By Bahati Mulishiabout a year ago in Geeks
Machine Learning
1. What is the AdaBoost Algorithm? AdaBoost also called Adaptive Boosting is a technique in Machine Learning used as an Ensemble Method. The most common algorithm used with AdaBoost is decision trees with one level that means with Decision trees with only 1 split. These trees are also called Decision Stumps. What this algorithm does is that it builds a model and gives equal weights to all the data points. It then assigns higher weights to points that are wrongly classified. Now all the points which have higher weights are given more importance in the next model. It will keep training models until and unless a lower error is received.
By Bahati Mulishiabout a year ago in Geeks
Concepts for Machine Learning
Key Concepts for Machine Learning Interviews 1. Supervised Learning: Understand the basics of supervised learning, where models are trained on labeled data. Key algorithms include Linear Regression, Logistic Regression, Support Vector Machines (SVMs), k-Nearest Neighbors (k-NN), Decision Trees, and Random Forests.
By Bahati Mulishiabout a year ago in Geeks
data science concepts
Data Cleaning: Data cleaning is the process of identifying and correcting or removing errors, inconsistencies, and inaccuracies in a dataset. It is a crucial step in the data science pipeline as it ensures the quality and reliability of the data.
By Bahati Mulishiabout a year ago in Geeks











