Abstract This article discusses a potential method to increase the efficiency of a neural network in processing information. More specifically, the use of synaptic plasticity in order to optimize data flows between neurons in a convolutional neural network. Introduction When building a convolutional neural network for machine learning, it is common to hard code linkages […]
Archive for September, 2017
Forte Specialization: Machine learning
Continue reading » Comments Off on Forte Specialization: Machine learning
Un-hackable customer data: how Equifax can prevent future hacks
Keep your customer’s data secure. It’s your responsibility. You ask for that data, you specifically require it from your customers to process credit checks. So, keep their data safe. Equifax could have done many, many things to protect customer data. This post is about one of those things, storing data in an un-hackable way. Anyone […]
Continue reading » Comments Off on Un-hackable customer data: how Equifax can prevent future hacks
502 / 400 Error in Apache when using Firebug or ChromePHP
It turns out that Apache will return an HTTP error (usually 502) when headers are larger than 8KB. This is much like the White Page Of Death since there is no indication of why the page failed to load. I developed a fork for ChromePHP that allows you to shrink the ChromePHP debug log so […]
Continue reading » Comments Off on 502 / 400 Error in Apache when using Firebug or ChromePHP