KNOWORTH
只有想不到、没有做不到
2017-08-22 / industry
Big Data is powerful, but many are still not sure what exactly it is. Learn what Big Data really is and how its transforming industries for the better. Effortlessly power IoT, predictive analytics, and machine learning applications with an elastic, resilient data infrastructure. Learn how with Mesosphere DC/OS. We hear about Big Data quite a lot, but many people are still not sure of what it really is. As I believe its extremely powerful, I thought I would write an article about it to provide a better overview and help you understand what we can do with Big Data. Like everything in the tech ind[…]
by Lea Maya Karam
2017-08-22 / industry
The artificial neural network (ANN) is increasing in popularity, with big data by its side. Learn what an ANN is and how it compares to biological neural networks. I hated biology in my school days but I loved mathematics. After a long period of time, I now finally get to learn something that combines both mathematics and biology together: artificial neural networks (ANN), which are inspired by biological neural networks. Though you might find it weird, that is how I would like to define the artificial neural network. When we say biology here, it is basically the study of the brain or perhaps t[…]
by Pranjut Gogoi
2017-06-06 / industry
Teach Yourself Programming in Ten Years Peter Norvig Why is everyone in such a rush? Walk into any bookstore, and youll see how to Teach Yourself Java in 24 Hours alongside endless variations offering to teach C, SQL, Ruby, Algorithms, and so on in a few days or hours. The Amazon advanced search for [title: teach, yourself, hours, since: 2000and found 512 such books. Of the top ten, nine are programming books (the other is about bookkeeping). Similar results come from replacing teach yourself with learn or hours with days. The conclusion is that either people are in a big rush to learn about p[…]
by Peter Norvig
2017-04-28 / industry
I would like toclarify something immediately with this post. Its title does not contain the number 7, nor does it talk about effectiveness. That was intentional. I have no interest in trying to piggy-back on StephenCoveys book title to earn clicks, which would make this post a dime a dozen. In fact, a google search of good habits for programmersyields just such an appropriation, and it also yields exactly the sorts of articles and posts that you might expect. They have some number and they talk about what makes programmers good at programming. But Id like to focus on a slightly different angle[…]
by Erik Dietrich
2017-03-07 / industry
As a big fan of Test Driven Design and Development, I believe creating good tests is one of the single most important things we can do as Java Developers. We write tests for a number of reasons: To shape the design of our system. We know what the input and output should be, but what objects do we need to create to do this? What shape should the code take? Writing tests allows us to understand what our code should be created. To ensure initial and ongoing correctness. It is important our application behaves as expected and is consistently accurate. Tests should do their best to ensure this is t[…]
by Sam Atkinson
2017-02-18 / industry
So you have a non-technical role in the tech industrymaybe youre a designer, a digital marketer, a product manager, or an entrepreneur. Youre probably used to focusing on your craft and handing off more technical tasks to developers and engineers. It makes senseyou have your expertise and they have theirs. But as we head into an increasingly technical world, the lines between these roles are beginning to blur. Some even say that you can never truly design an efficient website unless you know how to code one. I believe theres a sweet spot where non-technical people can learn a little code and e[…]
by Josh Hirshfeld