create account

PRISMA - How Does It Work? Minimization of Perceptual Losses by krishtopa

View this thread on: hive.blogpeakd.comecency.com
· @krishtopa · (edited)
$3,642.62
PRISMA - How Does It Work? Minimization of Perceptual Losses
<h1>Hi Steemers! </h1>
<p><img src="http://i68.tinypic.com/107urzt.jpg" /></p>
<p>This is my second post here, on Steemit and I extremely excited to contribute to this amazing community. In <a href="https://steemit.com/introduceyourself/@krishtopa/i-m-a-girl-loser-in-the-past-and-a-keen-dancer-passionate-about-machine-learning-and-blockchains-now">my introduction</a> there were some discussions and debates on the fact, that I used big words of machine learning and #Blockchain just to attract attention and have nothing to do with the topic itself. Therefore I devote this post to #MachineLearning algorithms. Once again I would like to draw your attention to the fact that I am not an expert in this field of knowledge and it’s just an area of my interests. In other words I'm on the beginning of this fascinating scientific journey but would like to share some thoughts that I hope you’ll find interesting.</p>
<p>Recently I have learned about the Prisma   app . At that time, its already used by most of my friends and even my stepfather, but initially it was released only for iOS, and as the owner of android, I had to patiently wait for it.</p>
<p><img src="http://www.clickonline.com/Images/Uploads/2016/203/Original/Prisma%20example%204.jpg" /></p>
<p>If you don’t know, Prisma is the app for processing photos. According to the analysts of &quot;<a href="https://www.appannie.com/en/apps/ios/app/prisma-art-filters-and-photo-effects/" rel="noopener">App Annie</a>&quot;, Prisma has become one of the most downloaded apps in ten countries within just nine days: Russia, Belarus, Estonia, Moldova, Kyrgyzstan, Uzbekistan, Kazakhstan, Latvia, Armenia, Ukraine.</p>
<p>App description in the Google Play states: &quot;Prisma transforms your photos into works of art using the styles of popular artists: van Gogh, Picasso, Levitan, as well as known patterns and ornaments. A unique combination of neural networks and artificial intelligence helps to transform your memorable moments into masterpieces.&quot;</p>
<p><img src="https://qph.ec.quoracdn.net/main-qimg-30c9ccdadd3c09ea23956a10d5d1799f-c?convert_to_webp=true" /></p>
<p>From the first glance it seems magical, but your photos really become as a work of art... It is a Pity that there was no such a technology when &quot;A Scanner Darkly&quot; movie with Keanu Reeves was filmed. The artists had to manually draw each frame in the movie. It was extremely exhausting and required a lot of efforts.</p>
<p>Once I was interested in Prisma, I decided to drill down and came across an article written by researchers from Stanford. Guys from Department of Computer Science describe an algorithm that allows to preserve the sense of the image by changing the performance! This article is called &quot;Perceptual Losses for Real-Time Style Transfer and Super-Resolution&quot; (Justin Johnson, Alexandre Alahi, Li Fei-Fei).</p>
<p>Task which is solved by the algorithm is: to convert the first image in such way that its style was similar to the second, while retaining the meaning. The image whose style we use is called Target Style. The image which we transform called Target Content. Note that the neural network is trained separately for different Style Target images.</p>
<p>It is obvious that the convolutional neural network is used to transform the images (Image Transform Net) and we need to train this network. Initially I didn't understand how... How to explain to computer which images have a similar styles and content?</p>
<p>System overview from the article:</p>
<p><img src="http://i63.tinypic.com/30vf1xt.png" /></p>
<p>&quot;We train an image transformation network to transform input images into output images. We use a loss network pretrained for image classification to define perceptual loss functions that measure perceptual differences in content and style between images. The loss network remains fixed during the training process.&quot; - oh, it's cool! They uses second network to define the images style similarity! </p>
<p>In the process, neural networks generate many &quot;features maps&quot;. Features map - three-dimensional array of numbers.These structure contain information about the image in an accessible form for machine. The main idea is to use them to determine the style similarity of images. But they are already used to determine the class of the image, as we can use them in different way? You can use their correlation! Authors propose to encode the style by Gram Matrix:</p>
<p><img src="http://i64.tinypic.com/2805tex.png" /></p>
<p>X is the input image, C_j, H_j, W_j  - size of the j-th features map, \Phi_j(x) - j-th features map. The difference between the styles of two images can be determined as the squared Frobenius norm of the matrix diff:</p>
<p><img src="http://i66.tinypic.com/2la6jx3.png" /></p>
<p>We can easily calculate the similarity of styles on j-th layer. To use one is not enough, you need to use  many features map. Author used four outputs of convolutional layers.</p>
<p>We are done with the Style Losses problem, and it’s time to solve Perceptual Loss problem. For solving this problem authors introduce another metric (MORE METRICS!), that allow to determine difference between the contents. Now, we don’t need Gram Matrix, we just need a simple vector norm:</p>
<p><img src="http://i66.tinypic.com/23k5h0g.png" /></p>
<p>Minimizing the total losses get us properly trained Transform Net. Notice that the Transform Net is a convolutional neural network.</p>
<p>History. Pioneer of this problem is Gatys, and Stanford guys often refer to him. His last work is devoted to the transformation of style by retaining colors.</p>
<p>What about Prisma? It may use other architectures of neural network, but the concept is the same.</p>
<p><a href=" http://arxiv.org/pdf/1603.08155.pdf" rel="noopener">Stanford article</a></p>
<p><a href="http://arxiv.org/pdf/1606.05897.pdf" rel="noopener">Gatys last work</a></p>
<p><a href="http://www.imdb.com/title/tt0405296/?ref_=fn_al_tt_1" rel="noopener">&quot;A Scanner Darkly&quot;</a></p>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 189 others
👎  ,
properties (23)
authorkrishtopa
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata"{"tags":["academia","machinelearning","photography","science","startup"],"image":["http://i68.tinypic.com/107urzt.jpg","http://www.clickonline.com/Images/Uploads/2016/203/Original/Prisma%20example%204.jpg","https://qph.ec.quoracdn.net/main-qimg-30c9ccdadd3c09ea23956a10d5d1799f-c?convert_to_webp=true","http://i63.tinypic.com/30vf1xt.png","http://i64.tinypic.com/2805tex.png","http://i66.tinypic.com/2la6jx3.png","http://i66.tinypic.com/23k5h0g.png"],"links":["https://steemit.com/introduceyourself/@krishtopa/i-m-a-girl-loser-in-the-past-and-a-keen-dancer-passionate-about-machine-learning-and-blockchains-now","https://www.appannie.com/en/apps/ios/app/prisma-art-filters-and-photo-effects/"," http://arxiv.org/pdf/1603.08155.pdf","http://arxiv.org/pdf/1606.05897.pdf","http://www.imdb.com/title/tt0405296/?ref_=fn_al_tt_1"]}"
created2016-08-01 03:29:57
last_update2016-08-01 12:34:33
depth0
children53
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value2,796.368 HBD
curator_payout_value846.251 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,058
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,192
net_rshares120,723,246,098,362
author_curate_reward""
vote details (255)
@anduweb ·
Interesting article. Congrats on reaching the TOP 10 Trending articles on Steemit. Since your post is there I've added it to the [Flipboard Steemit Trending Magazine](https://steem.ly/FlipboardSteemitTrending) for everyone to see it.
properties (22)
authoranduweb
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t080624284z
categoryacademia
json_metadata{"tags":["academia"],"links":["https://steem.ly/FlipboardSteemitTrending"]}
created2016-08-01 08:06:24
last_update2016-08-01 08:06:24
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation11,311,191,021,706
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,676
net_rshares0
@beiaandluna ·
wow, a lot more in depth than I can handle so early on a Monday AM
properties (22)
authorbeiaandluna
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t122218828z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 12:22:18
last_update2016-08-01 12:22:18
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation1,320,989,085
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,157
net_rshares0
@krishtopa ·
@beiaandluna, I live in Moscow, the local time zone is GMT+3. Good morning)
properties (22)
authorkrishtopa
permlinkre-beiaandluna-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t125159903z
categoryacademia
json_metadata{"tags":["academia"],"users":["beiaandluna"]}
created2016-08-01 12:52:00
last_update2016-08-01 12:52:00
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,620
net_rshares0
@bigedude ·
Excellent Post Krishtopa!! I must admit, the calculus and the math are over my head, but I'm a big fan of A Scanner Darkly (and Richard Linklater - School of Rock, Dazed and Confused, the Before Trilogy and Boyhood - wow!)

