Muhammad Fawi (MNoorFawi)

MNoorFawi

Geek Repo

Company:spiderSilk

Location:Dubai, UAE

Home Page:https://minimatech.org

Github PK Tool:Github PK Tool

Muhammad Fawi's repositories

pytholog

Python library that enables using prolog syntax and logic programming in python

Language:PythonLicense:MITStargazers:106Issues:8Issues:5

lshashing

python library to perform Locality-Sensitive Hashing for faster nearest neighbors search in high dimensional data

Language:PythonLicense:MITStargazers:13Issues:3Issues:0

recommender-system-in-postgresql-using-python

Using python to build a movie recommendation engine inside postgresql database

Language:PythonStargazers:12Issues:0Issues:0

logic-programming-in-python

Mimicking minikanren logic programming in Python using logpy/kanren library.

Language:PythonStargazers:7Issues:3Issues:0

lzhw

Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.

Language:PythonLicense:MITStargazers:7Issues:3Issues:1

neo4j-and-postgresql-with-R

Using R to query tables from a PostgreSQL database and then populate a Neo4j Database using its graph query language (cypher) then connecting R to it to query some data.

Language:RStargazers:5Issues:2Issues:0

autoencoder-and-umap-for-clustering

Clustering the manifold of the embeddings learned by autoencoders in python

Language:PythonStargazers:3Issues:3Issues:0

struct-pie

A set of python modules for data structures. Data structures are written in C and imported into python using cython

Language:CLicense:MITStargazers:3Issues:3Issues:0

pytholog-as-a-logic-database

Using pytholog library, which enables using logic programming in python, as a database and query data with prolog syntax.

Language:PythonStargazers:1Issues:3Issues:0

sentiment-prediction-using-cnn-and-lstm-in-keras

Using Convolutional and Long Short-Term Memory neural networks to classify IMDB Movie Reviews as positive or negative

Language:PythonStargazers:1Issues:3Issues:0

deep-dive-into-lora

deep dive into how LoRA works under the hood, looking at its mathematical foundations by walking through a practical example

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

bayesian-neural-networks-for-novel-class

Here in this tutorial, I am trying to address the limitation of many DL models in inferring unseen classes leveraging bayesian neural networks and how they exhibit certainty and uncertainty upon inference.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

bstrees

Binary search trees implementation in C

Language:CStargazers:0Issues:0Issues:0

building-recommendation-engine-with-reinforcement-learning

building a movie recommendantion enine leveraging a blend of graph-based machine learning and deep reinforcement learning (DRL).

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

c-library-in-python-with-ctypes

Importing C libraries into Python using ctypes library

Language:PythonStargazers:0Issues:3Issues:0

c-pq-scheduler

Using C priority queue library to execute process and scripts in different languages

Language:CStargazers:0Issues:3Issues:0

calling-c-pthread-from-python

Calling C Posix threads from python through cython

Language:CStargazers:0Issues:3Issues:0

data-manipulation-in-parallel-using-command-line

Importing data from a web API in parallel , cleaning it and transforming it with the command line tools.

Language:ShellStargazers:0Issues:2Issues:0

explaining-python-model-using-shap

Using SHapley Additive exPlainations (SHAP) library to explain a python machine learning model

Language:Jupyter NotebookStargazers:0Issues:3Issues:0

fine-tune-bert-for-sentiment-analysis

Building a sentiment classifier on top of BERT's contextualized embeddings

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

hash-bstree

Implementing hash table that uses separate chaining to avoid collisions. While in each indiex it uses binary search tree to achieve faster lookup.

Language:CStargazers:0Issues:0Issues:0

hash_table

Implementing separate chaining hash table data structure in C

Language:CStargazers:0Issues:0Issues:0

ipc-and-pthreads-in-c

Concurrency and interprocess communication through named pipes and shared memory along with parallelism through posix threads to get weather data from an API

Language:CStargazers:0Issues:3Issues:0

learning-c

My first steps in learning C

Language:CStargazers:0Issues:0Issues:0

levenshtein-distance-c

Implementing Levenshtein distance in C and Python

Language:CythonStargazers:0Issues:3Issues:0

lstm-autoencoder-for-anomaly-detection

Using LSTM Autoencoder to Detect Anomalies and Classify Rare Events

Language:Jupyter NotebookStargazers:0Issues:3Issues:0
Stargazers:0Issues:1Issues:0

simulated-annealing-in-c

Simple implementation of Simulated Annealing optimization algorithm in C

Language:CStargazers:0Issues:3Issues:0

transfer-compressed-data-via-api

Transfer data compressed by lzhw using a REST-ful API built using Flask

Language:PythonStargazers:0Issues:3Issues:0

user-and-item-based-recommender

Building a movie recommender system from scratch in python using MovieLens data set.

Language:Jupyter NotebookStargazers:0Issues:2Issues:0