Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uday160386/understanding-gen-ai-ml

repo contains sample code snippets on #ML, #DeepLearning, #GenAI topics
https://github.com/uday160386/understanding-gen-ai-ml

azure-ai cnn-classification deeplearning-ai keras-tensorflow neural-network rag supervised-machine-learning tensorflow2 unsupervised-machine-learning

Last synced: about 2 months ago
JSON representation

repo contains sample code snippets on #ML, #DeepLearning, #GenAI topics

Awesome Lists containing this project

README

        

# Prerequisite

## Pre-requisite

``pip install -r requirements.txt ``

## Test data is available:

> /data_sample

#### Supervised Learning

| Model Name | Type | Code Path |
| ----------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Logistic Regression | Classification | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/05_LinearRegression_Sk_learn_Demo.ipynb |
| Linear Regression | Regression | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/06_LinearRegression.ipynb |
| Decission Trees | Classification/
Regression | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/10_DecissionTree_Classifier_01.ipynb |
| Random Forest | Classification/Regression | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/11_Bagging_RandomForest_classifier.ipynb |
| K-Nearest Neighbors | Classification/Regression | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/08_KNNALgo.ipynb |
| Support Vector MAchines | Classification/ Regression | code_references/"2_ML_Programming,\ Math\ Foundations\ and\ Classical\ Algorithms"/12_SVM_Linear_example.ipynb
|

UnSupervised Learning