Rotoscoping used to be hand based, but now is done by computers. This was the case in A Scanner Darkly. They used a certain software for it (I remember it being discussed in the Linkater documentary I saw on Netflix a few months ago) 

 However, can you imagine the same movie in the style of Monet or Picasso? Or changing the filter on-demand at various points in the movie?  It's just simply incredible.

I had never heard of Prisma until today and i'm going to have to download it today!

Have a great day and thanks for your amazing second post!!

-bigedude
👍  
properties (23)
authorbigedude
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t115319359z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 11:53:27
last_update2016-08-01 11:53:27
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length785
author_reputation573,655,551,986
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id532,814
net_rshares8,027,037,703
author_curate_reward""
vote details (1)
@krishtopa ·
Hmm, It seems that different info provided in Ru an En versions of wikipedia. Ru version claims that each frame is processed manually but English page says they used interpolated rotoscoping, which involves the automatic drawing of intermediate frames. Obviously they might used third-party programs to avoid routine.
properties (22)
authorkrishtopa
permlinkre-bigedude-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t131005800z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 13:10:06
last_update2016-08-01 13:10:06
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length317
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,971
net_rshares0
@chanbam ·
upvoted for the scanner darkly reference.

great post @krishtopa :)
properties (22)
authorchanbam
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t172910176z
categoryacademia
json_metadata{"tags":["academia"],"users":["krishtopa"]}
created2016-08-01 17:29:06
last_update2016-08-01 17:29:06
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation6,014,730,372,462
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id539,777
net_rshares0
@cheremet ·
Nice @krishtopa 
 Shot you an Upvote :)
