Pinned Repositories
deeplearning-cw-2019
Code for EE3-25 Deep Learning Coursework
file-shuffler
A simple python script to prefix files with a random number so that they are 'shuffled' on old media devices.
funct-nn
An implementation of a general multi-layer neural network (MLP) in F#. Evaluated using data sampled from complex functions plus white noise.
fyp
A final year project on fusing spatial (CNN) and temporal (RNN) models for joint hand pose estimation and action recognition.
ichack18
Extract cropped images of interest in real-time and use Azure cloud for finer-level classification and back-end server updates.
icmesh
Wireless Mesh Networks Github Repo. Year 2 Group Project (2017-18)
npower-forecast
A simple rnn/cnn/regression to predict electricity load from multiple features. This was part of npower contest.
opencv-ocr
A simple OCR using Opencv + Tesseract.
pose-your-dance
A PoseNet (Tensorflow.js) based game inspired by Just Dance. Test it out on the demo website.
hsed's Repositories
hsed/funct-nn
An implementation of a general multi-layer neural network (MLP) in F#. Evaluated using data sampled from complex functions plus white noise.
hsed/fyp
A final year project on fusing spatial (CNN) and temporal (RNN) models for joint hand pose estimation and action recognition.
hsed/pose-your-dance
A PoseNet (Tensorflow.js) based game inspired by Just Dance. Test it out on the demo website.
hsed/npower-forecast
A simple rnn/cnn/regression to predict electricity load from multiple features. This was part of npower contest.
hsed/file-shuffler
A simple python script to prefix files with a random number so that they are 'shuffled' on old media devices.
hsed/deeplearning-cw-2019
Code for EE3-25 Deep Learning Coursework
hsed/ichack18
Extract cropped images of interest in real-time and use Azure cloud for finer-level classification and back-end server updates.
hsed/icmesh
Wireless Mesh Networks Github Repo. Year 2 Group Project (2017-18)
hsed/churn-pred
Predict if a customer would likely churn (given background info) and perform explanatory data analysis (EDA) for likely causes of churn.
hsed/cmd-mods
A simple guide to install and configure software that will help regain cmd its purpose by giving it Linux terminal like abilities.
hsed/cosmos
[Show :heart: love by 🌟] Your personal library of every algorithm and data structure code that you will ever encounter
hsed/cpp-vscode
A boilerplate for starting any cpp project with vscode. Includes config files for build, test (run) and debug.
hsed/deep-learning-course
hsed/deep-prior-pp
Improving Fast And Accurate 3D Hand Pose Estimation
hsed/deep-prior-pp-pytorch
hsed/dl-imperial-maths
Code and assignment repository for the Imperial College Mathematics department Deep Learning course
hsed/dlbook_notation
LaTeX files for the Deep Learning book notation
hsed/eesoc-website
EESoc's Website
hsed/funct-linreg
An implementation of machine learning using a simple linear regression model and a single-layer neural network in F# https://medium.com/@hsed/my-attempt-on-machine-learning-with-functional-programming-b69413637cbf
hsed/gan-notes
Notes, notebooks and annotated code files for better understanding of GANs. Code here is likely derived or directly used from other repos.
hsed/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
hsed/hlp-proj-indiv
High-Level Programming Individual Project. Emulation of a subset of Arm UAL instructions using functional-programming paradigms, implemented in F#.
hsed/itcs-binaries
This repo is only for hosting the Intelligent Traffic Control System (ITCS) binaries.
hsed/keras-rl
Deep Reinforcement Learning for Keras.
hsed/Linear-Models
ICDSS Machine Learning Workshop Series: Linear Models
hsed/ml-cw
This repo is for EE3-23 Machine Learning CW 2018. Evaluating machine learning models for spam/not-spam detection in emails.
hsed/openai_lab
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
hsed/pr-cw-2018
Distance Metric Learning - EE4-68 Pattern Recognition CW2
hsed/se1-cw
YR1 Software Engineering Coursework: 2048 replica in C++ (original archived submission)
hsed/trie-ds
A simple tree ds sample in cpp