• Stars
    star
    1
  • Language
    R
  • Created almost 6 years ago
  • Updated almost 5 years ago

Reviews

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

Repository Details

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.

More Repositories

1

pytholog

Python library that enables using prolog syntax and logic programming in python
Python
82
star
2

recommendation-engine-with-neo4j

Building a movie collaborative-filtering-based recommendation system with neo4j & python ...
Python
24
star
3

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.
Python
16
star
4

lshashing

python library to perform Locality-Sensitive Hashing for faster nearest neighbors search in high dimensional data
Python
12
star
5

recommender-system-in-postgresql-using-python

Using python to build a movie recommendation engine inside postgresql database
Python
11
star
6

logic-programming-in-python

Mimicking minikanren logic programming in Python using logpy/kanren library.
Python
7
star
7

weighted-knn-in-python

Predict house prices using Weighted KNN Algorithm with KDTree for faster nearest neighbors search in Python.
Python
7
star
8

text-kmeans-clustering-with-python

simple text clustering using kmeans algorithm
Python
6
star
9

data-compression

Compressing data using Python and compression techniques for better data storage and transfer.
Python
5
star
10

lzhw

Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.
Python
5
star
11

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.
R
4
star
12

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 ...
Julia
3
star
13

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.
R
3
star
14

autoencoder-and-umap-for-clustering

Clustering the manifold of the embeddings learned by autoencoders in python
Python
3
star
15

struct-pie

A set of python modules for data structures. Data structures are written in C and imported into python using cython
C
3
star
16

clustering-with-R

Exploring Hierarchical and Kmeans Clustering algorithms in R trying to segment wholesale customers ...
R
2
star
17

feature-engineering-and-selection-r

Using R to demonstrate some feature engineering and selection techniques
R
2
star
18

julia-for-data-science

Exploring Julia programming language in doing Data Science and Machine Learning .
Julia
1
star
19

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
Python
1
star
20

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.
R
1
star
21

parallel-knn-with-julia

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

pytholog-as-a-logic-database

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

traversing-graphs-using-pytholog

Finding possible paths, shortest ones if possible, in a weighted undirected graph using pytholog library
Python
1
star
24

linear-Regression-with-R-and-caret

R
1
star
25

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.
R
1
star