There are no reviews yet. Be the first to send feedback to the community and the maintainers!
PCA_Implementation
An implementation for the Principle Component Analysis algorithm using Python and NumPy. Visualization are also available using the Matplotlib library.Simple-Linear-Regression
It contains my implementation of a simple linear regression algorithm that predicts the salary given the years of experienceMNIST_DeepLearning
Using TensorFlow library to build a deep neural network trained on the MNIST dataset.Data-Mining-Project
This is a project which implements classification on the Wisconsin breast cancer data set, regression on the diamonds data set and clustering on the iris data set. In classification: KNN, Decision Tree, Naive Bayes, Neural Network, Random Forest are the algorithms used. In regression: KNN regression, Decision Tree, Linear Regression, Polynomial Regression, Neural Network and Random Forest are the algorithms used. In clustering, K-Means is the algorithm used. The data is pre-processed prior to being used in any of the above algorithms.Evolved_Anubis_IDE
This is a repository which contains all the evolved files regarding the Anubis IDE. The extra functionalities added are the C# programming language support (color and syntax highlighting).Currency_Converter_Application
An android application which allows its users to convert currencies.City-Weather-Forecast-App
An application which allows the user to find the current temperature of any city around the world by simply providing its name.django3-password-generator-website
This is a website for generating random passwords. It is developed using Python and the Django framework.MatchingCards_Game
A web application game which is basically similar to the famous ShutterFly memory test gamewordcount
AndroidBoosterWeekTwo
An android application which uses the recycler view to view a list of movies.ParallelMatrixMultiplicationRepo
Multiplying two 30x30 matrices using OpenMP, MPI and a hybrid implementation. All implementations are written in C++.Calculator_Application
This is a basic calculator android application which allows the user to add, subtract, multiply and divide numbers. The application has a dark layout mode and a light layout mode.MINIMAX-and-ALPHABETA-algorithms-Implementation
Two Python files containing my implementation for the famous MINIMAX and ALPHABETA algorithms which are used for adversarial search and game playing in Artificial Intelligence related applications.Movies_Gallery_App
An application which connects with the TMDB API to get the latest top rated and popular movies along with their details and display them in a clean fashion.Love Open Source and this site? Check out how you can help us