Kategorie: Software-Development

Visualize Machine Learning metrics with Tensorflow and Tensorboard

An important step in understanding machine learning processes and evaluations is the interpretation of various metrics. These include: ROC ACCURACY LOSS PRECISION RECALL F1-SCORE It can be very time-consuming to read individual results numerically, particularly if the model has been training for many epochs. Tensorboard can offer a remedy for this. It is a convenient and…
Weiterlesen


Dezember 21, 2020 0

NLP, Word Embeddings & Tensorboard

I asked myself after my last project: What does a NLP pipeline look like that can determine the similarity of words from a text corpus and at the same time illustrate it clearly? And, is it really possible to find relations within a text corpus without having explicitly programmed it? I was a little sceptical, to…
Weiterlesen


November 28, 2020 0

Quick Machine Learning Template

Ich finde Infografiken echt ansprechend, weil sie die wichtigsten Punkte eines Themas effizient und anschaulich vermitteln. Daher war es Zeit sich mit Canva in die Thematik einzuarbeiten.  Gleichzeitig wird Machine Learning in der Software-Entwicklung immer populärer. Also warum nicht ein Template für grundlegende erste Schritte im Bereich Machine Learning erstellen und beide Welten zusammen bringen?…
Weiterlesen


September 21, 2019 0

9 1/2 Tipps wie man ein guter Programmierer vong code her wird

Oft ist es hilfreich, Ziele mal aus einer anderen Perspektive (z.B. mit der Kopfstandmethode) heraus zu betrachten. Ich habe ganze 9 1/2 Tipps wie man ein guter Programmierer wird gefunden. Hier das Ergebnis meiner Nachforschung. Die Befolgung nachstehender Tipps erfolgt auf eigene Gefahr 🙂 und


Mai 23, 2018 0

Microservices

Der Begriff Microservice Unter dem Begriff Microservice versteht man die Aufteilung größerer Systeme in kleinere, handlichere Einheiten. Aber was will man damit erreichen?


Mai 21, 2018 0
OpenClosed-Prinzip

OpenClosed-Principle

Beim OpenClosed-Principle sollen Komponenten offen für Erweiterungen, jedoch geschlossen für Änderungen sein (Robert C. Martin) Bei Erweiterungen von Komponenten soll


Mai 1, 2018 0

Development Links

Some of my favourite websites regarding software development:


März 25, 2018 0

Hashes & Co.

Module 1 Let’s start to look at hashing and hash functions. The first thing on the agenda should be some definition of what this thing called hashing is and what common hash functions are… Generally said, a hashfunction is something that converts a variable length input to a fixed length value. Some call this action…
Weiterlesen


Oktober 28, 2016 0