Aquib
Hi bhai
Maxim
Hi bhai
rules #1 and #2
Abdulmatin_OG
Sorry guys, I know this is against the rules, but I am working on predictive maintenance using Machine learning to optimize electronic devices for a project. I checked online for tutorials, and all I could find were a bunch of videos explaining it, but I need tutorials. Can anybody please help with this
Vlad
What shall you automate?
Vlad
"electronic devices" can be fucking anything
Dima
wait I thought its OT
Vlad
You shall need to get a brain somewhere and engineer your solution first, then apply machine learning to it where appropriate
Abdulmatin_OG
"electronic devices" can be fucking anything
Basically like computers or servers and stuff like that
Vlad
This does not cut it
Abdulmatin_OG
i want to create a machine learning model that would predict failures in them before it happens
Abdulmatin_OG
This does not cut it
I don't understand
Vlad
Just waiting for failures will be too slow
Abdulmatin_OG
Where will you get training data?
probably kaggle because it"s for a school project
Vlad
What data are you going to collect
Vlad
To make a prediction on?
Abdulmatin_OG
To make a prediction on?
the history of failure on the devices
Vlad
Abdulmatin_OG
it would be able to differentiate the types of failures
Vlad
You need to collect current state as well
Abdulmatin_OG
You need to collect current state as well
i mean the data is the general data but focusing specifically on the history of failures
Vlad
"general data" is what?
Vlad
i mean the data is the general data but focusing specifically on the history of failures
You will not predict a failure a day in advance with any degree of accuracy
Vlad
Without sacrificing your first born that is
Vlad
But we don't discuss esoterics
Abdulmatin_OG
You will not predict a failure a day in advance with any degree of accuracy
so what are you advising me to do, I don't know much about it cause this is my first time working with machine learning, which is why i am looking for tutorials
Ocean
Nothing happened👀👀
Vlad
so what are you advising me to do, I don't know much about it cause this is my first time working with machine learning, which is why i am looking for tutorials
You cannot get a tutorial on "get shit designed for me I dunno", you will need to up your base knowledge on how to design IT systems in general
Vlad
This may not be the answer you were looking for. But it is what it is
Elvis
Hello I have a concern 😦 ...have been trying to set up a c++ extension and c ..... after trying to my program it doesn't run what may be the problem
Vlad
The subject of what you're trying to achieve is called AI chaos control
Vlad
The subject of what you're trying to achieve is called AI chaos control
I have read about it in the context of fusion energy, but the gist is the same you predict a failure in advance by having tons of data
Vlad
But first you have to think on what data you will collect
Vlad
Failure logs with once a day frequency(if not rarer) is not sufficient data
Vlad
Hello I have a concern 😦 ...have been trying to set up a c++ extension and c ..... after trying to my program it doesn't run what may be the problem
Describe what you have done verbatim with excruciating detail, and then append your expected and actual behavior
Vlad
Have just installed visual studio code after downloading the extension program doesn't run
You shall need IDE instead of an editor first it seems like. Vs code is annoying to configure the first time
aaswq1
Jailhouse Rock, Hound Dog, Suspicious minds
Donny
Hello, I am new to MFC programming and encountered an error after trying to declare a variable using the Application Wizard. How can I fix this error and make the "Variable Type" field editable? (In my case, the "Variable Type" field is currently not editable.)
Donny
"an error has occurred in the script on this page" when i trying declare variable using the application wizard in MFC
neth
Hy
Maxim
Hy
please read the rules
Hakan
Hello guys
ac
when i start my program like ./app 1 2 + its return 3, when ./app 1 2 * its think * = a = 97. this is k&r 5.10 , base program works well, here just added argv
ac
so i tried ./app 1 2 \* and its works, is it linux cmd problem for * ?
harmony5 🇺🇳 ⌤
harmony5 🇺🇳 ⌤
so i tried ./app 1 2 \* and its works, is it linux cmd problem for * ?
* has a special meaning in some shells. It is used for globbing in bash, which is one of the most used shells in linux.
21
hello guys
Simple Sorcerer
hello guys
nohello.com
Bindas
Kisi ko graphics diginer ki need he?
Maxim
what?
"anyone need a graphics designer?" (Hindi)
Rose
Kisi ko graphics diginer ki need he?
User Bindas has 1/2 warnings; be careful! Reason: ad, non-english
Vlad
Nuh uh mister we shall not
Kartos
Programing course available for beginners..
klimi
Anonymous
Programing course available for beginners..
No but beej. Us has a guide follow it it's a on his website
klimi
It's free
No. we do not offer courses any courses. paid nor free.
MᏫᎻᎯᎷᎷᎬᎠ
Hi guys I'm asking is there anyway to ensure that adjacents bitfields shares the same bytes storage and packed to the same endianess?
MᏫᎻᎯᎷᎷᎬᎠ
In https://en.cppreference.com/w/cpp/language/bit_field.html Says: Adjacent bit-field members may (or may not) be packed to share and straddle the individual bytes.
Ziky
Hi guys I'm asking is there anyway to ensure that adjacents bitfields shares the same bytes storage and packed to the same endianess?
packed attribue in case of gcc probably https://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/Type-Attributes.html
Ziky
but endinaness you must handle by yourself
MᏫᎻᎯᎷᎷᎬᎠ
Yes I'm okay with not being full standard compliant, just as much cross platform as possible
MᏫᎻᎯᎷᎷᎬᎠ
Isn't attribute((packed)) same as #pragma pack(push, 1)?
Ziky
it might be
Ludovic 'Archivist'
Yes I'm okay with not being full standard compliant, just as much cross platform as possible
Well, then maybe just handle it without bit fields, using old school getters and setters (defined in header)
MᏫᎻᎯᎷᎷᎬᎠ
Thanks
Orange Juice
printf("Hello World");
Orange Juice
Is it correct?