JoshReuben
12 posts.
- Distributed TensorFlow Pipeline using Google Cloud Machine Learning EngineTensorFlow https://www.tensorflow.org/ is an open source software library for Machine Learning across a range of tasks, developed by Google. It is…
- Putting NET Framework behind meFor the past decade, Ive focused on the MS stack – but the cheese is moving, and its time to look for more cheese!
- C++ AMP- C++ AMP is a GPGPU API – it allows you to define functions (kernels) that take some input, perform an expensive calculation on the GPU and return the…
- Post-Build C++ Skill Rebuild· For the last decade, the majority of my dev work has leveraged the.NET Framework for construction of information systems. However, my interest has lain…
- Algo.NETI've just opened a project on CodePlex - !!! This project will implement various algorithms related to artificial intelligence, numerical analysis, NLP,…
- TFS ALM Code Quality Strategy notesALM Code Quality Strategy This post details the TFS ALM code quality strategic capabilities: static code analysis, code metrics, profiling, supported test…
- LMAX .NET Trading API WalkthroughLMAX provides a.NET API for automating your financial trading strategy. sign up & download here: If you can combine software engineering skills +…
- XNA Multiplayer Games and Networking· XNA communication must by default be lightweight – if you are syncing game state between players from the Game.Update method, you must minimize traffic.…
- Entity Framework 4.1 Code First – Mapping Enums to Lookup TablesThis afternoon I Built a mechanism for mapping Enums to Lookup Tables in EF Code First - using complex types and implicit operators. The steps are as…
- Requirements Capture Markup Language - Part 1: BDD WorkItem Editor?It seems odd that in 2011 there is no such thing as a requirements capture language. Martin Fowler describes this as the yawning crevice of doom in…
- Azure Grid Computing - Worker Roles as HPC Compute NodesOverview · With HPC 2008 R2 SP1 You can add Azure worker roles as compute nodes in a local Windows HPC Server cluster.
- Parallel Extensions ExtrasThe TPL (Task Parallel Library) of NET 4 contains a plethora of datatypes for implicit / explicit data and task parallelism + several synchronization…
