Emotes
Kaomoji
Emoji
BBCode
(for deletion)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, webp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.
  • 13 unique users in the last 10 minutes (including lurkers)





Want your banner here? Click here to submit yours!

Looks like AI can any heyurizen confirm
8 posts omitted. Click Reply to view.
>>
>>189571
Yes but it's the opposite too. If we post proof of bad real things, everyone will just say "it's ai fake"
>>
>>189572
that looks photoshopped
>>
>>189575
I'm not talking about OP's picture. I'm talking in general
>>
>>189577
i'm also talking in general, dumbdumb
people already fall for fake things, and they already accuse real things of being fake
>>

I think the smell of body odor can be arousing, especially around the crotch.
10 posts omitted. Click Reply to view.
>>
>>189527
how do you get a cute girl to do that, are you also a really cute guy:astonish:
>>
>>189543
she thinks im really cute but im sure im average... maybe i look better on photo, who knows :nyaoo: what matters is i get my pantsu
>>
>>189520
YOU ARE THE LUCKIEST MAN ALIVE
>>
>>189567
howdo you find girls like that did you build a friendship with them for100 years:cry::cry::cry::cry::cry::cry:
>>
when i was 14 i was playwrestling this girl who was a year younger and her crotch smelled exactly like my crotch but like a ten times stronger. that was my last sexual experience ๏ผˆ ยด,_ใ‚`๏ผ‰

tis is mine waifu
4 posts omitted. Click Reply to view.
>>
๏ฝท๏พ€โ”โ”โ”(๏พŸโˆ€๏พŸ)โ”โ”โ”!!
>>
>>189579
when i see a bee doing that, i like to place my finger right by the exit, so that when they back out, i get to touch their butt :nyaoo:
WARNING: i am not a bee expert, some species might not be okay with this and try to sting you, i don't know but the ones near me don't
>>
>>189469
you're too cool for heyuri, friend.
>>
>This guy is just in it for the love of the game bees.

haven't you heard, it's hip to fuck 'em!
https://www.youtube.com/watch?v=8CvqmD0CZao
>>
my favorite song will forever be put your hands inside of the puppet head or something like that, i should get listening to them again, mostly the 80s&90s stuff:biggrin:

how do you lern to draw?
15 posts omitted. Click Reply to view.
>>
>>189503
emo win :emo:
>>
๏ฝท๏พ€โ”โ”โ”(๏พŸโˆ€๏พŸ)โ”โ”โ”!!
>>
>>
๏ฝท๏พ€โ”โ”โ”(๏พŸโˆ€๏พŸ)โ”โ”โ”!!
>>
4chan's /ic/ board has many references and threads for people learning how to draw. Take it slow and steady for sure for drawing is a skill learned through studying and practice.

I wanna fuck fat ugly bulldykes.
>>
>>189548
>>>/j/
>>
>>189550
I hope no girls on heyuri are like that:gross:
>>
Heyuri has only the cutest and sexiest dykes
>>
I want to fuck all of your moms :love:
>>
god speed o7

I just realized dejiko has smear frames in her animation
>>
just like wb cartoons

surprisingly i haven't been on here for a while... buuut at the end of the day, this place is home!! i hope everyone has been well!
>>
I'm fine thank you, how are you? What have you been up to? :biggrin:
>>
>>189552
i am doing pretty well, too!! and well.. i haven't been up to much, actually.. maybe just been playing games here and there.. what about you, anon?!:biggrin:
>>
Naisu

>what about you, anon?!
Working on myself and various projects, though progress is slow...
>>
>>189554
cooool :nyaoo-closedeyes:
hope it goes well hehe
>>
okaeri (=๏พŸฯ‰๏พŸ)๏พ‰

SIR! IF WE DONT MURDER AND RAEP HIS BODY, HE WILL BE UNMURDERD AND WITH AN INTACT HOLES.
>>
Don't forget to add extra rape. :biggrin:

bought vending machine rori pantsu and they werent even used (;ยดะ”`)
9 posts omitted. Click Reply to view.
>>
i once bought a mag with a pair of panties, a picture of girl in same panties + lipstick kiss on the photo. I wonder... :sweat2:
>>
Japan banned the sale of loli bodily fluids a while back :cry:
>>
>>189538
r u srs? there goes my planned japan trip...
>>
>>189538
why did they do that?
>>
But you can still imagine they were ใƒฝ(ยดใƒผ๏ฝ€)ใƒŽ

