Menu

Close
  • Home
  • Algorithm
  • Java
  • Python
  • Machine Learning
  • Productivity
  • Author
  • About
Subscribe
Blog Logo Menu
Kewei Shang's Picture

Kewei Shang

Software engineer, runner, reader

Paris, France github.com/keweishang/ 17 posts
« Newer Posts Page 3 of 4 Older Posts »

Stanford Machine Learning Week 6 review

I just finished the 6th week of Stanford Machine Learning course. It’s still largely about neural network. How to choose the number of layers in neural... »

Author image Kewei Shang on Machine-learning 22 Jun 2016

Stanford Machine Learning Week 5 review

I just finished the 5th week of Stanford Machine Learning course: Neural Networks: Learning. Since this week’s course is a little bit difficult. I thought I... »

Author image Kewei Shang on Machine-learning 11 Jun 2016

Mimicked version of Alice's Adventures in Wonderland

This is an easy algorithm I coded to practise Python. I’ve been studying Machine Learning for a while, mainly by following courses on Coursera. Even though... »

Author image Kewei Shang on Python 03 Jun 2016

How the compiler understands your Java class

I have the following static factory method that creates a list view out of an int array: public class ListFactory { public static List<Integer> newInstance(final int[]... »

Author image Kewei Shang on Java 07 Apr 2016

Caveat! JVM cannot check a generic cast at runtime

The Java Generics is based on Erasure, which means the type check is only done at compile time, and at runtime the type information is erased.... »

Author image Kewei Shang on Java 05 Jan 2016
« Newer Posts Page 3 of 4 Older Posts »
7 a.m. in the morning © 2017