An open API service indexing awesome lists of open source software.

https://github.com/tr41z/machine-learning

machine learning models
https://github.com/tr41z/machine-learning

ai artificial-intelligence data-analysis data-preprocessing google-colab jupyter-notebook machine-learning models python tensorflow

Last synced: 5 months ago
JSON representation

machine learning models

Awesome Lists containing this project

README

          

# Machine Learning Repository
### This repository contains a collection of machine learning projects and experiments developed using machine learning techniques. All the code and notebooks were created using Google Colab, a cloud-based Jupyter notebook environment.

---

# Projects
### Project 1: Animals
**Description:** The Animals Project is a machine learning model developed using TensorFlow. Its main objective is to recognize and classify different types of animals. The model is trained on a dataset containing various animal images and utilizes deep learning techniques to accurately identify the animals present in new images.

### Project 2: AI-generated / Human-written text detection
**Description:** Project focuses on developing an advanced system capable of distinguishing between AI-generated and human-written text. This project aims to create a model that can accurately identify text origin. By leveraging cutting-edge machine learning and natural language processing techniques, this system will analyze textual features, patterns, and nuances that differentiate AI-created content from that written by humans. The outcome is expected to be highly beneficial for content verification, enhancing the integrity of digital information across various platforms.

---

# Notebooks
### Notebook 1: [Helper Functions Notebook](https://github.com/0mn1h4ck3d/TensorFlow/blob/main/helper-functions.py)
**Description:** The Helper Functions Notebook is a collection of reusable functions that can be used in various machine learning projects and notebooks. These functions are designed to assist with common tasks such as data preprocessing, feature engineering, model evaluation, and visualization. By using the functions provided in this notebook, developers can save time and effort when working on new projects, as they can easily incorporate these helper functions into their code.

### Notebook 2: [Animals Notebook](https://github.com/0mn1h4ck3d/TensorFlow/blob/main/animals.ipynb)
**Description:** The Animals Notebook is a Jupyter notebook developed in Google Colab. It provides a detailed analysis and implementation of the Animals Project. The notebook includes step-by-step explanations of the model's architecture, data preprocessing techniques, model training, and evaluation. Additionally, it may contain visualizations of the model's performance and examples of animal recognition.

### Notebook 3: [AI / Human Detection](https://github.com/0mn1h4ck3d/TensorFlow/blob/main/ai-generated-text-detection.ipynb)
**Description:** The AI / Human Detection Notebook is a Jupyter notebook developed in Google Colab. It provides a detailed analysis and implementation of the AI / Human detection Project. The notebook includes step-by-step explanations of the model's architecture, data preprocessing techniques, model training, and evaluation. Additionally, it may contain visualizations of the model's performance and examples of animal recognition.

---

## Setup and Installation
Clone this repository:

```
git clone https://github.com/tr41z/machine-learning.git
```

**Or open the project or notebook of interest in Google Colab.**