neural-networks

Understanding Neural Network Weight Initialization

Exploring the effects of neural network weight initialization strategies.

Continue reading

Predicting Hacker News article success with neural networks and TensorFlow

A web-based tool to predict the success of articles on Hacker News using a neural network.

Continue reading

How to Run a Keras Model in the Browser with Keras.js

Covers installing the right packages, exporting the weights from Python, and performing a prediction in the browser.

Continue reading