The rise of alternative deep learning frameworks is making TensorFlow less popular. TensorFlow is a popular open-source software library for numerical computation using data flow graphs. It is used for machine learning, data science, and artificial intelligence applications. TensorFlow was developed by Google and released in 2015. Reasons for TensorFlow’s […]
Devamını Oku
In the rapidly evolving world of digital technology, two terms often emerge as buzzwords: Bitcoin and blockchain. While they are closely related, they are not the same. Understanding the distinction between Bitcoin and blockchain is crucial for anyone interested in the digital economy, cryptocurrencies, or the future of finance. What […]
Devamını Oku
Sqids, formerly known as Hashids, is an open-source library designed to generate YouTube-like IDs from numbers. These IDs are concise, can be produced using a custom alphabet, and are guaranteed free from collisions. Key Features and Information Category Description/Features Visual Purpose The primary use of Sqids is for visual appeal. […]
Devamını Oku
Bu derste TestRail aracını kullanarak Yazılım Test Süreçlerini nasıl daha iyi bir hale getirebileceğimi öğreneceğiz. TestRail, bir test yönetim ve test otomasyonu yazılımıdır. Yazılım geliştirme sürecinin bir parçası olarak testlerin planlanması, yönetilmesi ve izlenmesi için kullanılır. TestRail, test ekibinin test durumlarını oluşturmasına, testleri yürütmesine ve sonuçlarını izlemesine yardımcı olan bir […]
Devamını Oku
To add these standard columns to your tables in MySQL, one for the creation date-time and another for the last updated date-time of each record, you can use the DATETIME data type, along with the DEFAULT and ON UPDATE clauses. Here’s how you can do it: Here is an example […]
Devamını Oku
Route4Me is a Python package that helps you to optimize your routes and schedules. It is a powerful tool for businesses that need to deliver goods or services to customers. In today’s competitive marketplace, businesses need to be able to deliver goods or services to customers quickly and efficiently. This […]
Devamını Oku
Sunumlarımda arada sırada Word Cloud (Sözcük Bulutu) kullanıyorum. Bu amaçla iki siteden yararlanıyorum. WordClouds Bir sözcük listesini ve ağırlıklarını girebiliyorsunuz. Ayarları pratik olarak tam anlamasam dahi istediğim görseli elde edebiliyorum. https://www.jasondavies.com/wordcloud/ Bu site bir metini analiz ederek bir bulut oluşturuyor.
Devamını Oku
Git kullanımını adım adım Git Derslerimizde anlatıyoruz. Derslerin yanında temel komutları burada da listelemek istedim. git config ‘git config’; kullanıcı adı, mail, dosya formatları gibi genel ayarların yapılmasını sağlar. git config –global user.name “kullanıcı.adınız” git config –global user.email kullaniciEPostaniz git init Bu komut, bulunduğunuz dizini bir Git dizini haline getirir. Git dizinlerine Repository adı […]
Devamını Oku