https://github.com/haleshot/ai-ml-dl-nlp-cv
This Repository consists of programs related to AI-ML-DL-NLP-CV. Few examples include - KNN, Naive Bayes, Decision Trees, EDA etc.
https://github.com/haleshot/ai-ml-dl-nlp-cv
artificial-intelligence artificial-intelligence-algorithms artificial-neural-networks backpropagation-learning-algorithm computer-vision decision-trees deep-learning deep-neural-networks feedforward-neural-network knn lstm-neural-networks machine-learning machine-learning-algorithms machinelearning-python naive-bayes naive-bayes-classifier natural-language-procressing nlp-machine-learning support-vector-machines
Last synced: 5 months ago
JSON representation
This Repository consists of programs related to AI-ML-DL-NLP-CV. Few examples include - KNN, Naive Bayes, Decision Trees, EDA etc.
- Host: GitHub
- URL: https://github.com/haleshot/ai-ml-dl-nlp-cv
- Owner: Haleshot
- License: mit
- Created: 2022-08-12T16:31:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T14:40:34.000Z (10 months ago)
- Last Synced: 2024-12-06T15:34:22.636Z (10 months ago)
- Topics: artificial-intelligence, artificial-intelligence-algorithms, artificial-neural-networks, backpropagation-learning-algorithm, computer-vision, decision-trees, deep-learning, deep-neural-networks, feedforward-neural-network, knn, lstm-neural-networks, machine-learning, machine-learning-algorithms, machinelearning-python, naive-bayes, naive-bayes-classifier, natural-language-procressing, nlp-machine-learning, support-vector-machines
- Language: Jupyter Notebook
- Homepage:
- Size: 84.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: Support_Vector_Machines/README.md
Awesome Lists containing this project
README
# AI-ML-DL-NLP-CV Repository
This repository contains various programs related to Artificial Intelligence (AI), Machine Learning (ML) Deep Learning (DL), Natural Language Processing (NLP) and Computer Vision (CV). Each program focuses on different aspects/approches of AI and provides a practical implementation. More programs to be added soon...
| Serial Number | Program Title | Description | Tools Used | Repository Link |
|---------------|-------------------------------------------------|------------------------------------------------------|------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| 1 | A* Search | Implementing the A* search algorithm | Python | [A_Star_Search](https://github.com/Haleshot/AI-ML/tree/master/A_Star_Search) |
| 2 | Best-First Search Method AI | Implementing the Best-First search algorithm | Python | [Best_First_Search_Method_AI](https://github.com/Haleshot/AI-ML/tree/master/Best_First_Search_Method_AI) |
| 3 | CSP Problem | Solving Constraint Satisfaction Problems (CSP) | Python | [CSP_Problem](https://github.com/Haleshot/AI-ML/tree/master/CSP_Problem) |
| 4 | DBSCAN Clustering Algorithm | Implementing the DBSCAN clustering algorithm | Python, Scikit-learn | [DBSCAN_Clustering_Algorithm](https://github.com/Haleshot/AI-ML/tree/master/DBSCAN_Clustering_Algorithm) |
| 5 | Data Visualization Techniques Plots | Demonstrating various data visualization techniques | Python, Matplotlib, Seaborn | [Data_Visualization_Techniques_Plots Part 1](https://github.com/Haleshot/AI-ML/tree/master/Data_Visualization_Techniques_Plots), [Part 2](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Data_Exploration_Techniques_Part1) |
| 6 | Decision Trees | Implementing decision tree algorithms | Python, Scikit-learn | [Decision_Trees](https://github.com/Haleshot/AI-ML/tree/master/Decision_Trees) |
| 7 | EDA - One-Hot Label Encoding | Performing Exploratory Data Analysis (EDA) | Python, Pandas, NumPy | [EDA_One_Hot_Label_Encoding](https://github.com/Haleshot/AI-ML/tree/master/EDA_One_Hot_Label_Encoding) |
| 8 | Intelligent Agent Linear Regression Training | Training an intelligent agent using linear regression| Python, Scikit-learn, Pandas, NumPy | [Intelligent_Agent_Linear_Regression_Training_Model](https://github.com/Haleshot/AI-ML/tree/master/Intelligent_Agent_Linear_Regression_Training_Model) |
| 9 | KNN Classification | Implementing K-Nearest Neighbors (KNN) algorithm | Python, Scikit-learn | [KNN_Classification](https://github.com/Haleshot/AI-ML/tree/master/KNN_Classification) |
| 10 | K-Means Clustering | Implementing the K-Means clustering algorithm | Python, Scikit-learn | [K_Means_Clustering](https://github.com/Haleshot/AI-ML/tree/master/K_Means_Clustering) |
| 11 | Linear Regression | Implementing linear regression | Python, Scikit-learn | [Linear_Regression](https://github.com/Haleshot/AI-ML/tree/master/Linear_Regression) |
| 12 | Min-Max Algorithm | Implementing the Min-Max algorithm | Python | [Min_Max_Algorithm](https://github.com/Haleshot/AI-ML/tree/master/Min_Max_Algorithm) |
| 13 | Multiple Linear Regression | Implementing multiple linear regression | Python, Scikit-learn | [Multiple_Linear_Regression](https://github.com/Haleshot/AI-ML/tree/master/Multiple_Linear_Regression) |
| 14 | Naive Bayes Classification | Implementing Naive Bayes classification | Python, Scikit-learn | [Naive_Bayes_Classification](https://github.com/Haleshot/AI-ML/tree/master/Naive_Bayes_Classification) |
| 15 | Prolog Stuff | Implementing Prolog programs | Prolog | [Prolog_Stuff](https://github.com/Haleshot/AI-ML/tree/master/Prolog_Stuff) |
| 16 | Support Vector Machines | Implementing Support Vector Machines (SVM) | Python, Scikit-learn | [Support_Vector_Machines](https://github.com/Haleshot/AI-ML/tree/master/Support_Vector_Machines) |
| 17 | Vacuum Cleaner Agent | Implementing a vacuum cleaner agent | Python | [Vacuum Cleaner Agent](https://github.com/Haleshot/AI-ML/tree/master/Vacuum%20Cleaner%20Agent) |
| 18 | Backpropogation | Implementing a Backpropogation through Network layers | Python | [Backpropogation](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Back_Propogation) |
| 19 | Feed Forward Neural Network | Implementing a Feed Forward Neural Network | Python | [FeedForward Neural Network](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Feedforward_Neural_Network) |
| 20 | Hyperparameter Tuning | Hyperparameter Tuning | Python | [Hyper Parameter Tuning](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Hyperparameter_Tuning) |
| 21 | Deep Learning rate optimizer | Deep Learning rate optimizer | Python | [Deep Learning rate optimizer](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Deep_Learning_Rate_Optimizers) |
| 22 | Image Classification NN | Implementing image classification | Python | [Image Classification](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Image_Classification_NN) |
| 23 | CNN | Implementing CNN | Python | [CNN](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/CNN) |
| 24 | Transfer Learning | Implementing Transfer Learning (VGG16) | Python | [Transfer Learning](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Transfer_Learning) |
| 25 | Stock Prediction (LSTM) | Implementing Stock Prediction (LSTM) | Python | [Stock Prediction](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/LSTM) |
| 26 | Text Preprocessing | Text preprocessing using nltk | Python | [Text Preprocessing](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Text_preprocessing) |
| 27 | Feature Engineering | Implementing Feature Engineering | Python | [Feature Engineering](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Feature_Engineering) |
| 28 | Corpus Analyzing | Anaylzing Corpuses | Python | [Corpus analyzing](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Corpus_Analyzing) |
| 29 | EDA Textual Data | Performing EDA (Textual Data) | Python | [EDA](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/EDA_Textual_Data) |
| 30 | Document Similarity | Document Similarity (word2vec and Glove) | Python | [Document Similarity](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Document_Similarity) |
| 31 | Information Extraction | Information Extraction (NER) | Python | [Information Extraction](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Information_Extraction) |
| 31 | Sentiment Analysis | Sentiment Analysis | Python | [Sentiment Analysis](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Sentiment_Analysis) |
| 32 | Text Classification | Text Classification | Python | [Sentiment Analysis](https://github.com/Haleshot/AI-ML-DL-NLP-CV/tree/master/Text_Classification) |## Usage
Each program in this repository is designed to be run independently. To use a specific program, follow the instructions provided in its corresponding directory (README file).
## Contributing
Contributions to this repository are welcome. If you would like to contribute or have suggestions for improvement, please create a pull request or submit an issue in the respective program's repository.
## License
This repository is licensed under the [MIT License](LICENSE). Please see the individual program directories for more information on licensing for each program.
## Contact
If you have any questions or inquiries, feel free to contact the repository owner or contributor through their GitHub profiles listed in the respective program repositories.