milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthLoading repository data…
alihassanml / repository
This repository contains a Jupyter Notebook that demonstrates the implementation of the Naive Bayes algorithm for classification tasks. The Naive Bayes classifier is a simple yet effective probabilistic classifier based on Bayes' theorem, assuming independence between features.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a Jupyter Notebook that demonstrates the implementation of the Naive Bayes algorithm for classification tasks. The Naive Bayes classifier is a simple yet effective probabilistic classifier based on Bayes' theorem, assuming independence between features.
The Naive Bayes algorithm is widely used for text classification, spam detection, and other tasks that require a probabilistic approach to classification. This notebook provides a step-by-step guide to understanding and implementing the Naive Bayes algorithm from scratch.
To run this notebook, you'll need to clone this repository and install the required dependencies.
Clone the repository:
git clone https://github.com/alihassanml/naive-bayes-implementation.git
cd naive-bayes-implementation
Install the necessary Python packages:
pip install -r requirements.txt
Open the Jupyter Notebook:
jupyter notebook Naive\ Bayes\ Theorem.ipynb
Follow the instructions in the notebook to understand and run the Naive Bayes implementation.
Make sure you have the following Python libraries installed:
numpypandasscikit-learnmatplotlibseabornThese can be installed using the following command:
pip install numpy pandas scikit-learn matplotlib seaborn
Contributions are welcome! Please feel free to submit a Pull Request or open an issue to improve this repository.
This project is licensed under the MIT License. See the LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
69/100 healthlaxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health