Close

(90) Artificial Intelligence

Artificial Intelligence: the theory and development of computer systems able to perform tasks normally requiring human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.

Exploring the Full Spectrum of AWS Services

Exploring the Full Spectrum of AWS Services

I use Amazon as a cloud service in my new Java/Kotlin projects. I couldn’t easily find a complete list of AWS modules. I was able to create this shortlist as a result of the reviews. Compute   EC2 Virtual Private Servers Lightsail Amazon’s hosting provider (VPS, DNS, storage) Lambda Functions […]

Devamını Oku

SOFTMAX Fonksiyonu Nedir?

Python

Softmax fonksiyonu çoklu sınıflandırma problemleri için kullanılır. Verilen her bir girdinin bir sınıfa ait olma olasılığını gösteren [0,1] arası çıktılar üretmektedir. Python implemantasyonu aşağıdaki gibi olabilir. #softmax functiondef softmax(X): expo = np.exp(X) expo_sum = np.sum(np.exp(X)) return expo/expo_sum

Devamını Oku

Training an AI to create poetry (NLP Zero to Hero – Part 6)

Tensor Flow

Through this series so far you’ve been learning the basics of NLP using TensorFlow. You saw how to tokenize and then sequence text, preparing it to train neural networks. You saw how sentiment in text can be represented with embeddings, and how the semantics of text over long stretches might […]

Devamını Oku

Which is Better? Amazon Elasticsearch Service vs. Elasticsearch Service on Elastic Cloud

Which is Better?Amazon Elasticsearch Service vs Elasticsearch Service on Elastic Cloud

Mainly we have two alternatives for Elasticsearch usage on a cloud platform. Amazon vs Elasticsearch Firstly I am sharing a comparison info from Elasticsearch’s corporate page. AWS Elasticsearch Service: Amazon vs. Elastic The Elasticsearch Service on Elastic Cloud and Amazon Elasticsearch Service are not the same. With the Elasticsearch Service, […]

Devamını Oku

TensorFlow 2.0 Complete Course – Python Neural Networks for Beginners Tutorial

Tensor Flow

Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking to enhance their knowledge and skills in machine learning and artificial intelligence.  Throughout the 8 modules in this course you will learn about fundamental concepts and methods in ML […]

Devamını Oku

What Is Amazon CodeGuru?

What Is Amazon CodeGuru?

What is Amazon CodeGuru? It is a machine-learning service for automated code reviews and application performance recommendations. It helps you find the most expensive lines of code that hurt application performance and keep you up all night troubleshooting, then gives you specific guidance to fix or improve your code. Leveraging […]

Devamını Oku

Powered By AI: Instagram’s Explore Recommender System

Powered By AI: Instagram’s Explore Recommender System

Powered by AI: Instagram’s Explore recommender system Over half of the Instagram community visits Instagram Explore every month to discover new photos, videos, and Stories relevant to their interests. Recommending the most relevant content out of billions of options in real time at scale introduces multiple machine learning (ML) challenges […]

Devamını Oku

TensorFlow-Lite Object Detection on Android and Raspberry-Pi

TensorFlow-Lite Object Detection on Android and Raspberry-Pi

A guide showing how to train TensorFlow Lite object detection models and run them on Android, the Raspberry Pi, and more! TensorFlow Lite is an optimized framework for deploying lightweight deep learning models on resource-constrained edge devices. TensorFlow Lite models have faster inference time and require less processing power, so […]

Devamını Oku

Portable Computer Vision: TensorFlow 2.0 on a Raspberry Pi

raspberry-pi

Tiny, low-cost object detection and classification. For roughly $100 USD, you can add deep learning to an embedded system or your next internet-of-things project. Are you just getting started with machine/deep learning, TensorFlow, or Raspberry Pi? Perfect, this blog series is for you! In this series, you will read : […]

Devamını Oku

TensorFlow Tutorial For Beginners | Deep Learning & TensorFlow

TensorFlow Tutorial For Beginners | Deep Learning & TensorFlow

This Edureka video provides you with a basic introduction to TensorFlow: The fantastic deep learning framework by Google. Below are the topics covered in this video: Complete Tensorflow Playlist: https://www.youtube.com/playlist?list… PG in Artificial Intelligence and Machine Learning with NIT Warangal: https://www.edureka.co/post-graduate/… Post Graduate Certification in Data Science with IIT Guwahati […]

Devamını Oku