adsmz [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=16643 Markov Generator <p> <table><tr><td> <a href="/bbs/?pid=34329#p"> <img src="/bbs/thumbs/pico34327.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=34329#p"> Markov Generator 0.8</a><br><br> by <a href="/bbs/?uid=16643"> adsmz</a> <br><br><br> <a href="/bbs/?pid=34329#p"> [Click to Play]</a> </td></tr></table> </p> <p>press z to generate text using a markov chain</p> <p>this is almost done. almost. I'll keep working on this until it works. or until someone else makes it work.</p> <p>usage:<br /> place the markov function in your code</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> markov(input text,n-gram length,[output length] </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <pre><code>input text - string, required this is the string you want to use to teach the neural network with. it's used to populate a table of n-grams, then later to build the output string n-gram length - integer, required the length of each n-gram. an n-gram is a string of characters with a length of n. these are pulled out of the input text by stepping through it character by character output length - integer, default 32 how long the outputted string should be</code></pre> <p>known issues:</p> <ul> <li>lookit that wacky output</li> <li>it sometimes hangs if the input text is too short (this shouldn't be a problem with a good paragraph. a standard lorem ipsum or navy seal pasta works fine)</li> <li>it's probably poorly optimized and messy</li> </ul> <p>based on this <object width="640" height="400"><param name="movie" value="https://www.youtube.com/v/eGFJ8vugIWA&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/eGFJ8vugIWA&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="400"></embed></object></p> <p>with help from Sean, justinj, and TheTomster in discord</p> https://www.lexaloffle.com/bbs/?tid=28328 https://www.lexaloffle.com/bbs/?tid=28328 Tue, 27 Dec 2016 20:35:57 UTC Breckon Sim 2017 <p> <table><tr><td> <a href="/bbs/?pid=33983#p"> <img src="/bbs/thumbs/pico33981.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=33983#p"> Breckon Sim 2017 1</a><br><br> by <a href="/bbs/?uid=16643"> adsmz</a> <br><br><br> <a href="/bbs/?pid=33983#p"> [Click to Play]</a> </td></tr></table> </p> <p>eventually this will have a markov chain to procedural generate nick breckon thoughts<br /> right now it has a small selection of parred down tweets from @nickbreckon</p> https://www.lexaloffle.com/bbs/?tid=28288 https://www.lexaloffle.com/bbs/?tid=28288 Thu, 22 Dec 2016 15:39:59 UTC Bobblu <p> <table><tr><td> <a href="/bbs/?pid=33248#p"> <img src="/bbs/thumbs/pico33250.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=33248#p"> Bobblu</a><br><br> by <a href="/bbs/?uid=16643"> adsmz</a> <br><br><br> <a href="/bbs/?pid=33248#p"> [Click to Play]</a> </td></tr></table> </p> <p><a href="https://twitter.com/FrogCroakley/status/805888729218945024">https://twitter.com/FrogCroakley/status/805888729218945024</a></p> <p>Click on circles.</p> <p>Do it.</p> https://www.lexaloffle.com/bbs/?tid=28182 https://www.lexaloffle.com/bbs/?tid=28182 Fri, 09 Dec 2016 13:48:11 UTC RND - a noise/glitch synth with visuals <p> <table><tr><td> <a href="/bbs/?pid=32698#p"> <img src="/bbs/thumbs/pico32697.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=32698#p"> RND - a noise/glitch synth with visuals 1</a><br><br> by <a href="/bbs/?uid=16643"> adsmz</a> <br><br><br> <a href="/bbs/?pid=32698#p"> [Click to Play]</a> </td></tr></table> <br /> This is a thing for my noise project. It draws random lines and plays random notes while slowly corrupting memory.<br /> Not much to look at, but still fun.</p> <p>It's my first cart, and it's entirely a toy. Maybe next I'll do something interactive.</p> https://www.lexaloffle.com/bbs/?tid=28101 https://www.lexaloffle.com/bbs/?tid=28101 Tue, 22 Nov 2016 11:36:21 UTC