Uncategorized
TensorFlow 101A. Manual Convolution Calculation
The note is to describe how to calculate Convolution via manual or TensorFlow command. TensorFlow convolution common commands: y= np.convolve(x,h,”valid”) and y= np.convolve(h,x,”valid”) are same…also true for “same”,”full” options. fromRead More
......DOS in Y2016 – How to Run It Smoothly in Your Clinic Lab
Tools/Reference used for the project: dosbox debug: http://www.vogons.org/viewtopic.php?t=394 http://www.vcfed.org/forum/showthread.php?11320-NE2000-card-emulation-with-DOSBox- http://www.columbia.edu/~em36/pcltopdf.html https://sourceforge.net/projects/vjoystick/ https://en.wikipedia.org/wiki/Cyrix_6x86 OK. Let’s talk the grandpa’s OS, the Dos. You may wonder, is DOS still survived at some cornersRead More
......
