Tuesday, August 26, 2014

BLOGS


Susan J. Fowler
https://www.susanjfowler.com

Brainscape - flashcards for all exams
https://www.brainscape.com/

How to overcome a terror of public speaking
By Katie Hope Business reporter, BBC News
http://www.bbc.com/news/business-35397409?ocid=socialflow_twitter


ACT!
Brigitte_Gabrie founded the American Congress For Truth and ACT! for America, a citizen action network that promotes "national security and the defense of American democratic values against the assault of Radical Islam
http://www.actforamericaeducation.com/welcome/

http://en.wikipedia.org/wiki/Brigitte_Gabriel

Monash Research Blog
http://www.dbms2.com/2015/02/28/databricks-and-spark-update/


http://www.toptal.com/machine-learning/an-introduction-to-deep-learning-from-perceptrons-to-deep-networks#

Author of "Scala for Machine Learning" Packt publishing - October 2014
Data Science 101
http://patricknicolas.blogspot.com/
Learning To Be A Data Scientist
http://datascience101.wordpress.com/
http://www.searsmerritt.com/
Salience Entities
http://datasift.com/source/19/salience-entities
2016 : WHAT DO YOU CONSIDER THE MOST INTERESTING RECENT [SCIENTIFIC] NEWS? WHAT MAKES IT IMPORTANT?

Research affiliate, MIT Media Lab
Differentiable Programming

http://edge.org/response-detail/26794


Things to try after useR! – Part 1: Deep Learning with H2O

July 25, 2014

By Jo-fai Chow
http://www.r-bloggers.com/things-to-try-after-user-part-1-deep-learning-with-h2o/

TRAINING NEURAL NETWORKS ON THE GPU: INSTALLATION AND CONFIGURATION

http://rexdouglass.com/training-neural-networks-on-the-gpu-with-commodity-hardware-installation-and-configuration/

slide share


H2O Distributed Deep Learning by Arno Candel 071614




what's new in java 8 programmer interview









java software design questions






public void reverseDLL( ) {
   Node temp=head; //swap head and tail
   head=tail; // head now points to tail
   tail=temp; //tail points to head
    //traverse the list swapping prev and next fields of each node
  Node p=head; //create a node and point to head

  while(p!=null) //while p does not equal null
    { //swap prev and next of current node
      temp=p.next; // p.next does that not equal null? confusing.
      p.next=p.prev; //this line makes sense since you have to reverse the link
      p.prev=temp; //having trouble visualizing this.
      p=p.next;//advance current node which makes sense
    }
 }

Career Websites
http://careercup.com/
http://careercup.com/video

Technical Program Manager Websites
http://www.fossygirl.com/resume/
https://sites.google.com/site/paultbarham/program-manager-resume







data structures
final exam info













week 6 twosum
Python



C#

discussion of twosum


java
sort array!
answer=427







algorithm design and analysis Tim Roughgarden course reviews


Cryptography

book
A Computational Introduction to Number Theory and Algebra
A book introducing basic concepts from computational number theory and algebra, including all the necessary mathematical background.
Cryptography 1
final -
weeks

exercises #1-#6


BOOKS

High School Mathematics Extensions/Discrete Probability
https://en.wikibooks.org/wiki/High_School_Mathematics_Extensions/Discrete_Probability

A Computational Introduction to Number Theory and Algebra
http://shoup.net/ntb/ntb-v2.pdf



Archive for the ‘Neural Networks’ Category

Is there any open source project implementing deep-learning algorithms taking advantages of GPU's massive parallel computing power?


Deep Learning on Hadoop
Adam Gibson - DL4J
includes RNTN for sentiment analysis


Deep learning on Hadoop/Spark -NextML

Caffe Tutorial
Convolutional Neural Network for image recognition

Statistical Learning in R
Stanford Online Course

Video Lectures

Promo Video:
https://www.youtube.com/watch?v=St2-97n7atk
Course Page:
https://class.stanford.edu/courses/HumanitiesandScience/StatLearning/Winter2015/about

course text "An Introduction to Statistical Learning, with Applications in R" (James, Witten, Hastie, Tibshirani - Springer 2013).
http://www-bcf.usc.edu/~gareth/ISL/

R download
http://cran.us.r-project.org/

RStudio
http://www.rstudio.com/

GAME THEORY

Entrepreneurial resources

Hiring Blog

coding in paradise


50 Questions to Test True Data Science Knowledge




EXPLORE PRIVATELY AND INFORMALLY WITH TOP STARTUP FOUNDERS AND THEIR VCS
https://specializedtypes.com/hyperlink/explore/

Petition:

Hamas  leaders must be tried for War Crimes –



















No comments:

Post a Comment