Production Deployment

You’ve carefully formulated and specified a target problem, collected and processed training data, picked a familiar framework (or learned a new one) and through a process of research, intuition, and luck chosen an initial network architecture to represent your problem. You’ve methodically run experiments and tuned hyperparameters, getting side-tracked along the way to write tools…Read More

Machine Learning Labs

Machine learning in practice can be an arduous task. Managing multiple iterations of code, processing input data, feature engineering, training models, visualizing and tabulating results, performing analysis, and using experience to draw conclusions and adapt the system in a way which might yield improved results. In many cases you feel like you have more promising…Read More