#machine learning no code
Explore tagged Tumblr posts
nextbrainai · 2 years ago
Text
Tumblr media
Discover how no code machine learning is revolutionizing the way non technical staff can harness the power of AI. This guide will walk you through the basics!
0 notes
fagtainsparklez · 8 months ago
Text
the hatred for anything labeled as “AI” is truly fucking insane 😭 just saw someone berating spotify’s “AI generated playlists” you mean the fucking recommendations? the fucking algorithm? the same brand of algorithm that recommends you new youtube videos or nextlfix shows or for you page tweets? the “you might like this” feature? that fucking AI generation?
846 notes · View notes
lookslikebloodprobablywine · 7 months ago
Text
Tumblr media
512gb of ram ..god I love research machines
46 notes · View notes
spacepetroldelta · 2 months ago
Text
the code that worked yesterday may not work today
Tumblr media
23 notes · View notes
nixcraft · 1 year ago
Text
Tumblr media
153 notes · View notes
whispersoftheunheard · 3 months ago
Text
Coding: My Escape, My Obsession
Programming—ahh, what a paradox! Sometimes it’s an absolute thrill, and other times, it’s the most stressful thing ever. For me, coding isn’t just a skill; it’s my escape. Whenever life gets heavy, my mind instinctively drifts to programming. New ideas, fresh logic, endless possibilities—it’s like therapy but with syntax errors.
But somewhere along the way, this escape became a full-blown obsession. My four years of engineering? A blur of code, projects, and fixing bugs—mine and everyone else's. I was always working, always solving something. And now, when I look back, I struggle to find those carefree moments of pure fun. Sure, I enjoyed college, but every memory somehow loops back to programming.
I don’t regret it. I don’t claim to be a coding genius either—I’m still learning, still growing. But one thing’s for sure: programming has shaped me in ways I never imagined. It gave me purpose, resilience, and a language beyond words.
Yet, here’s what I’ve realized—life isn’t just about writing perfect code; it’s about writing a story worth remembering. And while programming will always be a part of me, I want to step beyond the screen, embrace new experiences, and create moments that don’t just end in a semicolon.
Because in the end, the best code I’ll ever write is the one that balances passion with life itself.
14 notes · View notes
copia · 4 months ago
Text
some of my posts about papa v are getting tags of people saying 'oh? new papa?' can u imagine being at the level of casual fan where you weren't aware this was happening today. wish i could be normal too (<- has been awake since 4am and is starting to struggle)
11 notes · View notes
alllelements · 11 months ago
Text
fighting for my life on wg-gesucht
21 notes · View notes
nextbrainai · 2 years ago
Text
Discover the incredible potential of AI and machine learning without any coding skills required. NextBrain offers a user-friendly platform for no code machine learning. Start unleashing the power of AI today!
0 notes
sharikbashir · 2 years ago
Text
WiFi Hacking with python
wifi hacking python code:
import subprocess try: profiles = [line.split(":")[1][1:-1] for line in subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n') if "All User Profile" in line] print("{:<30}| {:<}".format("Wi-Fi Name", "Password")) print("----------------------------------------------") for profile in profiles: try: password = [line.split(":")[1][1:-1] for line in subprocess.check_output(['netsh', 'wlan', 'show', 'profile', profile, 'key=clear']).decode('utf-8', errors="backslashr eplace").split('\n') if "Key Content" in line][0] print("{:<30}| {:<}".format(profile, password)) except IndexError: print("{:<30}| {:<}".format(profile, "")) except subprocess.CalledProcessError: print("Encoding Error Occurred")
Tumblr media Tumblr media Tumblr media
87 notes · View notes
eagle-head-charge · 5 months ago
Note
█████ █ ███ █████ ████ ████ ███ ██ ██ █ ████ █ ██████ ████ █ ██████ ████ ████ ████ ████ ████ ██ █████
OH, ARE WE SENDING SECRET MESSAGES TO EACH OTHER SO THE COMMIES CAN'T READ THEM????????? BRILLIANT!!!!!!!!!!!!!!!!!!!!!
█████ ████ █████!!!! █ ████ ███ ███!!!!!!!!!!!
6 notes · View notes
kaiasky · 1 year ago
Text
A little bit emotional about this stackexchange post where someone, presumably a kid, teaches themself C using K&R the c programming language.
and so it's like. Outsider art almost. K&R doesn't have many large examples, so it's somebody figuring out programming idioms from first principles basically. And like--yknow--it's all there. it's all fucking there!
It's like how people talk about meeting aliens and them playing go and they might play some things differently but they'd know a 3-3 invasion.
idk. for some reason this has got me choked up all evening. K&R hands you like. here is how to reason through the execution steps of an if statement, but iirc it doesn't have any examples of complete code. It sure doesn't hold your hand on like, idiomatic code. and so you hand that to somebody and they say okay and.
they write fucking CODE. they write fucking CODE and you look at it and you go this isn't idiomatic but dear god. you have fucking written CODE you have felt the computer in your bones. i have never met you and yet I know you.
20 notes · View notes
lookslikebloodprobablywine · 8 months ago
Text
they're shaking hands honest
(ai/machine learning generated animations)
14 notes · View notes
d0nutzgg · 2 years ago
Text
Tumblr media
This is part of a new project I am doing for a Facebook app that can alert someone when there is suspicious activity on their account, and block people who post rude comments and hate speech using a BERT model I am training on a dataset of hate speech. It automatically blocks people who are really rude / mean and keeps your feed clean of spam. I am developing it right now for work and for @emoryvalentine14 to test out and maybe in the future I will make it public.
I love NLP :D Also I plan to host this server probably on Heroku or something after it is done.
74 notes · View notes
piratesexmachine420 · 1 year ago
Text
Tumblr media
Starting to realize why people don't write binaries by hand anymore
19 notes · View notes
awesometrollingman10 · 8 months ago
Text
I wish my Python code would make a "ding!" sound when it's done rendering. I want to be able to return to a machine learning model the same way that a housewife would return to the oven. I need an egg timer for when the computer is done thinking.
8 notes · View notes