This is your work, valued

Berlin, Germany

Muhammad Noor Fawi

Elite
@MNoorFawi

I love AI, math, research and writing code.

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

131

curlora. The code repository for the CURLoRA research paper. Stable LLM continual fine-tuning and catastrophic forgetting mitigation.

53

resource-allocation-using-optimization-algorithms. Resource allocation using optimization algorithms and python. Assigning the right resources with the right skills to specific projects or activities with certain requirements.

39

recommendation-engine-with-neo4j. Building a movie collaborative-filtering-based recommendation system with neo4j & python ...

33

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

30

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

19

recommender-system-in-postgresql-using-python. Using python to build a movie recommendation engine inside postgresql database

13

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

11

weighted-knn-in-python. Predict house prices using Weighted KNN Algorithm with KDTree for faster nearest neighbors search in Python.

10

text-kmeans-clustering-with-python. simple text clustering using kmeans algorithm

6

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.

6

autoencoder-and-umap-for-clustering. Clustering the manifold of the embeddings learned by autoencoders in python

6

clustering-with-R. Exploring Hierarchical and Kmeans Clustering algorithms in R trying to segment wholesale customers ...

6

data-compression. Compressing data using Python and compression techniques for better data storage and transfer.

5

multi-layer-perceptron-with-julia. Building a deep artificial neural network (Multi-Layer Perceptron MLP) using Julia and its package Knet to predict the Forest Cover Type ...

4

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

3

creating-api-for-machine-learning-model. developing a machine learning model with R and creating an API for it to enable it to connect with other applications and languages such as python and command line.

3

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

2

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.

2

traversing-graphs-using-pytholog. Finding possible paths, shortest ones if possible, in a weighted undirected graph using pytholog library

2

feature-engineering-and-selection-r. Using R to demonstrate some feature engineering and selection techniques

2

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

1

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

1

calling-c-pthread-from-python. Calling C Posix threads from python through cython

1

association-rules-with-R. Doing Market Basket Analysis using Apriori Algorithm to recommend items that are frequently bought together to do up-sale using R and deploying the model in a Shiny App.

1

parallel-knn-with-julia. Applying K-Nearest Neighbors algorithm in parallel with Julia to predict whether income exceeds $50k or not ...

1

julia-for-data-science. Exploring Julia programming language in doing Data Science and Machine Learning .

1

classification-with-R. Using Logistic regression to perform Machine Learning Classification task to predict whether a patient is diabetic or not based on certain analysis values.

1

model-comparison. comparing many classification algorithms (Naive Bayes, Logistic Regression, Support Vector Machine) on Spiral Data with tuning SVM's parameters with mentioning Decision Trees and K-Nearest Neighbors implementation.

1

linear-Regression-with-R-and-caret. R

1

simulated-annealing-in-c. Simple implementation of Simulated Annealing optimization algorithm in C

1