A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90
Community adoption25% weight
30
Maintenance state20% weight
100
License clarity10% weight
0
Project information10% weight
100
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Artificial Intelligence and Machine Learning Projects
1. Applied Statistics
This project used Hypothesis Testing and Visualization to leverage customer's health information like smoking habits, bmi, age, and gender for checking statistical evidence to make valuable decisions of insurance business like charges for health insurance.
Skills and Tools :
Hypothesis Testing, Data Visualisation, Statistical Inferences
This Project involved using classification algorithms to predict the income level of the customers based on attributes like 'sex', 'marital-status', 'age', 'occupation' etc. The classification algorithms that were used are:
Naive Bayes
Logistic Regression
K-Nearest Neighbor (kNN)
Support Vector Classifier
And finally, a comparison of accuracy across these models was done to finalize the model for prediction.
This project invovled using different classification alogorithms to predict whether a customer will subscribe to term deposit or not based on leveraged customer information of bank marketing campaigns. Ensemble techniques like boosting and bagging were used to further improve the classification results. The classification algorithms that were used are:
Gaussian Naive Bayes
Logistic Regression
Decision Tree
K-Nearest Neighbour (kNN)
Support Vector Classifier
Random Forest Classifier
Bagging Classifier
AdaBoost Classifier
Gradient Boosting Classifier
XGBoost Classifier
Bagging Classifier
And finally, a comparison of accuracy across these models was done to finalize the model for prediction.
ALGORITHMICALLY RELATED
Similar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains a docker image that I use to develop my artificial intelligence applications in an uncomplicated fashion. Python, TensorFlow, PyTorch, ONNX, Keras, OpenCV, TensorRT, Numpy, Jupyter notebook... :whale2::fire:
This repository contains both a collection of Jupyter Notebooks as well as other resources (e.g. presentations, links, ...) that are going to be used during the "Second quarter university extension courses" that the University of Oviedo is going to teach (online).
This project invovled using classification of vehicles into different types based on silhouttes which may be viewed from many angles. Used PCA in order to reduce dimensionality and SVC for classification and GridSearch was used to find the optimal hyper-parameters for the model. Further, the metrics of models were compared based on 4 different attributes:
Support Vector Classifier with PCA
Support Vector Classifier with PCA using GridSearch
Support Vector Classifier without PCA
Support Vector Classifier without PCA using GridSearch
Skills and Tools :
Support Vector Classifier, Principal Component Analysis
This project involved feature exploration and selection to predict the strength of high-performance concrete. Used Regression models to find out the most important features and predict the strength. Cross-validation techniques and Grid search were used to tune the parameters for best model performance. The regression algorithms that were used are:
6. Introduction to Neural Network and Deep Learning
The objective of the project is to learn how to implement a simple image classification pipeline based on the k-Nearest Neighbour and a deep neural network.
SVHN is a real-world image dataset for developing object recognition algorithms with a requirement on data formatting but comes from a significantly harder, unsolved, real-world problem (recognizing digits and numbers in natural scene images). SVHN is obtained from house numbers in Google Street View images.
Skills and Tools :
Neural Networks, Deep Learning, Keras, Image Recognition
In this hands-on project, the goal is to build a face recognition system, which includes building a face detector to locate the position of a face in an image and a face identification model to recognize whose face it is by matching it to the existing database of faces. Recognize, identify and classify faces within images using CNN and image recognition algorithms.
Skills and Tools :
Computer Vision, CNN, Transfer Learning, Object detection
The objective of this project is to build a face recognition system, which includes building a face detector to locate the position of a face in an image and a face identification model to recognize whose face it is by matching it to the existing database of faces.
Face recognition deals with Computer Vision a discipline of Artificial Intelligence and uses techniques of image processing and deep learning.
Skills and Tools :
Computer Vision, Keras, CNN, Siamese Networks, Triplet loss
This repository contains my machine learning projects on kaggle data.The jupyter notebooks here serve as excellent tutorials. I have embarked on a career as video course publisher. So these notebooks might end up as lesson materials.
This repository contains programming assignments for the Deep Learning Specialization by deeplearning.AI. It includes Jupyter Notebooks for exercises in neural networks, hyperparameter tuning, convolutional networks, and sequence models.
This repository contains a Jupyter Notebook that guides you through the fundamentals of computer vision using the PyTorch framework. The notebook is structured to provide a hands-on approach to learning deep learning concepts, implementing neural networks, and applying them to various computer vision tasks.