Whether part of your job, school, or just spare time — have you made use of this branch of our field?
Whether part of your job, school, or just spare time — have you made use of this branch of our field?
For further actions, you may consider blocking this person and/or reporting abuse
Yes! made a tool to distinguish between ripe and unripe fruits.Unfortunately it's lost in the voids
That's a pretty neat application. I'm sure this sort of thing is already becoming part of the grocery supply chain.
yea nowadays, but back in the days this was pretty cool ngl
woah thats really cool! how did u do it?
Yes! To make a recommendation system for Stack Overflow unanswered questions
MiguelMJ / Answerable
Recommendation system for Stack Overflow unanswered questions
It even allows you to make your own recommendation model, so people who also have experience with ML/NLP can tune even finer if they want ;)
I've been wanting to & over the weekend applied a deep learning model for facial recognition! Was pretty fun 😄
Facial recognition + good faces bot = best faces 🏆
Bryce Dorn ・ May 30 ・ 3 min read
I just finished my project on grain analysis (rice and lentil) to produce quality biodiesel. Used OpenCV so I could classify grains based on lenght-breadth ratio and color. First time doing a research like this but I had a lot of fun.
Wow! Fascinating. What is next for you?
Interviewer: What is your biggest strength?
Me: I am an expert in machine learning.
Interviewer: What’s 6 + 10?
Me: Zero.
Interviewer: Nowhere near. It’s 16.
Me: Ok, It’s 16.
Interviewer: What is 10 + 20?
Me: It’s 16.
Most interesting thing I did was trying to make a music genre identifier using Tensorflow.
I got some results but got kinda bored, never been a big fan of ML. Don't like collecting and labeling data. I could've probably used some api or something to label the music, but couldn't be botherer if I'm honest.
thats really cool! how did u make it?
I've made AI Profile Picture Maker for AI people:
mburakerman.github.io/ai-profile-p...
I have a cross-language (trans) compiler I wrote years ago and I've working on adding AI/ML features to improve it. The most interesting adjustment I have made was to incorporate feature vectorizations on the parsing side and use that in code generation and optimization. I'm still discovering and researching how best to use AI/ML in these tools, and I don't work on it too often since it is a side project. But after only a few months I can already see advantages.
Think about it like this... feature vectorization of the syntax creates binary patterns that can be handled as image recognition problems. So you take the code and convert it to binary, as all compilers do, but instead of converting it to machine code, you vectorize it as features. Those features have patterns that can tell you how to handle code generation and that image recognition can address for optimization.
And yes, I am aware that compilers are not a good fit for traditional AI/ML per say. But we can use AI/ML in various parts of the process to make it work better and require less development efforts.
I would like to think so. Not to promote too much, but the company I'm a part of (plainsight.ai) is creating a nice platform for anyone to do Computer Vision ML/AI. I've used it a few times to help me more accurately predict when my friends and myself should duck and cover from severe weather :D.
I've been tinkering with a chatbot to help me discover / cook recipes. Right now I'm using mostly pre-trained NLP models for the document embeddings and semantic search, which work decent enough for now. I'm planning to fine tune the NLP models to improve search results and maybe add a voice integration with some QA models so I can ask "how much salt do I need?" and get a response instead of always looking back at the recipe.
An early prototype is available here. I mostly work with data on a day-to-day basis so this has also been a learning experience with front-end dev and application deployment!
Check out my blog what I have done with AI/ML at dev.to/adarshgoyal/my-journey-with...
also did this dev.to/adarshgoyal/eyeblink-detect...
In terms of putting together models or training, no... but I was playing with the AI Art Machine earlier in the year.
On the waiting list for DALLE-2 so I can give that a try too!
Many thing but there was one project which got not too good publications but was definitely a pop cultural thing that made a lot of fun .... Did NLP on Songtexts to detect emotions and topics and correlated it with google books mentions (cold back then ngram from Google a sort of Google Trends before the internet) to show the impact of political happenings on the topics and tonality of different bands
A few years back I wrote a letter classifier in PHP.
Before becoming a developer I worked for an insurer and they would scan any incoming correspondence and have staff classifying it, eg was it a complaint, request for information, request for surrender of their policy etc. I was interested in seeing how practical it would be to automate that. My solution involved taking a PDF file, converting it to a PNG, running it through Tesseract OCR to extract the text, and checking the text using ML to determine the intent.
My solution actually seemed to work reasonably well with my own mocked up examples, but if I was actually doing it for real there would be an extensive corpus of existing documents it could be trained on. Based on this I think it likely my old job won't be around by the end of the decade.
I developed an NLP Classifier for a client 6 years ago and I still maintain it. The tech stack has long gone stale and it could be in much better shape, but it still processes more than 100k customer surveys every month 🤷♂️
Hi Ben! I'm just starting on a Livestreamed AI product - I'm building an app which uses GPT-3 to generate speeches for special occasions - weddings, graduations, retirements, things like that.
I posted about it here:
I'm building a tiny product with AI and Remix
Mike Bifulco ・ May 25 ・ 3 min read
And I'll be livestreaming more work on it this week on my Twitch channel - twitch.tv/irreverentmike - the goal is to go from start-to-finish with a complete product idea in the span of a few weeks. I've got about 90min of work on it under my belt already... next steps are designing and implementing a usable UI, and hooking up API calls to it!
Hi yes, we did this : linkedin.com/pulse/optimize-meetin...
Not yet! I am doing web development. But AI/ML is in our course curriculam in upcoming Summer Semester. So I will get introduced to AI/ML then.
I work on an open source application to identify individual brown bears from photos and videos, BearID Project. The aim is to assist wildlife biologists in their research.
I have messed around with PyTorch and some others libs, but have mostly been stuck in tutorial land.
Built a chat bot that usually always gives me bad advice: reshell.org/dr-reshell
Creating beatmaps (the stage data) for music games using ML. I'm looking into ways to improve the technique and that is where I started tinkering with ML.
not yet :(
Not that much but going learn any suggestion?
My master's dissertation was on the use of dynamic adaptive difficulty for shoot'em up games. The paper was published in 2013, already a bit old.
killerasus.itch.io/adaptive-shooter
Yes! currently working on detecting surgical instrument with yolov5 model
Trained a computer vision model for an autonomous drone boat that identified trash and identified objects to avoid!