rainalexotl's Stars
telegramdesktop/tdesktop
Telegram Desktop messaging app
ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
lllyasviel/style2paints
sketch + style = paints :art: (TOG2018/SIGGRAPH2018ASIA)
mnielsen/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
wsvincent/awesome-django
A curated list of awesome things related to Django
sshahine/JFoenix
JavaFX Material Design Library
ncase/trust
An interactive guide to the game theory of cooperation
ocaml/ocaml
The core OCaml system: compilers, runtime system, base libraries
ssloy/tinyraytracer
A brief computer graphics / rendering course
enochtangg/quick-SQL-cheatsheet
A quick reminder of all SQL queries and examples on how to use them.
Skyscanner/SkyFloatingLabelTextField
A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
arguman/arguman.org
Argument mapping and analysis platform
aws/deep-learning-containers
AWS Deep Learning Containers are pre-built Docker images that make it easier to run popular deep learning frameworks and tools on AWS.
robotframework/HowToWriteGoodTestCases
General guidelines for writing good test cases using Robot Framework
SIlver--/remindmebot-reddit
fatiherikli/voxel
Voxel design tool built on top of css transformations
OCamlPro/tryocaml
An interactive tutorial to begin learning with OCaml
ptocca/VennABERS
Fast implementation of Venn-ABERS probabilistic predictors
adactio/TheSession-data
Data dumps from thesession.org
kaushil24/DS-Cookbook101
A jupyter notebook having all most frequent used code snippet for daily data scienceoperations
the-pudding/wiki-death-data
TSkrebe/multiplayer-game
Simple Java based online multiplayer game.
Rend-o-matic/Rend-o-matic
Rend-o-matic allows music groups to create a single video wall recording of a piece of music, where all of the individual submissions are captured separately on the performers' phone, tablet or laptop.
ianscottknight/Musical-Genre-Classification-of-Song-Lyrics
dmolina/cec2019comp100digit
Wrapper in Python for the CEC'2019 100 digit competition at http://cec2019.org/programs/competitions.html#cec-06
ian-howell/Mazes
Create a maze using Prim's Algorithm and then solve it.
bentrevett/gradient-descent
Let's learn gradient descent by using linear regression, logistic regression and neural networks!
hatfieldm48/sports_animation
A web application framework to visualize sports as a animation of player tracker data. The current build does this using a sample of data provided by the NFL NextGenStats from games during the 2018 season
natgabb/Connect-Four-Server-and-Client-side
Java server side game, and also a Java client game GUI that communicate with TCP. The client can either play single player, which means they will play against the server's AI, or they can play multiplayer, which means the client side will act as both Player One and Player Two (i.e Both players are playing on the same computer). All of the game logic resides in the server.
andacdemir/MultilayerPerceptron_MNIST_Classifier
A multilayer perceptron to classify MNIST dataset.