Tag: programming
Humble Arduino As PLC
On the surface, a programmable logic controller (PLC) might seem like nothing more than a generic microcontroller, perhaps outfitted to operate in industrial settings with things like [more…]
Programming a Poker Game With GPT Help
Although ChatGPT generated a huge amount of hype around replacing white collar workers completely when it was first released to the public, the general consensus now is [more…]
Bridging a Gap Between LLMs and Programming With TypeChat
By now, large language models (LLMs) like OpenAI’s ChatGPT are old news. While not perfect, they can assist with all kinds of tasks like creating efficient Excel [more…]
Career and technical education needs a mental health revolution
Key points: Students often struggle to transition to the workforce, and mental health can be a big factor in that struggle One educator launched a new approach [more…]
Paycom Donated Nearly $300,000 To Local Public School Districts
OKLAHOMA CITY – Paycom Software Inc. (NYSE:PAYC), a leading provider of HR software, celebrates the end of the 2023 school year by awarding grants to four local [more…]
The International Space Station Is Always Up There
Thanks to its high orbital inclination, the International Space Station (ISS) eventually passes over most inhabited parts of the Earth. Like other artificial satellites, though, it’s typically [more…]
Millwood Public Schools receives $116,000 from Paycom, benefitting marching band, music program
OKLAHOMA CITY – Paycom Software Inc. (NYSE:PAYC), a leading provider of HR software, gave $116,000 to the Millwood Enrichment Foundation as part of a two-year commitment to [more…]
Modernizing C Arrays for Greater Memory Safety
Lately, there has been a push for people to stop using programming languages that don’t promote memory safety. But as we still haven’t seen the death of [more…]
5 ways virtual tutoring reinforces our after-school program
We’ve been working to reinforce and reinvigorate our after-school program with the goal of reaching more students who need it. Staffing shortages and not enough hours in [more…]
The journey of Modernizing TorchVision – Memoirs of a TorchVision developer – 3
May 21, 2022 Vasilis Vryniotis . No comments It’s been a while since I last posted a new entry on the TorchVision memoirs series. Thought, I’ve previously [more…]
A sneak peek at TorchVision v0.11 – Memoirs of a TorchVision developer – 2
October 10, 2021 Vasilis Vryniotis . No comments The last couple of weeks were super busy in “PyTorch Land” as we are frantically preparing the release of [more…]
New Blog series – Memoirs of a TorchVision developer
August 21, 2021 Vasilis Vryniotis . No comments I’m starting a new blog post series about the development of PyTorch’s computer vision library. I plan to discuss [more…]
The Batch Normalization layer of Keras is broken
April 17, 2018 Vasilis Vryniotis . 31 Comments UPDATE: Unfortunately my Pull-Request to Keras that changed the behaviour of the Batch Normalization layer was not accepted. You [more…]
5 tips for multi-GPU training with Keras
January 21, 2018 Vasilis Vryniotis . 1 Comment Deep Learning (the favourite buzzword of late 2010s along with blockchain/bitcoin and Data Science/Machine Learning) has enabled us to [more…]
Drilling into Spark’s ALS Recommendation algorithm
February 25, 2017 Vasilis Vryniotis . 3 Comments The ALS algorithm introduced by Hu et al., is a very popular technique used in Recommender System problems, especially [more…]
Getting the GPU usage of NVIDIA cards with the Linux dstat tool
February 11, 2017 Vasilis Vryniotis . 6 Comments The dstat is an awesome little tool which allows you to get resource statistics for your Linux box. It [more…]
Datumbox Machine Learning Framework version 0.8.0 released
January 15, 2017 Vasilis Vryniotis . 1 Comment Datumbox Framework v0.8.0 is out and packs several powerful features! This version brings new Preprocessing, Feature Selection and Model [more…]
Datumbox Machine Learning Framework 0.7.0 Released
March 19, 2016 Vasilis Vryniotis . 1 Comment I am really excited to announce that, after several months of development, the new version of Datumbox is out! [more…]
Datumbox Machine Learning Framework 0.6.0 Released
May 4, 2015 Vasilis Vryniotis . No comments The new version of Datumbox Machine Learning Framework has been released! Download it now from Github or Maven Central [more…]
How to install and use the Datumbox Machine Learning Framework
November 9, 2014 Eleftherios Bampaletakis . 2 Comments In this guide we are going to discuss how to install and use the Datumbox Machine Learning framework in [more…]
New open-source Machine Learning Framework written in Java
October 19, 2014 Vasilis Vryniotis . 5 Comments I am happy to announce that the Datumbox Machine Learning Framework is now open sourced under GPL 3.0 and [more…]