Pinned Repositories
abhisheknaiidu
👀
Artificial-Intelligence
Introductive Course to Artificial Intelligence
Sinkhorn-Knoop-Scaling
A simple iterative method to approach the double stochastic matrix is to alternately rescale all rows and all columns of A to sum to 1. Both CPU and GPU parallelism is exploited.
Turkish-NER
This is a turkish rule-based NER which uses regex.
OnurArdaB's Repositories
OnurArdaB/Turkish-NER
This is a turkish rule-based NER which uses regex.
OnurArdaB/abhisheknaiidu
👀
OnurArdaB/Artificial-Intelligence
Introductive Course to Artificial Intelligence
OnurArdaB/Percolation
A simple simulation for percolation on square lattices.
OnurArdaB/Sinkhorn-Knoop-Scaling
A simple iterative method to approach the double stochastic matrix is to alternately rescale all rows and all columns of A to sum to 1. Both CPU and GPU parallelism is exploited.
OnurArdaB/Bayes-Classifier
This is a simple implementation of Naive Bayes Classifier in C++.
OnurArdaB/Blockchain-Applications-and-Security
OnurArdaB/CNN-Text-Classification
Turkish Text Classification using Convolutional Neural Networks with similar architectures described by Yoon Kim.
OnurArdaB/Computer-Vision
Basic implementations of some computer vision algorithms such as filters and corner detection etc.
OnurArdaB/Course-Follower
This is a simple web application implemented in Go that simply informs user whether there is an empty seat or not in a specific course.
OnurArdaB/CryptoKitties-Network-Analysis-On-Sale-Contract
OnurArdaB/dApp
OnurArdaB/Data-Analysis
Datasets obtained from UCI Repository.
OnurArdaB/django-admin-interface
the default admin interface made customizable by the admin itself. popup windows replaced by modals. :mage: :zap:
OnurArdaB/FAQ-Classification
FAQ-Text Classification using Convolutionel Neural Networks and Pre-Trained Word Embeddings
OnurArdaB/github-readme-stats
:zap: Dynamically generated stats for your github readmes
OnurArdaB/k-NearestNeighbor
k-NN is a project that contains implementations of various kNN algorithms both sequential and parallel.
OnurArdaB/Machine-Learning
Introductive Course to Machine Learning
OnurArdaB/Maze-Solver
This is a command line maze solver which uses non-recursive depth-first search
OnurArdaB/NLP-Toolkit
Some useful NLP tools and their implementations.
OnurArdaB/Numerical-Analysis-Root-Finding-Methods
OnurArdaB/OnurArdaB
OnurArdaB/OnurArdaB.github.io
https://onurardab.github.io
OnurArdaB/Phonebook
A phonebook with tree structured printing functionality.
OnurArdaB/pytorch-cbow
CBOW implementation on PyTorch.
OnurArdaB/RKCalendar
SwiftUI Simple Calendar / Date Picker for iOS
OnurArdaB/SwiftyGuitarChords
A guitar chord diagram drawing library built in Swift
OnurArdaB/Text-Classification-for-Turkish-News-Articles
Naive Bayes vs Logistic Regression on SUDer data collection with bag-of-words approach.
OnurArdaB/turkish-morphology
A two-level morphological analyzer for Turkish.
OnurArdaB/Turkish-NER-using-CRF
Turkish NER using a CRF model for exploiting several morphological features.