• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Java
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

This repo includes Minkowski and Mahalanobis distance implementation without using any data mining or linear algebra libraries. It also has covariance matrix implementation, which can be handy as well.

More Repositories

1

mirasapp

Flutter based UI for legal inheritance share calculator
Dart
22
star
2

SGD-MiniBatch

How to apply stochastic gradient descent or mini batch gradient descent to Neural Network without using machine learning libraries? Here is the recipe. And also, for the neural network implementation explanations, please see my older repositories.
Jupyter Notebook
3
star
3

MatrixMultiplicatorWithThreads

Here is parallel processed matrix multiplication with random matrix generator and comparator.
Java
2
star
4

EsraKantarci

Here is me, me is her.
2
star
5

recete

Lex and Lexical Analysis for our language called "recete"
C
1
star
6

liangBeansMachine

this is solution for 7.21 of liang java
1
star
7

SimyApp

1
star
8

NeuralNetworkFromScratch

How to make neural network from scratch? Here is the recipe, with the rice grain set.
Jupyter Notebook
1
star
9

Perceptron

How to create perceptron algorithm from scratch? Here the recipe, on wellknown Iris Dataset
Jupyter Notebook
1
star
10

dbase

My first year project for Database Management Systems.
HTML
1
star
11

resfebe-CRUD

Simple CRUD app with help of @mrtkp9993 on Go
Go
1
star
12

DecisionTree

Decision Tree introduction with python
Jupyter Notebook
1
star
13

TurkeyEarthquakesPrediction

Using Kaggle's 1910-2017 Turkey Earthquake Dataset, implemented Auto-sklearn for prediction and ended up with higher than 0.8 R2 score.
Jupyter Notebook
1
star
14

simya

1. senemde Turkcell Geleceği Yazan Kadınlar için yaptığımız Android çalışması.
Java
1
star
15

BPlusTreeQuery

This was an assignment for the File Organization and Management class. You can find the detailed report on the repo.
Java
1
star
16

ImageProcessing

My image processing homeworks with Python will be stored here for the further references
1
star
17

SpeedDating101

Using Kaggle's Speed Dating dataset, implemented several machine learning models to understand human behavior on the dates.
Jupyter Notebook
1
star
18

TaylorSeriesWithThread

In this task, pi's digits are calculated using taylor series on parallel programming methods
Java
1
star