👎  ,
properties (23)
authorcheremet
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata""
created2016-08-01 03:46:30
last_update2016-08-01 03:46:30
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation-269,345,517,998
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,466
net_rshares-544,478,060
author_curate_reward""
vote details (2)
@chonesta ·
Upvoted
👎  ,
properties (23)
authorchonesta
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata""
created2016-08-01 04:06:12
last_update2016-08-01 04:06:12
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-632,712,185,740
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,760
net_rshares-540,373,293
author_curate_reward""
vote details (2)
@cryptofunk ·
Hi @krishtopa, my background is mathematics and computer science, very interesting read. If you have time check out my wife's art blogs @opheliafu
👍  
properties (23)
authorcryptofunk
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t091013493z
categoryacademia
json_metadata{"tags":["academia"],"users":["krishtopa","opheliafu"]}
created2016-08-01 09:10:09
last_update2016-08-01 09:10:09
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation22,006,702,786,195
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id530,636
net_rshares5,245,040,461
author_curate_reward""
vote details (1)
@krishtopa ·
Hello, @cryptofunk. Glad to see my colleagues. I think it will be interesting!
👍  
properties (23)
authorkrishtopa
permlinkre-cryptofunk-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t094253765z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 09:42:54
last_update2016-08-01 09:42:54
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id531,021
net_rshares5,245,040,461
author_curate_reward""
vote details (1)
@curls4life ·
Upvoted
👎  
properties (23)
authorcurls4life
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata""
created2016-08-01 05:08:51
last_update2016-08-01 05:08:51
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-1,016,377,321,976
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,613
net_rshares-261,689,648
author_curate_reward""
vote details (1)
@dercoco ·
wow, well done!
properties (22)
authordercoco
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t130055173z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 13:01:54
last_update2016-08-01 13:01:54
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation2,425,825,242,028
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,809
net_rshares0
@earnest ·
#academia #introduceyourself ??????????????
@anyx @cheetah
👍  
👎  , ,
properties (23)
authorearnest
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t145358497z
categoryacademia
json_metadata{"tags":["academia"],"users":["anyx","cheetah"]}
created2016-08-01 14:53:57
last_update2016-08-01 14:53:57
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation-2,314,359,161,729
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id536,066
net_rshares6,826,533,603
author_curate_reward""
vote details (4)
@editor ·
thanks
properties (22)
authoreditor
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t180327394z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 18:03:30
last_update2016-08-01 18:03:30
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation3,718,998,613
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id540,621
net_rshares0
@gaitan ·
I wrote an article about prisma last week but I must agree that you did a better job than I did!
properties (22)
authorgaitan
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t150530864z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 15:05:33
last_update2016-08-01 15:05:33
depth1
children2
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation2,205,917,005,288
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id536,322
net_rshares0
@krishtopa ·
Thank you, @gaitan. I had read your post before I started to write this one. But here I tell people about the trick used in this algorithm behind the scene.
properties (22)
authorkrishtopa
permlinkre-gaitan-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t155221399z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 15:52:21
last_update2016-08-01 15:52:21
depth2
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id537,255
net_rshares0
@gaitan ·
Great work! And I also know how it's done, now.
properties (22)
authorgaitan
permlinkre-krishtopa-re-gaitan-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t190655429z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 19:06:45
last_update2016-08-01 19:06:45
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation2,205,917,005,288
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id542,090
net_rshares0
@gikitiki ·
Excellent second post.  This may even be better than : 