Unfortunately, you can't attach a pdf here (please allow this), so I will put a link. https://files.catbox.moe/fxa33e.pdf
>>
>>189493
IT'S BRILLIANT! :astonish:
And I have no clue what any of it means! :biggrin:
>>
>you can't attach a pdf here (please allow this
you can use Uploader@Heyuri for such non-allowed file extensions
>>
1118130
to smart, meow~ not understand!!!~desu :x3:
>>
Okay, I have had some time to think about this, and I think I have solved at least one of the problems I laid out in the original post

>Although I have proposed this algorithm, I am yet to implement it. The main challenge is how the optimization taking into account the heuristics should be performed. The simplest idea would be to optimize each row of the matrix individually using any appropriate technique (e.g. gradient descent, Simultaneous Perturbation Stochastic Approximation). Then repeat this many times. However this would presumably be very inefficient. Besides, we should ideally be optimizing globally or at least using regions larger than a single sample. Another issue is that optimization procedure may change the deltas to minimize the heuristics, instead of distributing the residual in the way that minimizes the heuristics' cost.

The solution to the issue of the heuristics making changes in a way different than the residual dictates, or beyond what they dictate, is as follows. The solution is to enforce the requirement V/S >= C. Where V is the sum of a row, and S is the sum of the absolute values of a row. C is a constant. To enforce the requirement I laid out originally (i.e. that the residual energy must be just distributed, so no kinds of 'accounting' is allowed where values of the opposing sign could also result to minimize heuristics), C would be equal to one. On the other end, to allow some amount of 'creativity', C could be set to be some value 0<C<=1.

In an optimization based approach, these hard limits may be a problem. Thus I propose using the following differentiable cost function: c_2*e^(-v*c_1). Where v is a value that becomes negative when the condition is not met, and c_1 and c_2 are weighting constants. For the proposed requirement, v=V/S-C, or v=(V/S-C)*S if we want it go be scaled also by the magnitude of the changes.

For the optimization algorithm, I am still not completely sure, but at least at first, I think I will go with a global gradient descent. Of course, this will mean it would probably be non-real-time. However, for the main application I am working on, a single voice synthesizer, this could be fine if the analysis is done during the database creation, since the gradient descent doesn't have to be run for synthesis.

I have also thought of another approach, actually that doesn't use an optimizer at all. This approach probably wouldn't work as well as the optimizer-based approach, but it may be able to run I real-time. The ide

Comment too long, view post No.189533 to see the full comment.

what would christurdopher pooleโ€™s favorite touhou be
1 posts omitted. Click Reply to view.
>>
cirno
>>
any loli
>>
>>189385
cock is too dry, handsome shape though
>>
>>189383
godzilla
>>
>>189433
thanks cutie

File: 1634400782350.gif
[Animated GIF](255 KB, 500x400)
261595
๏ผ๏ผผ ๏ผ๏ผผ ๏ผ๏ผผ
๏ผผ๏ผ ๏ผผ๏ผ ๏ผผ๏ผ
๏ผ๏ผผ ๏ผผ๏ผ ๏ผ๏ผผ
๏ผผ๏ผ ๏ผ๏ผผ ๏ผผ๏ผ
๏ผ๏ผผ ๏ผ๏ผผ ๏ผ๏ผผ
๏ผผ๏ผ ๏ผผ๏ผ ๏ผผ๏ผ
6 posts omitted. Click Reply to view.
>>
616600
>:3
>>
>>189481
fluffy night clouds made of bright neon cotton candy dashing at 300km/h, going back and forth on real life replay forever and ever because time doesnt exist, with stars forming rings and spinning, blinking specifically for you and transmitting happiness and understanding directly into your mind, rainbow moon that floats and feeds the night with light and keeps all the clouds and stars in order, soaking with magic, sewn with magical threads that continue to coil and coil everything :nyaoo2:
>>
>>189483
osaka noooooooooooooo
>>
naruhodo..
>>
:waha:

:tacgnol::longcat:
>>
picking up cats to make them more appreciably long makes me think of how desirable catgirl armpits must be
>>

Scientists are questioning whether his claim is compatible with our current understanding of the human body.
6 posts omitted. Click Reply to view.
>>
h-he died?
>>
my record is 10. i also fingered my highschool gf 10 times in a night once back in the day and had to rub soothing balm on her pussy the next day because she could barely walk. those were the days.
>>
teh 2nd time doesnt feel nice unless i havent fapped in a few days!+++
>>
The amount of days where i forget to masturbate are growing, but sometimes i go through periods where i masturbate for hours though and orgasm over and over until im sore. ๏ผˆ โŒ’โˆ‡โŒ’ใ‚ž ๏ผ‰
>>
f-forget!? either you are old and senile, or senile and old!?

anime isn't weird.
>>
SWEET ZOMBIE JESUS
>>
I can fap to this. :biggrin:

Want your banner here? Click here to submit yours!

Delete post: []
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] [553]