Pinned Repositories
-Optical-Rotary-Encoder
PPR 2-Phase Incremental Optical Rotary Encoder
3D-UCaps
3D-UCaps: 3D Capsules Unet for Volumetric Image Segmentation (MICCAI 2021)
AAEO-MLP-GWL
Groundwater Level Modeling using Augmented Artificial Ecosystem Optimization
Advanced-Natural-Language-Processing-with-TensorFlow-2
Advanced Natural Language Processing with TensorFlow 2, published by Packt
ahkab
a SPICE-like electronic circuit simulator written in Python
Algorithmn-for-clutter-removal-of-UWB-Microwave-Breast-Tumor-Detection
ClutterRemoval for BreastTumor Detection base on UWB Microwave Imaging
anndotnet
ANNdotNET - deep learning tool on .NET Platform.
antenna-models
CST design files of antennas used in my researches and projects.
Evolved-Microstrip-Patch-Antenna-by-Genetic-Programming
source code
matching_pursuit_imaging
Matching Pursuit Algorithm for Microwave Breast Imaging
mberkanbicer's Repositories
mberkanbicer/AR-Examples
Augmented Reality examples for the web.
mberkanbicer/arena-web-core
An environment to view and interact in multiuser virtual and augmented reality.
mberkanbicer/ArExperiments
A set of experiments using augmented reality. WebXR + Threejs are the predominate tools used.
mberkanbicer/Augmented-Reality-3
Augmented Reality using homoGraphy computer vision. in this, we find out the target[base] image and put video or image 3D object on that base in mainVideo taken from a camera
mberkanbicer/AutoKG
Efficient Automated Knowledge Graph Generation for Large Language Models
mberkanbicer/Awesome-LLM-Reasoning
Reasoning in Large Language Models: Papers and Resources, including Chain-of-Thought, Instruction-Tuning and Multimodality.
mberkanbicer/awesome-production-machine-learning
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
mberkanbicer/complexPyTorch
A high-level toolbox for using complex valued neural networks in PyTorch
mberkanbicer/cvnn
Library to help implement a complex-valued neural network (cvnn) using tensorflow as back-end
mberkanbicer/dolos
:detective: Source code plagiarism detection
mberkanbicer/EvoRBF
EvoRBF: A Python Library for Evolving Radial Basis Function Network by Intelligent Nature-inspired Algorithms
mberkanbicer/grok-1
Grok open release
mberkanbicer/KG-Enhanced-Recommender
Develop a personalized recommendation system using a Knowledge Graph to model relationships between users, products, and interactions. Utilizing Python, Neo4j, Cypher, and Py2neo, this project aims to enhance user satisfaction through efficient data management and advanced recommendation algorithms.
mberkanbicer/LLM-Based-KG-Generator
This project compares manually curated knowledge graphs with those automatically generated by Ollama Gemma 7B, a large language model (LLM). By analyzing their differences and similarities, this research provides insights into the strengths and limitations of both manual and AI-based approaches to knowledge graph generation.
mberkanbicer/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
mberkanbicer/llm-reasoners
A library for advanced large language model reasoning
mberkanbicer/LungVisionAR
LungViewAR is a university project integrating machine learning and augmented reality for lung health analysis. It uses AI to score lung conditions and AR for visualizing 3D lung models, enhancing medical imaging education and understanding.
mberkanbicer/mealpy
A collection of the state-of-the-art MEta-heuristics ALgorithms in PYthon (mealpy)
mberkanbicer/mind-ar-js
Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
mberkanbicer/Prompt4ReasoningPapers
[ACL 2023] Reasoning with Language Model Prompting: A Survey
mberkanbicer/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNet-V3/V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
mberkanbicer/pytorch-unet
Simple PyTorch implementations of U-Net/FullyConvNet (FCN) for image segmentation
mberkanbicer/Pytorch-UNet2
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
mberkanbicer/research-contributions
Implementations of recent research prototypes/demonstrations using MONAI.
mberkanbicer/RGB-Marker-Detection
This repo contains related use cases of ArUco Marker for Computer Vision and object tracking. ArUco marker is used for pose estimation, camera calibration, and augmented reality to track object movement.
mberkanbicer/rubiks_cube_3dcv
Pose Estimation and Augmented Reality on a Rubiks Cube
mberkanbicer/torchcvnn
Pytorch layers for Complex Valued Neural Networks
mberkanbicer/TransUNet
This repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
mberkanbicer/vision_transformer
mberkanbicer/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch