• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Jupyter Notebook
  • Created over 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Flight-Track-App

Java Implementation of Flight Track App
Java
9
star
2

dataStructures

I implemented some data structures.
C
6
star
3

2048-Game

Same game known as 2048 on play store. Written in C Language.
C
6
star
4

Kevin-Bacon-Number

Six Degrees of Kevin Bacon or "Bacon's Law" is a parlour game based on the "six degrees of separation" concept, which posits that any two people on Earth are six or fewer acquaintance links apart.
C
5
star
5

Exploring-The-Limits-Of-Data-Augmentation-For-Retinal-Vessel-Segmentation

Code for our paper "Exploring The Limits Of Data Augmentation For Retinal Vessel Segmentation". https://arxiv.org/abs/2105.09365
Jupyter Notebook
4
star
6

Tweet-Clustering-Using-Hashtags

Tweets with certain hashtags are crawled as labeled (hashtags are labels) dataset. After necessary preprocessing steps applied to tweet text, sentence vectors are found with averaging the word vectors in the sentence. Then clustering model is created with KMeans Algorithm.
Jupyter Notebook
4
star
7

Image-Processing

I am working on basic image processing with C Programming Language (for now)
C
3
star
8

Machine-Learning-Implementations

I am trying to implement some basic machine learning algorithms with Python, without using libraries except Numpy, Pandas and Visualizations.
Python
3
star
9

Find-and-Replace

Classical find and replace ( ctrl + f ) application with C Programming Language
C
2
star
10

Huffman-Coding

Huffman Coding by using Huffman Tree
C
2
star
11

Assembly_x86-project

"Creating the minimum possible triangle with given edges" algorithm implementation with Assembly x86 language&architecture.
Assembly
2
star
12

Board-Game-With-Turkish-Words

The game with combination of Last Letter Game and well known game Scrabble. Implementation on Python using AI Algorithms like Min-Max Tree Algorithm.
Jupyter Notebook
2
star
13

Random-Laugh-Person-Classifier

Pushing random letters is a laughing way as you know. This algorithm makes a guess whose laugh is this.
C
2
star
14

Cache-Buffer

Creating a cache buffer on C Programming Language
C
2
star
15

inzva-applied-ai-homeworks

These homeworks ,about different areas of deep learning and machine learning, are given in Applied AI Program at inzva.
Jupyter Notebook
1
star
16

BackTracking

BackTracking solutions for some algorithms in C Programming Language
C
1
star
17

Hash-Tables

Different implementations for hash table structure and examples with them in C Programming Language
C
1
star