Artificial Intelligence – Adversarial Learning
Using the latest trend in artificial intelligence – adversarial learning – Samsung’s AI Center in Moscow has demonstrated that it can take a single image of a person and turn…
Using the latest trend in artificial intelligence – adversarial learning – Samsung’s AI Center in Moscow has demonstrated that it can take a single image of a person and turn…
Persistence pays Take risks, do not be reckless It’s not about ideas. It’s about making ideas happen They don’t talk, they do They nail every opportunity Hard lessons are learnt…
A web bug/beacons is an object that is embedded in a web page or email and is usually invisible to the user but allows checking that a user has viewed…
You might have seen these keywords in Project Design Docs. Lets understand their significance. Internationalization (i18n) Internationalization is often written i18n, where 18 is the number of letters between i…
Weak Reference : An Object will not be garbage collected if one or more reference exits. This is not true always if the references are Weak Reference then its a…
From Wiki Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of re-sizing, panning,…
You might have seen in Java API many methods are using native keyword. Lets understand them. The native keyword is applied to a method to indicate that the method is…
Below are few Java Script methods to help you. Debugging in JavaScript: Debugging in JavaScript is now become easier with modern browsers.But still you will be facing issues in many…
From Wiki Bootstrap is a free collection of tools for creating websites and web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface…
Ant Script for JAVA Developers 1) Simple Ant Script for Clean , Compile and jar generation adding Manifest information to jar init called .. Delete All Class Files .. Delete…