m-e-g-a-z's Profile
Reputation: 495
Architect
- Group:
- Expert
- Active Posts:
- 1,452 (1.11 per day)
- Joined:
- 19-October 09
- Profile Views:
- 47,877
- Last Active:
Apr 03 2013 12:07 PM- Currently:
- Offline
Previous Fields
- Country:
- GB
- OS Preference:
- Linux
- Favorite Browser:
- FireFox
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- XBox
- Your Car:
- Volkswagen
- Dream Kudos:
- 500
- Expert In:
- Java
Latest Visitors
-
macosxnerd101 
01 May 2013 - 22:29 -
darek9576 
15 Feb 2013 - 07:15 -
SarumanTheWhite 
15 Jan 2013 - 15:17 -
nick2price 
07 Jan 2013 - 17:00 -
03hasanm 
05 Jan 2013 - 07:41
Posts I've Made
-
In Topic: Cant understand the programme.
Posted 5 Jan 2013
Just to note, classes should start with uppercase, so week should be Week
.
-
In Topic: Java Code Assessor
Posted 23 Oct 2012
At my workplace, we use Sonar and it really helps us manage the quality of code we write and the build pipeline process. It identifies code violations and provides alternative ways of writing a specific line or section of code. An example could be generic exception handling when reading a file which would generally need IOException and/or NullPointerException handling. It would inform us of this violation which is very helpful in keeping the quality of the code consistent across the codebase. -
In Topic: php good choice?
Posted 17 Jun 2012
You could use a caching system such as memcached to increase performance and speed. -
In Topic: Neural Networks (Back Propagation) - Adjust the weights.
Posted 28 Feb 2012
Guys..I have managed to do this and for anyone that needs help with the algorithm...here is a little code snippet. This would make a good tutorial for the future
int i = 0; for (Neuron n : outputLayer) { ArrayList<Connection> connections = n.getAllInConnections(); for (Connection con : connections) { double output = n.getOutput(); double ai = con.leftNeuron.getOutput(); double desiredOutput = expectedOutput[i]; double errorDerivative = (output * (1-output) *(desiredOutput - output)); double deltaWeight = learningRate * errorDerivative * ai; double newWeight = con.getWeight() + deltaWeight; con.setDeltaWeight(deltaWeight); con.setWeight(newWeight); } i++; } -
In Topic: network level encryption
Posted 14 Jan 2012
Just use HTTPS as stated above which would be the route I would go for. You will need a server that is configured for HTTPS but it would encrypt all data.
My Information
- Member Title:
- Winning
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Location:
- London, England
- Years Programming:
- 2
- Programming Languages:
- Java but play around with other languages.
Contact Information
- E-mail:
- Private
- Website URL:
-
http://
Friends
-

skyhawk133
-

dorknexus
-

born2c0de
-

Jayman
-

Programmist
-

BetaWar
-

Martyr2
-

no2pencil
-

Nykc
-

KYA
-

jjhaag
-

baavgai
-

cfoley
-

n8wxs
-

Craig328
-

gabehabe
-

stayscrisp
-

pbl
-

eclipsed4utoo
-

DaneAU
-

AdamSpeigh...
-

teampoop
-

jimdandy75
-

Dogstopper
-

JackOfAllT...
-

g00se
-

mostyfriedman
-

Core
-

ayman_mast...
-

spc21
-

Elcric
-

xclite
-

eZACKe
-

Oler1s
-

ishkabible
-

japanir
-

EdwinNameless
-

sarmanu
-

williamgeo...
-

Sergio Tapia
-

bcranger
-

xor-logic
-

tlhIn`toq
-

codegecko
-

Curtis Rut...
-

Atli
-

nimajneb
-

jumptrooper
-

chaoslegion
-

moobler
Showing 50 random friends of 81 (View all)
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
m-e-g-a-z
23 Feb 2011 - 10:46CodingSup3rnatur@l-360
23 Feb 2011 - 02:49CodingSup3rnatur@l-360
22 Feb 2011 - 08:33CodingSup3rnatur@l-360
21 Feb 2011 - 13:31I am studying with the Open University. I work 4 days a week (with Progress 4GL and VB.NET), and have 1 day off per week to study :)
EnvXOwner
18 Jan 2011 - 12:38EnvXOwner
18 Jan 2011 - 11:18macosxnerd101
01 Oct 2010 - 08:39m-e-g-a-z
03 Jul 2010 - 02:42macosxnerd101
02 Jul 2010 - 18:18m-e-g-a-z
02 Jul 2010 - 16:03eZACKe
02 Jul 2010 - 15:39m-e-g-a-z
02 Jul 2010 - 13:38Dogstopper
02 Jul 2010 - 12:42skyhawk133
02 Jul 2010 - 11:12no2pencil
26 Jun 2010 - 01:34