Close

Apache MXNet

Apache MXNet is an open-source deep learning software framework that trains and deploys deep neural networks. It is scalable, allows fast model training, and supports a flexible programming model and multiple programming languages.

Why TensorFlow for Python is dying a slow death

Why TensorFlow for Python is dying a slow death

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

What is the difference between Bitcoin and blockchain?

What is the difference between Bitcoin and blockchain?

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

Generating IDs via Sqids

Generating IDs via Sqids

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

TestRail ile Test Süreç Yönetimi

TestRail ile Test Süreç Yönetimi

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

Created_at And Updated_at Columns For MySQL

Created_at And Updated_at Columns For MySQL

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: A Python Package for Routing and Scheduling

Route4Me: A Python Package for Routing and Scheduling

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

Word Cloud Kullanımı

Word Cloud

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

Temel Git Komutları

Git, Github

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