-
Fast-LLM-Agent-MCP Public
This repo covers LLM, Agents concepts both theoretically and practically: LLMs, RAG, Fine Tuning, Agents, Tools, MCP, AWS Strands Agents, Google Agent Development Kit, ADK, Reference Documents, etc.
-
Fast-Docker Public
This repo covers containerization and Docker Environment: Docker File, Image, Container, Commands, Volumes, Networks, Swarm, Stack, Service, possible scenarios.
-
-
-
Fast-Kubernetes Public
This repo covers Kubernetes with LABs: Kubectl, Pod, Deployment, Service, PV, PVC, Rollout, Multicontainer, Daemonset, Taint-Toleration, Job, Ingress, Kubeadm, Helm, etc.
-
Fast-AWS Public
This repo covers AWS Hands-on Labs for different AWS services
-
AI-Content-Detector Public
Tool to give AI generated score, to analyze with patterns how much input text is AI generated using AWS Bedrock Llama 3.1 405B
-
Fast-Terraform Public
This repo covers Terraform (Infrastructure as Code) with LABs using AWS and AWS Sample Projects: Resources, Variables, Meta Arguments, Provisioners, Dynamic Blocks, Modules, Provisioning AWS Resour…
-
LSTM_RNN_Tutorials_with_Demo Public archive
LSTM-RNN Tutorial with LSTM and RNN Tutorial with Demo with Demo Projects such as Stock/Bitcoin Time Series Prediction, Sentiment Analysis, Music Generation using Keras-Tensorflow
-
Fast-Kubeflow Public archive
This repo covers Kubeflow Environment with LABs: Kubeflow GUI, Jupyter Notebooks on pods, Kubeflow Pipelines, Experiments, KALE, KATIB (AutoML: Hyperparameter Tuning), KFServe (Model Serving), Trai…
-
-
-
Fast-Ansible Public
This repo covers Ansible with LABs: Multipass, Commands, Modules, Playbooks, Tags, Managing Files and Servers, Users, Roles, Handlers, Host Variables, Templates and details.
-
TimeSeries2DBarChartImageCNN Public archive
Conversion of the time series values to 2-D stock bar chart images and prediction using CNN (using Keras-Tensorflow)
-
ml-monitoring Public archive
Forked from jeremyjordan/ml-monitoringA demo of Prometheus+Grafana for monitoring an ML model served with FastAPI.
-
CNN-TA Public archive
Algorithmic Financial Trading with Deep Convolutional Neural Networks: Time Series to Image Conversion Approach: A novel algorithmic trading model CNN-TA using a 2-D convolutional neural network ba…
-
Fast-Pytorch Public archive
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
-
Reinforcement_learning_tutorial_with_demo Public archive
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Pape…
-
Generative_Models_Tutorial_with_Demo Public archive
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Importa…
-
MusicGeneration Public archive
Music generation with LSTM model (Keras)
-
BasicRNN Public archive
The aim of this implementation is to help to learn structure of basic RNN (RNN cell forward, RNN cell backward, etc..)
-
BasicLSTM Public archive
The aim of this implementation is to help to learn structure of basic LSTM (LSTM cell forward, LSTM cell backward, etc..)
-
AIMap Public archive
Map of Artificial Intelligence: Classifications, Approaches, Algorithms, Libraries, Tools, State of Art Studies, Awesome Repos, etc..
-
SentimentAnalysis Public archive
Sentences are classified in 5 different sentiment using LSTM (Keras). Results are expressed with emoji characters.
-
NeuralStyleTransfer Public archive
Art/Painting Generation using AI (Neural Style Transfer) using Tensorflow
-
PolicyGradient_PongGame Public archive
Pong Game problem solving using RL - Policy Gradient with OpenAI Gym Framework and Tensorflow
-
IoTWeatherSensorsAnalysis Public archive
Proposed "An Extended IoT Framework" learning part is presented with a use case on weather data clustering analysis. Sensor faults and anomalies are determined using K-means clustering (using sciki…
-
SparkDeepMlpGADow30 Public archive
A Deep Neural-Network based (Deep MLP) Stock Trading System based on Evolutionary (Genetic Algorithm) Optimized Technical Analysis Parameters (using Apache Spark MLlib)
-
SparkMlpDow30 Public archive
A new stock trading and prediction model based on a MLP neural network utilizing technical analysis indicator values as features (using Apache Spark MLlib)
-
QLearning_CartPole Public archive
Cart Pole problem solving using RL - QLearning with OpenAI Gym Framework