Pinned Repositories
activistBot
alphagomoku
Final Year Project
designpatterns
Project to help me remember the 23 design patterns
dotnet_core_api_template
My go to setup for backends circa sept 2018
GeneticLearningErlang
Even though I should of done this to revise for my Intelligent systems exam I made this to revise for my functional and concurrent programming module...
moneyBot
NN trained on stock market data
SimpleErlangNeuralNetwork
A very simple neural network written in erlang. Based off this great tutorial: https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1#.pj2t306ig
TensorflowLearnings
Followed tutorials here to learn about tensorflow: http://learningtensorflow.com
veganAlcoholCheckerFacebookChatbot
A facebook chatbot which attempts to tell people who message it whether a given drink in vegan or not. The code for this one is a bit hacky unfortunately because it was the first one I wrote, I'm in the process of cleaning it up!
maxh213's Repositories
maxh213/SimpleErlangNeuralNetwork
A very simple neural network written in erlang. Based off this great tutorial: https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1#.pj2t306ig
maxh213/TensorflowLearnings
Followed tutorials here to learn about tensorflow: http://learningtensorflow.com
maxh213/veganAlcoholCheckerFacebookChatbot
A facebook chatbot which attempts to tell people who message it whether a given drink in vegan or not. The code for this one is a bit hacky unfortunately because it was the first one I wrote, I'm in the process of cleaning it up!
maxh213/GeneticLearningErlang
Even though I should of done this to revise for my Intelligent systems exam I made this to revise for my functional and concurrent programming module...
maxh213/AlgorithmsRevision
Various sorting and searching algorithms I made to revise for my Algorithms, correctness and efficiency module at uni.
maxh213/ErlangWebStuff
Used to test yaws
maxh213/HelperBot
maxh213/PandaJump
A simple jumping game (flappy bird spin off) made in Javascript with Phaser.io
maxh213/rabbit_or_budgie_nn
A neural network written in python which should be able to tell the difference between a picture of a budgie or rabbit when it's complete
maxh213/RandowDrawer
A program which draws random pictures. Calling them pictures is a huge overstatement though.
maxh213/RevisionGuide
maxh213/tensor_flow_random_pattern_matcher
Created a neural network which will learn based of random patterns you feed it
maxh213/TensorFlowXorProblem
My attempt to learn how to use tensor flow by re writing someone elses solution to the xor problem and trying to make sense of it.
maxh213/VeganAlcoholCheckerTwitterBot
A twitter bot which will reply to tweets and direct messages containing a name of a given alcoholic drink and tell the sender if the drink is vegan or not