Skip to content
#

python-implementation

Here are 28 public repositories matching this topic...

This repository contains implementations of linear regression using both gradient descent and linear algebra techniques. The goal of these implementations is to provide a thorough understanding of the linear regression algorithm and its various approaches to solving for the optimal model parameters.

  • Updated Nov 11, 2022
  • Jupyter Notebook

This project focuses on cloud data security by designing an optimized key generation scheme for data protection and a deep learning model for user attack detection. The data protection scheme encrypts data before uploading it to the cloud, while the attack detection module uses a deep learning model to identify malicious users

  • Updated Oct 10, 2024

GausianEliminationMethod-Implementation is a project that demonstrates the implementation of the Gaussian elimination method in Python. This method is used to solve systems of linear equations and involves manipulating the equations in a specific way to eliminate variables and obtain a unique solution.

  • Updated Mar 30, 2022
  • Jupyter Notebook

This repository contains an implementation of the K-Means clustering algorithm in Python. K-Means is an unsupervised machine learning algorithm that finds clusters in an N-dimensional space. The implementation provided in this repository allows users to apply K-Means to their own data sets and visualize the resulting clusters.

  • Updated Nov 19, 2022
  • Jupyter Notebook

This is a project that implements the K-Nearest Neighbors (KNN) algorithm in Python. KNN is a machine learning algorithm used for classification or regression based on training data, and is an unsupervised learning model. This implementation allows you to train a KNN model on training data and classify new data.

  • Updated Nov 27, 2022
  • Jupyter Notebook

Répertoire Python pour le codage Huffman. Comprend des fonctions d'encodage et de décodage, ainsi qu'une classe Noeud pour la construction de l'arbre de Huffman. Facile à utiliser avec une licence MIT.

  • Updated Feb 12, 2024
  • Python

Improve this page

Add a description, image, and links to the python-implementation 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 python-implementation topic, visit your repo's landing page and select "manage topics."

Learn more