> ...interpretive dance showing the complexity of neural networks required for a machine learning what many consider simple decisions.
properties (22)
authorgikitiki
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t044811401z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 04:48:18
last_update2016-08-01 04:48:18
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation16,572,681,158,525
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,340
net_rshares0
@isaac.asimov ·
Flesch Kincaid Grade Level
Hi! This post has a <a href="https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests">Flesch-Kincaid</a> grade level of 8.9 and reading ease of 63%. This puts the writing level on par with Leo Tolstoy and David Foster Wallace.
👎  , ,
properties (23)
authorisaac.asimov
permlinkre-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t033101
categoryacademia
json_metadata""
created2016-08-01 03:31:03
last_update2016-08-01 03:31:03
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length241
author_reputation-982,572,424,326
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,204
net_rshares-237,083,844
author_curate_reward""
vote details (3)
@jasonpay1 ·
A Scanner Darkly is pretty cool but this is pretty odd.
properties (22)
authorjasonpay1
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t034620437z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 03:46:21
last_update2016-08-01 03:46:21
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation29,807,154,494
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,460
net_rshares0
@krishtopa ·
Yes, jasonpay! It's very unusual film.
properties (22)
authorkrishtopa
permlinkre-jasonpay1-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t035033141z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 03:50:33
last_update2016-08-01 03:50:33
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,538
net_rshares0
@johnysp ·
Very nice post,  I would be interested in buying it .
properties (22)
authorjohnysp
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t093028110z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 09:30:27
last_update2016-08-01 09:30:27
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation1,930,430,496
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id530,903
net_rshares0
@krishtopa ·
@johnysp, you are lucky. It's fully free.
properties (22)
authorkrishtopa
permlinkre-johnysp-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t094628041z
categoryacademia
json_metadata{"tags":["academia"],"users":["johnysp"]}
created2016-08-01 09:46:27
last_update2016-08-01 09:46:27
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id531,056
net_rshares0
@kamall28 ·
hey there am new here,but by reading through the steps of the steemit platform, i seems to find it fascinating, and with these brilliant ideas have got, it sure should be of benefits  to me...with my help and help of the community we can do this.
👍  
properties (23)
authorkamall28
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t103659316z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 10:37:36
last_update2016-08-01 10:37:36
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation25,859,443
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id531,770
net_rshares58,231,951
author_curate_reward""
vote details (1)
@kus-knee ·
Nice post and very cool app but your image links are broken. This has happened to me several times. Go to edit, then  html mode and make sure that there is http:// before the image location.
👍  
properties (23)
authorkus-knee
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t034856866z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 03:48:57
last_update2016-08-01 03:48:57
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation307,925,583,264,282
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,508
net_rshares7,248,198,233
author_curate_reward""
vote details (1)
@krishtopa ·
Yes, thank you! They fixed.
properties (22)
authorkrishtopa
permlinkre-kus-knee-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t035736533z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 03:57:36
last_update2016-08-01 03:57:36
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,637
net_rshares0
@lorddominik007 ·
Hi, great to meet new people :)
https://steemit.com/introduceyourself/@lorddominik007/hi-it-s-me-great-to-meet-you
properties (22)
authorlorddominik007
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t091558027z
categoryacademia
json_metadata{"tags":["academia"],"links":["https://steemit.com/introduceyourself/@lorddominik007/hi-it-s-me-great-to-meet-you"]}
created2016-08-01 09:16:00
last_update2016-08-01 09:16:00
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation7,636,603,703,350
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id530,706
net_rshares0
@ninjaboon ·
Tried Prisma one time and then uninstalled...I guess I am not really fond of such apps.
properties (22)
authorninjaboon
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t070747081z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 07:07:45
last_update2016-08-01 07:07:45
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation95,092,046,715
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id528,925
net_rshares0
@oliverb ·
Jumping on phone to grab Prisma right now... I see an album cover in the making! :-)
👍  ,
properties (23)
authoroliverb
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t045544611z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 04:55:45
last_update2016-08-01 04:55:45
depth1
children2
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation5,260,619,187,770
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,431
net_rshares8,959,698,708
author_curate_reward""
vote details (2)
@krishtopa ·
Hello, olverb! Try to play with the filters. Some of the them are suitable for portraits and other for views. You should Experiment!)
properties (22)
authorkrishtopa
permlinkre-oliverb-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t053655935z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 05:36:54
last_update2016-08-01 05:36:54
depth2
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,962
net_rshares0
@oliverb ·
Oh... I certainly will! Thanks
properties (22)
authoroliverb
permlinkre-krishtopa-re-oliverb-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t055340120z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 05:53:39
last_update2016-08-01 05:53:39
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation5,260,619,187,770
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id528,140
net_rshares0
@pfunk ·
Please use tags that are more in-line with your posts subject. I notice you used #introduceyourself, #steem, and #steemit unnecessarily.
👍  , , ,
properties (23)
authorpfunk
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t115406881z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 11:54:18
last_update2016-08-01 11:54:18
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation221,632,045,904,452
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id532,827
net_rshares39,052,537,881
author_curate_reward""
vote details (4)
@krishtopa ·
Hi, I'm sincerely sorry for this abuse. I've already edited my post and fixed the tags. I'm a newbie here, thus don't catch everything yet. Anyway thanks for drawing my attention to this problem. I will definitely take it into account in my future posts.
👍  ,
properties (23)
authorkrishtopa
permlinkre-pfunk-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t124234182z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 12:42:33
last_update2016-08-01 12:42:33
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length254
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,498
net_rshares23,296,413,603
author_curate_reward""
vote details (2)
@phanie90 ·
nice post
properties (22)
authorphanie90
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t074114639z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 07:41:15
last_update2016-08-01 07:41:15
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation994,828,904,702
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,311
net_rshares0
@krishtopa ·
Thank you, @phanie90!
properties (22)
authorkrishtopa
permlinkre-phanie90-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t095121942z
categoryacademia
json_metadata{"tags":["academia"],"users":["phanie90"]}
created2016-08-01 09:51:21
last_update2016-08-01 09:51:21
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id531,132
net_rshares0
@phenom ·
When I first time installed prisma I was surprised how fast they process all the data. Now Prisma developers claim that they have more than 20 millions active users and they still grow fast. It's insane
👍  , , , ,
properties (23)
authorphenom
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t040847725z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 04:09:00
last_update2016-08-01 04:09:00
depth1
children2
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length202
author_reputation11,285,888,514,513
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,803
net_rshares14,265,779,094
author_curate_reward""
vote details (5)
@krishtopa ·
Hi, phenom. Neural networks require a lot of computational power to perform complicated mathematical algorithms. Thus prisma developers process images on their extremely powerful services that allow users to enjoy so fast service
👍  
properties (23)
authorkrishtopa
permlinkre-phenom-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t043552141z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 04:35:51
last_update2016-08-01 04:35:51
depth2
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length229
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,192
net_rshares787,805,021
author_curate_reward""
vote details (1)
@toroiskandar ·
nice post @krishtopa
👍  
properties (23)
authortoroiskandar
permlinkre-krishtopa-re-phenom-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t075830982z
categoryacademia
json_metadata{"tags":["academia"],"users":["krishtopa"]}
created2016-08-01 07:58:33
last_update2016-08-01 07:58:33
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation1,308,752,360,910
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,559
net_rshares787,805,021
author_curate_reward""
vote details (1)
@puhoshville ·
Good post, krishtopa. Do I understand correctly that training occurs once for a one Style Target? Or final image is the result of the training?
👍  
properties (23)
authorpuhoshville
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t045220274z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 04:52:21
last_update2016-08-01 04:52:21
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation2,557,225,302,857
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,386
net_rshares8,027,017,961
author_curate_reward""
vote details (1)
@krishtopa ·
Thank you, puhoshville. Yes, once for a one Style Target.
properties (22)
authorkrishtopa
permlinkre-puhoshville-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t051103895z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 05:11:03
last_update2016-08-01 05:11:03
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,650
net_rshares0
@ratel ·
Yes, this delightful app, I would even say innovative. However, I do not like it. I love natural photo.
Moreover, obtained through his photos look the same as after a similar standard filter Photoshop.
👍  
properties (23)
authorratel
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t061249247z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 06:11:51
last_update2016-08-01 06:11:51
depth1
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation731,315,885,107,675
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id528,319
net_rshares8,027,017,961
author_curate_reward""
vote details (1)
@krishtopa ·
Maybe it's the lack of Prisma implementation. The most interesting thing is that algorithm "chooses" the most relevant filter. You just need to find example of style you want.
properties (22)
authorkrishtopa
permlinkre-ratel-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t082209972z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 08:22:09
last_update2016-08-01 08:22:09
depth2
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,895
net_rshares0
@rottennasty ·
Upvoted
👎  
properties (23)
authorrottennasty
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata""
created2016-08-01 03:30:30
last_update2016-08-01 03:30:30
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-621,196,131,241
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id526,199
net_rshares-11,007,651,200
author_curate_reward""
vote details (1)
@sgdias ·
Good tutorial ! check my photos !: https://steemit.com/photography/@sgdias/beauties-from-south-america-part-1
properties (22)
authorsgdias
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t125852210z
categoryacademia
json_metadata{"tags":["academia"],"links":["https://steemit.com/photography/@sgdias/beauties-from-south-america-part-1"]}
created2016-08-01 12:58:57
last_update2016-08-01 12:58:57
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation49,527,052,680
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,729
net_rshares0
@somedude · (edited)
Why don't you make a video lesson about this

