I found this study plan very useful for me. https://www.analyticsvidhya.com/blog/2017/01/the-most-compre... Provides a very good idea of the courses required and their time frame. I roughly followed along this path but…
You can also dive in first and then cover the math behind ML, by taking Andrew Ng's courses. https://www.coursera.org/learn/machine-learning https://www.coursera.org/specializations/deep-learning
I have read many of his books and listened to his video talks with his followers while I was in Chennai. The "Commentaries on Living" series are easy to read and my favorites. http://www.jiddu-krishnamurti.net/en…
Not all calories are the same. For example, body excretes excess dietary fat, but stores excess carbohydrates adding 4 times the amount of water to it. You can find the details in any Paleo Diet related site.
I have used Angular in multi-page application, using Angular as a better JQuery in Spring MVC application. This setup worked well combining the best of both frameworks. Angular provided two-way binding, rendering…
//As a comparison, India, which teaches Hindi and English in school, both of which much simpler scripts than Han, has achieved an average of 74% literacy rate in the most recent census.// The reason for lower literacy…
There is an Indian Facebook group about Paleo diet, where dozens if not hundreds of people followed simple LCHF diet and reversed their type 2 diabetics and got type 1 under control among other improvements. Few…
Survived a complete rewrite for a client just now. The previous team blindly relied on a single method from Spring framework's RestTemplate for every rest service calls with SAP backend. ResponseEntity<T>…
Calories in calories out, hypothesis is proven wrong by many people. In a Low Corb High Fat diet, excess dietary fat is burned out and excreted. On the other hand High Corb diet, corbs are stored as fat causing obesity.…
//Maybe one day we will have crops that infest with viruses their predators?// Not viruses, but crops already do that according to Loren Cordain see: http://thepaleodiet.com/grains-and-toxins/
// “the use of a foreign language, as opposed to a native language, elicited less harsh moral judgments.”// I thought this is a common observation. Indian movies, writings, conversations openly curse in English, but the…
Soy is a big no within the Paleo diet group I know. This is because it's potent with Phytic acid which binds to other nutrients and turn them into waste. Consumers beware.
From Sex to Superconsciousness - Osho A great stress reliever for an Indian who was feeling guilty all the time waking or sleeping. Many articles by rationalist and reformer Periyar E.V.Ramasamy http://Periyar.org
I have started and coached a new FIRST Robotics Competition team last year for 2014-2015 season and wanted to use Java. Initially I thought the programming would be very complicated for the high school students, many of…
I know this is not the most appropriate place to ask. Last year I tried creating subtitles for a movie in Tamil and VLC rendered the texts incorrectly like in the very old browsers. Is the unicode rendering improved in…
May be relevant: there is a cool game - knapsack on a radial graph, with Scala source code. http://krishnanraman.github.io/scala-js/examples/helloworld/...
I have also used MyBatis in few projects and recommend it for applications that are database centric. I would use ORM only if the requirements call for object persistence and be DB/SQL agnostic.
I think the author is out of touch with modern Java development practices. Any decent Java developer would have got exposed to POJO based development[1] by now. [1]Expert One-on-One J2EE Development without EJB - Rod…
Try[1] in Scala standard library is also similar in concept. Erik Meijer covers this subject very well in his talks[2]. [1]The Try type represents a computation that may either result in an exception, or return a…
One example of right layoff I have seen is at the rail-road company in my town. They hired consultants to help with the process. My friend explained me how it went. Each person was given a questionnaire asking whom they…
Tamil and probably many other Indian languages have various examples: Love as in parental (anbu), as between couples (kaadhal). "How many -eth" (ethanaiyaavathu) child are you to your parents? Many forms of family…
Someone like him would be treated as a most eligible bachelor in Indian circles. I know an American girl who is happily married to an Indian she selected through online matrimonial sites. Considering Indian's family…
I have toyed a bit with CSound http://www.csounds.com/toots/index.html to synthesize Indian classical music. How does ChucK compares to CSound?
Intrigued by FPGA's capabilities, when checking out my classmate's profile http://orangesorter.com/, I started looking into some development kits to learn. I found great documentation and economical boards starting at…
My be because there are many government homeopathy colleges and hospitals.
I found this study plan very useful for me. https://www.analyticsvidhya.com/blog/2017/01/the-most-compre... Provides a very good idea of the courses required and their time frame. I roughly followed along this path but…
You can also dive in first and then cover the math behind ML, by taking Andrew Ng's courses. https://www.coursera.org/learn/machine-learning https://www.coursera.org/specializations/deep-learning
I have read many of his books and listened to his video talks with his followers while I was in Chennai. The "Commentaries on Living" series are easy to read and my favorites. http://www.jiddu-krishnamurti.net/en…
Not all calories are the same. For example, body excretes excess dietary fat, but stores excess carbohydrates adding 4 times the amount of water to it. You can find the details in any Paleo Diet related site.
I have used Angular in multi-page application, using Angular as a better JQuery in Spring MVC application. This setup worked well combining the best of both frameworks. Angular provided two-way binding, rendering…
//As a comparison, India, which teaches Hindi and English in school, both of which much simpler scripts than Han, has achieved an average of 74% literacy rate in the most recent census.// The reason for lower literacy…
There is an Indian Facebook group about Paleo diet, where dozens if not hundreds of people followed simple LCHF diet and reversed their type 2 diabetics and got type 1 under control among other improvements. Few…
Survived a complete rewrite for a client just now. The previous team blindly relied on a single method from Spring framework's RestTemplate for every rest service calls with SAP backend. ResponseEntity<T>…
Calories in calories out, hypothesis is proven wrong by many people. In a Low Corb High Fat diet, excess dietary fat is burned out and excreted. On the other hand High Corb diet, corbs are stored as fat causing obesity.…
//Maybe one day we will have crops that infest with viruses their predators?// Not viruses, but crops already do that according to Loren Cordain see: http://thepaleodiet.com/grains-and-toxins/
// “the use of a foreign language, as opposed to a native language, elicited less harsh moral judgments.”// I thought this is a common observation. Indian movies, writings, conversations openly curse in English, but the…
Soy is a big no within the Paleo diet group I know. This is because it's potent with Phytic acid which binds to other nutrients and turn them into waste. Consumers beware.
From Sex to Superconsciousness - Osho A great stress reliever for an Indian who was feeling guilty all the time waking or sleeping. Many articles by rationalist and reformer Periyar E.V.Ramasamy http://Periyar.org
I have started and coached a new FIRST Robotics Competition team last year for 2014-2015 season and wanted to use Java. Initially I thought the programming would be very complicated for the high school students, many of…
I know this is not the most appropriate place to ask. Last year I tried creating subtitles for a movie in Tamil and VLC rendered the texts incorrectly like in the very old browsers. Is the unicode rendering improved in…
May be relevant: there is a cool game - knapsack on a radial graph, with Scala source code. http://krishnanraman.github.io/scala-js/examples/helloworld/...
I have also used MyBatis in few projects and recommend it for applications that are database centric. I would use ORM only if the requirements call for object persistence and be DB/SQL agnostic.
I think the author is out of touch with modern Java development practices. Any decent Java developer would have got exposed to POJO based development[1] by now. [1]Expert One-on-One J2EE Development without EJB - Rod…
Try[1] in Scala standard library is also similar in concept. Erik Meijer covers this subject very well in his talks[2]. [1]The Try type represents a computation that may either result in an exception, or return a…
One example of right layoff I have seen is at the rail-road company in my town. They hired consultants to help with the process. My friend explained me how it went. Each person was given a questionnaire asking whom they…
Tamil and probably many other Indian languages have various examples: Love as in parental (anbu), as between couples (kaadhal). "How many -eth" (ethanaiyaavathu) child are you to your parents? Many forms of family…
Someone like him would be treated as a most eligible bachelor in Indian circles. I know an American girl who is happily married to an Indian she selected through online matrimonial sites. Considering Indian's family…
I have toyed a bit with CSound http://www.csounds.com/toots/index.html to synthesize Indian classical music. How does ChucK compares to CSound?
Intrigued by FPGA's capabilities, when checking out my classmate's profile http://orangesorter.com/, I started looking into some development kits to learn. I found great documentation and economical boards starting at…
My be because there are many government homeopathy colleges and hospitals.