Code Monkey home page Code Monkey logo

Hi there 👋

📝📧 Contact


👩‍💻🚀 Skills

Python C C++ C# Java HTML5 HTML CSS3 Bootstrap jQuery JavaScript .NET React Spring Firebase MySQL SQLite SQL Server Keras Pandas NumPy Android Git Jupyter


📈📉 GitHub Stats




Mehboob Ali's Projects

mindsdb icon mindsdb

MindsDB is a Server for Artificial Intelligence Logic. Enabling developers to ship to production AI powered projects (from the latest LLMs, vector operations, state of the art time-series forecasting to Machine Learning) in a fast and scalable way.

mnist-digit-recognition icon mnist-digit-recognition

The popular MNIST dataset is used for the digit recognition task using different machine learning algorithms such as KNN and SVM with HOG features. A simple feed-forward neural network is also used for comparison with the machine learning models. A detailed report in IEEE format is also provided.

multivariate-linear-regression icon multivariate-linear-regression

Linear Regression with multiple variables is implemented to predict the prices of houses using the size of the house (in square feet) and the number of rooms as features. Suppose you are selling your house and you want to know what a good market price would be.

observer-design-pattern icon observer-design-pattern

Observer pattern is used when there is one-to-many relationship between objects such as if one object is modified, its dependent objects are to be notified automatically. Observer pattern falls under the behavioral pattern category.

olubalance icon olubalance

olubalance is a personal finance tool to balance and reconcile your bank accounts

protection-proxy-design-pattern icon protection-proxy-design-pattern

The repository contains an implementation of the Proxy design pattern. Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.

python icon python

All Algorithms implemented in Python

rubiks-cube-solver icon rubiks-cube-solver

Solving the Rubik's Cube using three different search strategies including Iterative Deepening Search, A Star Search, Iterative Deepening A Star Search. The searches were compared in terms of: Number of nodes expanded and Optimality.

shardingsphere icon shardingsphere

Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more

state-design-pattern icon state-design-pattern

The state is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.

string-formation-using-genetic-algorithm icon string-formation-using-genetic-algorithm

Implementation of genetic algorithm which generates a particular string given as input. It involves Population Initialization, Parent Selection, Crossover, and Mutation.

the-game-of-hex icon the-game-of-hex

An AI agent is created which plays the game of Hex using min-max and alpha-beta pruning to best his human counterparts. The AI moves are evaluated using the evaluation function in which different heuristics are used to select the best move. The alpha-beta pruning helps in finding the best move faster.

univariate-linear-regression icon univariate-linear-regression

Linear Regression is implemented to identify the relationship between the profit of a bakery and the population of different cities. The main objective is to find the next city in which a new outlet should be opened.

virtual-proxy-design-pattern icon virtual-proxy-design-pattern

The virtual proxy design pattern is used to preserve memory from being allotted to an object that may not be used in the future. Until the object is not used, a light copy of the object is created and shown to the user.

world-clock-application icon world-clock-application

An Android Application that shows updated times of 424 cities of the World. The user can select cities as favorite to track their current times.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.