Skip to content
#

desiciontree

Here are 61 public repositories matching this topic...

This repository contains a comprehensive guide and implementation of ensemble modeling techniques, specifically focusing on Boosting, Bagging, and Voting. Ensemble methods are powerful techniques in machine learning that combine the predictions from multiple models to improve overall performance and robustness.

  • Updated Jun 3, 2024

我也不知道我在寫什麼,大學的一個小專案,發想是買西瓜的時候長輩都會拍打西瓜,因為糖分影響密度,使得有些西瓜聲音比較低沉(咚咚咚),有些西瓜聲音比較高(啪啪啪)。以此概念,藉由ftt再透過機器學習的決策樹,因為西瓜太貴了,我們樣本數嚴重不足(5顆),即便拍打原西瓜,每次輸出結果還是不一樣,實驗以失敗告終。

  • Updated May 29, 2024
  • Python

This project leverages machine learning techniques, including K-Nearest Neighbors (KNN) and Decision Trees, to identify exoplanets in astronomical data. By employing classification algorithms, the code sifts through vast datasets to detect potential exoplanets, aiding astronomers in their search for habitable worlds beyond our solar system.

  • Updated Jul 14, 2023
  • Jupyter Notebook

This model predicts whether the survivors of the Titanic survived or not. In this file, different classification models are compared and predictions are done from the model(s) having highest accuracy. Here, 'training_data.csv' is used for training and testing the models and 'testing data.csv' is used for predictions. These data sets are from Kaggle

  • Updated Jun 2, 2023
  • Python

Leveraging the power of Machine Learning as a tool, we delve into the realm of app permissions to discern the true nature of applications, whether they harbor malicious or benign intent. By analyzing and predicting based on these permissions, we unlock valuable insights to safeguard users in the digital landscape.

  • Updated May 29, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the desiciontree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the desiciontree topic, visit your repo's landing page and select "manage topics."

Learn more