https://github.com/manohara-ai/models_architecture
Model Archive
https://github.com/manohara-ai/models_architecture
cnn deep-learning deep-neural-networks gan neural-networks reinforcement-learning
Last synced: 2 months ago
JSON representation
Model Archive
- Host: GitHub
- URL: https://github.com/manohara-ai/models_architecture
- Owner: Manohara-Ai
- License: mit
- Created: 2024-11-03T12:45:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T21:51:51.000Z (5 months ago)
- Last Synced: 2025-03-31T02:41:19.291Z (4 months ago)
- Topics: cnn, deep-learning, deep-neural-networks, gan, neural-networks, reinforcement-learning
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Model Archive
Welcome to my Model Archive! This repository contains a collection of machine learning and deep learning models.
## Types of Models- **Convolutional Neural Network Models**
- Description: Models that utilize convolutional layers to process and classify visual data.- **Decision Trees**
- Description: Models that use a tree-like structure for making decisions based on input features.- **Deep Learning Models**
- Description: Various deep learning architectures for tasks such as classification, regression, and more.- **GANs (Generative Adversarial Networks)**
- Description: Models that generate new data instances by learning from existing datasets.- **Neural Network Models**
- Description: A collection of traditional neural network architectures.- **Time Series Models**
- Description: A collection of models to work with time series data.- **Draconix (Helper Function)**
- Description: A module containing helper functions to assist with model training and evaluation.## Note
This repository serves as an archive of my models. For specific details about each model, please refer to the README files located in each model's directory, if available.
---
Thank you for visiting my Model Archive!