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

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

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

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