• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

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

Repository Details

Why say "iiiiiiii" when you're excited when you could simply say "1"?

More Repositories

1

A3C

Deep reinforcement learning using an asynchronous advantage actor-critic (A3C) model.
Python
66
star
2

Dlib-vs-OpenCV

Compares face recognition performance of dlib and OpenCV.
Jupyter Notebook
9
star
3

Graph

Object-oriented graph theory. This is just an experiment.
Java
6
star
4

Deep-Q-Learning

Deep reinforcement learning using a deep Q-network with a dueling architecture.
Python
6
star
5

ImageToText

Converts an image to text art.
Java
6
star
6

MyoGestureToSpeech

Converts arm gestures into speech. Helps mute people express themselves more easily.
Java
5
star
7

NPCDialogueSystem

A dialogue system meant for complex role-playing games.
C#
5
star
8

AyylmaoPrimes

Generates all prime numbers below or equal to a certain value. This program is terrible.
C++
5
star
9

DarkEnergy

Windows Phone 2D Turn-Based RPG
C#
5
star
10

AnImpossibleBet

Inspired by the YouTube video "An Impossible Bet" by Minute Physics (https://www.youtube.com/watch?v=eivGlBKlK6M)
C++
4
star
11

Logbook

An online logbook.
PHP
4
star
12

SternBrocotNumbers

Returns the nth value from the Stern-Brocot sequence.
Java
3
star
13

LogisticRegression

Predicts whether some data belongs to one class or another.
Go
2
star
14

LinearRegression

Finds relationships between dependent and independent variables.
Python
2
star
15

ML

Python
2
star
16

PetcuSpeech

Translates the text from a specified path into PetcuSpeech.
C#
2
star
17

NumberGame

A puzzle game made in Unity that is centered around the parity and primality of numbers. Features gameplay similar to that of 2048.
C#
2
star
18

FareySequence

Computes the kth element of the Farey sequence of order n.
Java
1
star
19

ReverseBits

Reverses the bits of 64-bit integers.
Java
1
star
20

Quicksort

The fastest implementation of Quicksort that I know of.
Java
1
star
21

InstantMessagingClient

Allows users to connect to a specified server and chat.
Python
1
star
22

RandomNumbersGenerator

Generates lists of random numbers. Useful for testing purposes.
Java
1
star
23

WordsToNumbers

Inspired by the whole "ATTITUDE = A + T + T + I + T + U + D + E = 1 + 20 + 20 + 9 + 20 + 21 + 4 + 5 = 100%" nonsense.
C++
1
star
24

iTEC-2014

Application Development
C#
1
star
25

ImageDownloader

Downloads all the images from a web page.
Python
1
star
26

Browser

A primitive web browser.
Python
1
star
27

LongestCommonSubsequence

Gets the length of the longest common subsequence of two sequences. Uses dynamic programming.
Java
1
star
28

FibonacciModulo666013

Computes the nth (up to a billion) Fibonacci number modulo 666013.
Java
1
star
29

AutoComment

Because saying "thank you" to hundreds of people on your birthday is tedious.
Python
1
star
30

KMeansClustering

Partitions a data space into Voronoi cells using the k-means clustering algorithm.
1
star
31

Simple-Neural-Q-Learning

Learns the FrozenLake OpenAI environment with a simple neural network implemented in TensorFlow.
Python
1
star
32

LookAndSay

Generates Look-and-Say sequences. http://bit.ly/1ubpdbj
C++
1
star
33

NeuralNetwork

Makes predictions based on previously seen data.
C#
1
star
34

Freebee

C++
1
star
35

NarcissisticNumbers

C++
1
star
36

AmicableNumbers

C++
1
star
37

TravelingSalesman

Calculates the shortest path that visits each node in a graph exactly once and returns to the origin node.
Java
1
star
38

Fibonacci

Computes the nth Fibonacci number whilst illustrating the effectiveness of dynamic programming.
Java
1
star
39

A2D2

Allows computers to speak to each other without being connected. The GetFrequency method needs more work.
C#
1
star
40

Invsort

Sorts an array of numbers by using a single operation: inversion (std::reverse). Solves the "Invsort" problem from InfoArena (http://www.infoarena.ro/problema/invsort).
C++
1
star
41

FileDownloader

Downloads all files with a specified extension from a web page.
Python
1
star
42

Combinatorics

Computes arrangements, combinations and permutations with double-precision floating-point parameters. Incorporates the gamma function.
C#
1
star