Details
-
AboutCS Student & Machine Learning enthusiast
-
SkillsOOP, Python, Tensorflow
-
Github
Joined devRant on 3/9/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Currently, I try to only work on side projects during the weekend, and have my weekdays for stuff that I actually have to do.
This way I can make a clear division without feeling bad about it. -
@Condor
Are you by any chance using an x399 board?
I had a similar problem there, which was caused by Raid-Controller drivers... -
Call it a 2x Speedup
-
@julianmd I'm still a student, but yes I do study statistical machine learning.
This survey is purely out of interest though, and I promise I won't use it further than reading your experiences. -
AESTHETICS! 👌
-
Yea it speeds up shit by orders of magnitude.
It's a shame I only got one... -
I don't know how critical code in unity is in terms of performance, since critical stuff will likely be handled by the engine, but I reckon C# will yield far better performance since it's much closer to hardware level.
-
If your windows has write access to some Memory, it can encrypt it.
Windows VM in Linux:
Linux is safe.
Linux VM in Windows:
both vulnerable. -
Giving my two cents, web development isn't the only thing that matters, even more so when their market is already so oversaturated. Better learn some proper object oriented programming language like C or Java. That shit will last you for years, not be outdated when the next framework comes out in 2 weeks. And once you've mastered the basics of Programming, all other languages are easy to learn in about two weeks.
-
Hi, The professor in the department I'm working in is working on an approach to this exact problem using recurrent Neural networks.
Not sure how much more I'm able to tell you, but If you want, i can give you his name and department. He's very interested in this kind of stuff. -
@Hojasdemanzano
Please correct me where I'm wrong but here's as far as I understand it:
Floating point arithmetic is inherently not 100% accurate, because of bit-representations, which means all Floating point calculations are only correct within some Margin of error. Which can lead to errors, which propagate through calculations and become bigger and bigger over Time.
Starting with that doing an equivalent operation in a different order can change the result. (A+B)*C != AC+BC
That is not reliable because money will disappear or be created out of nowhere.
Again I am not 100% certain about some things I say here so if any of that is wrong please call me out! -
I'm a Software Engineer and I feel dumb.
What is the joke? -
@scathach agree with your point, but I'm just here to say welcome to DevRant!
-
@rvnx Because win 7 does that too.
-
@SHA-256 What do you dislike about it?
What do you recommend? -
This is a prime example of Image-Classifying Neural networks. Fork the cifar10 CNN example on the Tensorflow GitHub, feed it the right dataset and BAM! of course it can!
-
@tisaconundrum this_algorithm_becoming_skynet_cost=999999999
-
Ooh! Neural Networks! That's my fetish! 👌🙋
-
@MatWolf Yeah. The German Translation sometimes is a bit off, but the general Design is really nice.
Except when there's bugs like this. -
I love it!👌
This is a prime example of man and machine working together to serve a higher purpose!