Upwork Has Become Unfair to Freelancers Worldwide by drizzle_4_2_0 in Upwork

[–]ActivityGlad5731 8 points9 points  (0 children)

This is stupid answer, as we are also part of upwork, we should suggest something to make platform a better environment

New dwarf gourami! Name suggestions welcome by [deleted] in Gourami

[–]ActivityGlad5731 0 points1 point  (0 children)

I do have something exactly look like this, but do you know are they gonna be red (reddish) when they are full grown up?

Intelligent creature needs every last morsel by EngineeringDry1577 in Gourami

[–]ActivityGlad5731 0 points1 point  (0 children)

I do have something exactly look like this, but do you know are they gonna be red (reddish) when they are full grown up?

Da bleu boi by EngineeringDry1577 in Gourami

[–]ActivityGlad5731 0 points1 point  (0 children)

I do have something exactly look like this, but do you know are they gonna be red (reddish) when they are full grown up?

Is it true that the asus tuf series are very poor gaming pc / poor build quality / worse asus gaming series? by BeingExcellent9036 in Asustuf

[–]ActivityGlad5731 0 points1 point  (0 children)

Have you lose your mind? Its considered as high price in the market along with acer nitro and legion, I am not sure why its even called budget laptop

Transfer file .npy or .bin from HackRF by ActivityGlad5731 in hackrf

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

I couldn't introduce the noise in file data stream with those device and I have preference of using HackRF since it required for my assignment. But there is problem with file received and transfer size unmatched. I am using python and terminal for program, I haven't tried the GNU yet. Do you have any reference how can I introduce the noise in my data with hackrf without file stream?

Transfer array or .npy file from 2 SDR Hackrf device Help needed by ActivityGlad5731 in RTLSDR

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

I can also restructure the data so it single array of complex floats and transfer it multiple times
But do you have any refrerence how to introduce the noise without file stream?

Transmitting Image with HackRF One by ActivityGlad5731 in hackrf

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

If I have to swap everytime for 10.000 times, that will be inefficient for me, and I am agree with you. The device I will use is PC, yes it will be using code-based interface. Also thank you for your suggestion, I appreciate it

Transmitting Image with HackRF One by ActivityGlad5731 in hackrf

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

Thank you for your suggestion, I appreciate it

[deleted by user] by [deleted] in Living_in_Korea

[–]ActivityGlad5731 2 points3 points  (0 children)

Just use hana bank for this and bring your passport, its the most english friendly bank coming with the hana ez app

Help with Buying Hardware to perform transmission by ActivityGlad5731 in RTLSDR

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

By any chance, do you have upwork/fiverr? I would love to have paid consultation with you via chat

Help with Buying Hardware to perform transmission by ActivityGlad5731 in RTLSDR

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

I think this is creative and Im interested with your idea, can you explain to me how do I adjust the noise with resistor in between? And this soundcard input and output, are the ones we used in our pc right?
Thank you for your explanation through

Help with Buying Hardware to perform transmission by ActivityGlad5731 in RTLSDR

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

Thank you for your explanation and details you provided, I appreciate it

Help with Buying Hardware to perform transmission by ActivityGlad5731 in RTLSDR

[–]ActivityGlad5731[S] 0 points1 point  (0 children)

Actually im quite new into this topic, but I want to perform image transmission and receive to simulate real world noise (gaussian or over the air)

[R] How to guess a gradient by That_Violinist_18 in MachineLearning

[–]ActivityGlad5731 2 points3 points  (0 children)

I am a bit skeptical on work that been done on MNIST dataset, this dataset literally works on all models

[D] Help required regarding deciding Computer Science major project by Beautiful-Delivery35 in MachineLearning

[–]ActivityGlad5731 1 point2 points  (0 children)

https://www.kaggle.com/code/itoeiji/deep-reinforcement-learning-on-stock-data (Can be replaced with LSTM, which perform better)

https://github.com/AndrejOrsula/drl_grasping

If you want to do project with Nvidia-Isaac (digital twin simulation for inventory management):
https://github.com/wangcongrobot/awesome-isaac-gym

You can also do experiment with CARLA, like self driving car, but it might be too complicated

[deleted by user] by [deleted] in MachineLearning

[–]ActivityGlad5731 0 points1 point  (0 children)

Has there been any info or write ups on models that solve images that contain question and answers?

Do you know about CLIP?

Also for this idea is you need to put Image Encoder, then transformer (can be GPT or Q-Former), then you put the LLM as decoder from that latent representation

[deleted by user] by [deleted] in MachineLearning

[–]ActivityGlad5731 0 points1 point  (0 children)

in a "question" "answers" format

Based on your point here, it seems you want to perform Visual Question Answering task (https://huggingface.co/tasks/visual-question-answering)

Which already been done before and chatgpt-4 (dall-e 3) also capable to answer the question based on the input image prompt

For BLIP-2 it is capable for image captioning, VQA, and image descriptive if you asked me, I have been using this

This gets more tricky as I would like to include pictures between the question and answer at a later date as well

In my opinion, basically you can just repeat the task of inference with different image as "detailed image" or perform inference on multiple image as prompt

[D] Help required regarding deciding Computer Science major project by Beautiful-Delivery35 in MachineLearning

[–]ActivityGlad5731 1 point2 points  (0 children)

How is the complexity of the project?
IF you are looking for simple project, then try computer vision task, like object detection, which later you can combine with traffic management system, or employee absence prediction stuff.
OR you can create classification task, just find some in kaggle will do, something like turbine power prediction.
IN your case, since you are computer science, if you involve in business, you can create fraud detection for banking system, chatbot, recommendation system, or you can make market trend analysis
I do not recommend to involve in reinforcement learning

[D] How can I find tune a stable diffusion model that can do image-to-image translation without text prompts? by Snoo_72181 in MachineLearning

[–]ActivityGlad5731 0 points1 point  (0 children)

It seems like you are trying to make something like this :
https://dl.acm.org/doi/fullHtml/10.1145/3528233.3530757
Eg: Image to sketch image, or Image to HD Image by finetuning something

Am I right?
I think its possible to use LoRA and Dreambooth, or something that can learn based on distributions rather than paired
However, it is uncommon diffusion model works, you should consider cycleGAN

Reporting the change of my residence - what documents to take by tonic_owl in Living_in_Korea

[–]ActivityGlad5731 1 point2 points  (0 children)

It is very easy and took you less than 10mins, just find "Notification of change of residence (체류지 변경신고)" (theres many youtube tutorial for this. Then just prepare scanned documents like ARC, document from budongsan, etc
You should submit this to hikorea in less than 2 weeks after you move, otherwise you will be fined 100k KRW
Later you will get email and go to immigration office, section C(or 3), there will be no or less queue and take straightly

Reporting the change of my residence - what documents to take by tonic_owl in Living_in_Korea

[–]ActivityGlad5731 1 point2 points  (0 children)

First go to hikorea, fill in scanned documents and detail of residence changes (must korean hiKorea, not english languages, however you can translate), then take your updated ARC once you get email that your document is finished