28 February 202431 August 2024Data, intraday forex, Machine Learning, Neural nets, Oanda, PositionBook, Volume Profile Indicator(s) Derived from PositionBook Data Since my last post I have been trying to create new indicators from PositionBook data but unfortunately I have had no luck in […] Read more
8 April 202231 August 2024Bayesian Optimisation, Data, Feature extraction, intraday forex, Machine Learning, Market Classifier, Neural nets, Oanda, Octave Simple Machine Learning Models on OrderBook/PositionBook Features This post is about using OrderBook/PositionBook features as input to simple machine learning models after previous investigation into the relevance of such […] Read more
18 June 2020Delay Embedding, Feature extraction, Machine Learning, Monte Carlo, Neural nets, Synthetic Data More Work on RVFL Networks Back in November last year I posted about Random Vector Functional Link (RVFL) networks here and here. Since then, along with my […] Read more
13 November 2019Bayesian Optimisation, Delay Embedding, Neural nets, Octave Random Vector Functional Link Networks In my last post I briefly mentioned Random Vector Functional Link networks and that this post would be about them, inspired by […] Read more
1 November 2019Bayesian Optimisation, Machine Learning, Neural nets Preliminary Results from Weight Agnostic Training Following on from my last post, below is a selection of the typical resultant output from the Bayesopt Library minimisation 3 3 […] Read more
30 October 2019Delay Embedding, Machine Learning, Monte Carlo, Neural nets, Octave, Synthetic Data Weight Agnostic Neural Net Training I have recently come across the idea of weight agnostic neural net training and have implemented a crude version of this combined […] Read more
20 April 2017Currency Strength, Feature extraction, Moving averages, Neural nets, Octave, Savitzky-Golay Using the BayesOpt Library to Optimise my Planned Neural Net Following on from my last post, I have recently been using the BayesOpt library to optimise my planned neural net, and this post […] Read more
7 February 2017Currency Strength, Machine Learning, Neural nets, Particle Swarm Optimisation Update on Currency Strength Smoothing, and a new direction? Since my last two posts ( currency strength indicator and preliminary tests thereof ) I have been experimenting with different ways of […] Read more
3 September 2016Conditional Restricted Boltzmann Machine, Machine Learning, Neural nets Possible Addition of NARX Network to Conditional Restricted Boltzmann Machine It has been over three months since my last post, due to working away from home for some of the summer, a […] Read more
3 February 2016C++, Conditional Restricted Boltzmann Machine, Feature extraction, Machine Learning, Neural nets, Octave, RBM Refactored Denoising Autoencoder Update #2 Below is this second code update. % select rolling window length to use – an optimisable parameter via pso? rolling_window_length = 50 […] Read more