https://github.com/cybersecurity-dev/awesome-building-implementing-ai-driven-solution
Awesome Building and Implementing AI-Driven Solution
https://github.com/cybersecurity-dev/awesome-building-implementing-ai-driven-solution
List: awesome-building-implementing-ai-driven-solution
ai ai-projects ai-tools artifical-intelligense artificialintelligence awesome awesome-list awesome-lists deep-learning deeplearning machine-learning machinelearning
Last synced: 3 months ago
JSON representation
Awesome Building and Implementing AI-Driven Solution
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/awesome-building-implementing-ai-driven-solution
- Owner: cybersecurity-dev
- License: cc0-1.0
- Created: 2025-07-27T22:12:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T22:56:12.000Z (3 months ago)
- Last Synced: 2025-07-28T00:19:18.435Z (3 months ago)
- Topics: ai, ai-projects, ai-tools, artifical-intelligense, artificialintelligence, awesome, awesome-list, awesome-lists, deep-learning, deeplearning, machine-learning, machinelearning
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome [Building](https://en.wikipedia.org/wiki/Machine_learning) and [Implementing](https://en.wikipedia.org/wiki/Deep_learning) [AI-Driven](https://en.wikipedia.org/wiki/Artificial_intelligence) Solution [](https://awesome.re)
[](https://youtube.com/playlist?list=PL9V4Zu3RroiUkdF3r3vNa6YRmZA_H7MKK&si=z_zWeZrWFnc9hKKI) [](https://www.reddit.com/r/ArtificialInteligence/)
## AI Projects: Step by Steps
AI process involves a series of steps to build, evaluate, and deploy a model that can learn from data and make predictions or decisions.
### 1. Data Collection
You can access some datasets from the link below:
- [Awesome Benign Datasets](https://github.com/cybersecurity-dev/awesome-benign-datasets)
- [Awesome Malware Datasets](https://github.com/cybersecurity-dev/awesome-malware-datasets)
- [Awesome Smart Contract Datasets](https://github.com/cybersecurity-dev/awesome-smartcontract-datasets)
### 2. Data Preparation and Preprocessing
#### 2.1 Data Cleaning
#### 2.2 Feature Engineering
#### 2.3 Data Transformation
##
### Library
[](https://keras.io/)[](https://pytorch.org/)[](https://scikit-learn.org/)[](https://www.tensorflow.org/)
- [Keras](https://github.com/keras-team/keras) - Deep [Learning](https://keras.io/) for humans
- [PyTorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic [neural networks](https://pytorch.org/) in Python with strong GPU acceleration.
- [Scikit-learn](https://github.com/scikit-learn/scikit-learn) - [Scikit-learn](https://scikit-learn.org/stable/) is an open-source Python library widely used for machine learning.
- [TensorFlow](https://github.com/tensorflow/tensorflow) - An Open Source [Machine Learning Framework](https://www.tensorflow.org/) for Everyone.
#### AutoML
- [AutoKeras](https://github.com/keras-team/autokeras) - [AutoKeras](https://autokeras.com/): An AutoML system based on Keras.
- [Auto-PyTorch](https://github.com/automl/Auto-PyTorch) - [Automatic architecture](https://automl.github.io/Auto-PyTorch) search and hyperparameter optimization for PyTorch.
- [Auto-sklearn](https://github.com/automl/auto-sklearn) - [Automated](https://automl.github.io/auto-sklearn/) Machine Learning with scikit-learn.