Categoryfull-stack

full-stack category

A gentle demonstrate to Tensorflow’s graph and session

A

When starting Tensorflow (TF), many may find that the result cannot be obtained immediately. Rather, you must use a session or interactive session. TensorFlow uses a dataflow graph to represent your computation in terms of the dependencies between individual operations. This leads to a low-level programming model in which you first define the dataflow graph, then create a...

Convolutional Neural Network with CIFAR and Tensorflow (example)

C

Fig 1: A CNN sequence to classify handwritten digits (src: medium) In this article, we assume that you already understand the basic concepts of a convolutional neural network (CNN), e.g. one-hot coding, convolution, pooling, fully-connected layer, activation functions. If you are totally new to these terms, please find and read our other articles. The problem We will use Tensorflow to build a...

Petaminds – updates (Q3-2019)

P

As the number of readers increases, we think that it is time to improve Petaminds website to meet our objectives, i.e. content focused and readability. Currently, we are testing the new site design to meet the target. The theme will be comfortable and content-focused. Some improvements are:Use flat design theme Change the article clear typography Capital headings Increase the font sizes and...

Check if a string is a palindrome

C

A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam, racecar. There are also numeric palindromes, including date/time stamps using short digits 11/11/11 11:11 and long digits 02/02/2020. Sentence-length palindromes ignore capitalization, punctuation, and word boundaries, so “A man, a plan, a canal, Panama!” is...

The evolution of Trust – Fun game theory

T

Intro Figure 1: Game theory: Prisoners’ dilemma Game theory is the study of mathematical models of strategic interaction between rational decision-makers. It has applications in all fields of social science, as well as in logic and computer science [1]. In many AI application, e.g. multi-agent systems, this theory plays a very important role in agent’ reasoning. Please note that this...

PetaMinds focuses on developing the coolest topics in data science, A.I, and programming, and make them so digestible for everyone to learn and create amazing applications in a short time.

Categories