I don't believe shit your wote this

you even spelled mashine learning in your introductory post
properties (22)
authorsomedude
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t160048618z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 16:00:48
last_update2016-08-01 18:00:57
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation-455,410,726,389
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id537,451
net_rshares0
@steemlove ·
Upvoted
👎  ,
properties (23)
authorsteemlove
permlinkprisma-how-it-is-works-minimization-of-perceptual-losses
categoryacademia
json_metadata""
created2016-08-01 09:24:27
last_update2016-08-01 09:24:27
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-705,106,123,629
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id530,831
net_rshares-226,289,419
author_curate_reward""
vote details (2)
@thebluepanda ·
I have a hate/love relationship with this app. They published the app for android previous week, and it was so damn slow. I uninstalled. Next time, when they fix the server issues.
properties (22)
authorthebluepanda
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t180153938z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 18:01:33
last_update2016-08-01 18:01:33
depth1
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation37,591,154,470,762
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id540,575
net_rshares0
@thecryptofiend ·
This is fascinating.  Is there a plan for a desktop version?  I would be interested in buying it to experiment with using some of my large photographs - particularly portraits (there are a few in my posts on here).
👍  ,
properties (23)
authorthecryptofiend
permlinkre-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t061002671z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 06:10:03
last_update2016-08-01 06:10:03
depth1
children5
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length214
author_reputation323,603,913,866,384
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id528,297
net_rshares8,246,798,087
author_curate_reward""
vote details (2)
@krishtopa ·
Hello, thecryptofriend. There is open source programs. You can look here: https://github.com/yusuketomoto/chainer-fast-neuralstyle
P.S.: nice black&white portraits!)
👍  ,
properties (23)
authorkrishtopa
permlinkre-thecryptofiend-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t080304408z
categoryacademia
json_metadata{"tags":["academia"],"links":["https://github.com/yusuketomoto/chainer-fast-neuralstyle"]}
created2016-08-01 08:03:03
last_update2016-08-01 08:03:03
depth2
children2
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation48,350,480,258,009
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,621
net_rshares12,909,316,444
author_curate_reward""
vote details (2)
@meteor78 ·
👍fantastic article @krishtopa
properties (22)
authormeteor78
permlinkre-krishtopa-re-thecryptofiend-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t175446602z
categoryacademia
json_metadata{"tags":["academia"],"users":["krishtopa"]}
created2016-08-01 17:54:48
last_update2016-08-01 17:54:48
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation184,361,553,890
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id540,366
net_rshares0
@thecryptofiend ·
Thanks will have a look:)
properties (22)
authorthecryptofiend
permlinkre-krishtopa-re-thecryptofiend-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t130841871z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 13:08:42
last_update2016-08-01 13:08:42
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation323,603,913,866,384
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,936
net_rshares0
@phenom · (edited)
@thecryptofiend they don't have desktop app, but they have convinient telegram bot  with id @AIPrismaBot. I found it useful
👍  ,
properties (23)
authorphenom
permlinkre-thecryptofiend-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t080824152z
categoryacademia
json_metadata{"tags":["academia"],"users":["thecryptofiend"]}
created2016-08-01 08:08:39
last_update2016-08-01 09:04:18
depth2
children1
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation11,285,888,514,513
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id529,697
net_rshares13,001,866,611
author_curate_reward""
vote details (2)
@thecryptofiend ·
Thanks:)
properties (22)
authorthecryptofiend
permlinkre-phenom-re-thecryptofiend-re-krishtopa-prisma-how-it-is-works-minimization-of-perceptual-losses-20160801t130903146z
categoryacademia
json_metadata{"tags":["academia"]}
created2016-08-01 13:09:03
last_update2016-08-01 13:09:03
depth3
children0
last_payout2016-08-31 18:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation323,603,913,866,384
root_title"PRISMA - How Does It Work? Minimization of Perceptual Losses"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id533,944
net_rshares0