buildfastwithai /
gen-ai-experiments
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
Loading repository data…
CoenMeintjes / repository
A comprehensive collection of Jupyter Notebook templates for data science tasks, developed to improve workflow efficiency and cover a wide range of topics, including exploratory data analysis, hypothesis testing, regression models, and machine learning models.
This repository contains a collection of Jupyter Notebook templates for data science tasks such as hypothesis tests, regression models, and machine learning models. These templates are designed to help data scientists and analysts quickly and easily create and execute common data analysis tasks using Python.
To use these notebook templates, you will need to have Python and Jupyter Notebook installed on your machine. You can download and install them from the following links:
Once you have Python and Jupyter Notebook installed, you can clone this repository to your local machine using the following command:
git clone https://github.com/your_username/data-science-notebook-templates.git
This repository contains the following Jupyter Notebook templates:
Exploratory Data Analysis (EDA) Template: This template provides a framework for the exploratory data analysis process. It includes code for Discovering, Structuring, Cleaning, Joining, Validating and Presenting data.
Basic Hypothesis Testing Template: This template provides a starting point for conducting hypothesis tests on data using Python. It includes code for calculating statistical z-tests and t-tests and provides examples of how to interpret the results.
Simple Linear Regression Template: This template provides a starting point for building simple linear regression models in Python. It includes code for importing data, preprocessing the data, building a regression model, and evaluating the model's performance.
Multiple Regression Analysis Template: This template provides a starting point for building multiple regression models in Python. It includes code for importing data, preprocessing the data, building a regression model, and evaluating the model's performance.
Binomial Logistic Regression Template: This template provides a starting point for the creation of a binomial logistic regression model in Python. It includes code for importing data, doing exploratory data analysis, constructing the regression model and evaluating the model performance.
Naive Bayes Classification Model: This template provides a starting point for the construction of a Naive Bayes model in Python. The template includes code for loading relevant packages, importing data, doing EDA, constructing the model and evaluating the results.
K-means Template: This template provides a starting point for the construction of a k-mean partitioning model in Python. The notebook includes code for importing libraries, importing data, doing exploratory data analysis, constructing the k-means model and evaluating the model performance.
Decision Tree Template: This notebook template provides a starting point for the construction of a Decision Tree model in Python. The notebook includes code for loading packages, importing data, doing EDA, constructing and evaluating the model.
Random Forest Template: This notebook template provides a starting point for the construction of a Random Forest classification model in Python. The notebook includes code for loading packages, importing data, doing EDA, constructing and evaluating the model.
Gradient Boost Template: This notebook template provides a starting point for the construction of a Gradient Boost classification model in Python. The notebook includes code for loading packages, importing data, doing EDA, constructing and evaluating the model.
If you have a notebook template that you would like to contribute, please follow these steps:
Selected from shared topics, language and repository description—not editorial ratings.
buildfastwithai /
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
leslie89757 /
🚀 A comprehensive LangGraph tutorial collection with hands-on Jupyter notebooks 一个全面的 LangGraph 教程项目,通过 Jupyter Notebook 形式展现,涵盖了 LangGraph 的所有核心概念和高级特性。专为开发者学习和实践而设计。
CuAuPro /
The Fuzzy-Predictive-Control repository is a comprehensive collection of Python Jupyter Notebooks that demonstrate the implementation of fuzzy modeling and predictive functional control techniques.
Project Notebook: This notebook provides a project notebook template that is used to improve logical workflow.
Model Evaluation: This notebook provides useful functions that follow the workflow of a train, validate, test model development process. The functions make it easy to view model results at any stage of the process as well as aggregate results into a dataframe for model comparison.
Morikashi /
A meticulously curated collection of hands-on Jupyter notebooks, designed to illuminate the comprehensive application of MLflow across a spectrum ranging from foundational Machine Learning principles to pioneering Generative AI paradigms.
machinelearningzuu /
Welcome to the "LLM Notebooks" repository, dedicated to exploring and understanding the capabilities of Large Language Models (LLMs). This collection of Jupyter notebooks serves as a comprehensive resource for experimenting with state-of-the-art language models, including but not limited to OpenAI's GPT-3.5.
DanNBullock /
A collection of jupyter notebooks designed to provide a comprehensive exploration of concepts related to white matter segmentation.