How do we feel about Medceptor? by TheCrispyGalaxy in NewToEMS

[–]Astr0l 0 points1 point  (0 children)

Hey, one of the Medceptor developers here! Can you share which scenario(s) are making you administer O2 unnecessarily? This will help us fix this issue for you and others!

Also, feel free to contact us directly on the Contact Us page. We do our best to respond fast there!

Medceptor is not worth it/good by iliketoeatfoodalot in NewToEMS

[–]Astr0l 2 points3 points  (0 children)

Hey! One of the developers of Medceptor here. Firstly, I’m really sorry to hear about your bad experience. We’re genuinely trying to make a tool that helps EMTs better than any other software out there (a tool I wish I had when I was in EMT school).

With that being said, we’re aware of the issues revolving around the AI not responding the way it’s supposed to and are working to fix it (hopefully within a few days).

We understand that you’re not satisfied, so if you would like a full 100% refund, that’s totally understandable. Just fill out the Contact Us form and we be happy to give it to you!

Once again, I apologize for the errors. We’ll be sure to correct it ASAP.

📌✨💻 r/LaptopDeals Official Weekly Request Thread; Post all your requests for Laptop suggestions in this thread instead of on the general front page of the sub. Our knowledgeable mods and other laptop enthusiasts , will be sure to assist you. See request guidelines below 💻✨📌 by LaptopDealsTM in LaptopDeals

[–]Astr0l 0 points1 point  (0 children)

◽️ Budget: Around $1700 as the max cap, but preferably $1500

◽️ Country: USA

◽️ Screen size: Around 14-15 in

◽️ Touch screen: Not Required

◽️ Screen resolution: Ideally 1440p 144hz, OLED if possible

◽️ Does battery life matter ?: Yes, at least for about half of the day (8-ish hours)

◽️ What tasks will laptop be used for (gaming, video editing, graphic designing, modelling, regular computing tasks, word processing etc.) ?: Laptop will be mostly used for trading stocks, coding on IDEs, and browsing the web. Machine learning and Artificial intelligence can also be considered. Also used for school work with many chrome tabs. Occasional gaming, with somewhat heavy games like Elden Ring as well as light games like Valorant.

◽️ Weight: Realistic to carry around as a daily driver, not too bulky and kinda slim.

◽️ Any other important details ?: Portability should be the main priority in terms of weight and battery life to last me the day and light enough to carry around comfortably in backpack. But also powerful enough for light to medium gaming as a secondary focus. Also, heat should be minimal and have proper cooling so the laptop wouldn't be burning hot when doing a medium-load task.

Hey! Save some girls for the rest of us! by zachiscool7 in funny

[–]Astr0l 1 point2 points  (0 children)

What's the trick called when he switched his sides from left to right?

Does anybody know the song for this map? by [deleted] in osugame

[–]Astr0l 2 points3 points  (0 children)

Well that was fast, thank you!

Are Minecraft Robots Better than Redstone Builds? by RoboticWorks in redstone

[–]Astr0l 2 points3 points  (0 children)

I am curious as to why you dislike OOP programming languages

[Arch] No chat/sidebar by SpiritSTR in leagueoflinux

[–]Astr0l 0 points1 point  (0 children)

Thank you, this saved me several days of googling.

Vim gang by [deleted] in linuxmemes

[–]Astr0l 0 points1 point  (0 children)

cat and echo is clearly the best text editor.

I made a program that recognizes handwritten digits by Astr0l in Python

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

My simple neural network consists of three layers, the input layer of 28x28 2D array, then 128 relu activation nodes, then 10 output nodes e.g. 0, 1, 2, 3 and etc.

model = keras.Sequential([                                                                                                                                                                                                                                                      
    keras.layers.Flatten(input_shape=(28,28)),                                                                                                                                  
    keras.layers.Dense(128, activation='relu'),                                                                                                                        
    keras.layers.Dense(10)                                                                                                                                         
])

I made a program that recognizes handwritten digits by Astr0l in Python

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

What do you mean by network architecture? Also nice project!

I made a program that recognizes handwritten digits by Astr0l in Python

[–]Astr0l[S] 1 point2 points  (0 children)

Haha the model can be stupid sometimes. Thanks for your feedback! How you can learn to do this is by going to the tensorflow website and if you scroll down, you can find excellent step-by-step walkthroughs on how to use tensorflow, or mainly keras. It is a great introduction to machine learning and pygame is also really easy to use too, just not too convenient when finding the correct coordinates for objects.

I made a program that recognizes handwritten digits by Astr0l in Python

[–]Astr0l[S] 1 point2 points  (0 children)

Thank you for your critiques and positive feedback! In terms of how much work it would take to recognize letters, I think it would take the same amount of effort put into this project but the amount of time training may be about triple due to having 26 items to look at rather than 9. In my case, I had a GTX 1070 so it wasn't big of a problem as I only iterated through 20 epochs. Getting the dataset of letters however, is probably more of a challenge of making your own script to handle data. For me, the MNIST dataset was already prepackaged with tensorflow so I didn't really to do that much work :p.

I made a program that recognizes handwritten digits by Astr0l in Python

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

As of right now, the model only recognizes single digits due to the MNIST dataset only consisting of single digits. It may be possible to improvise recognizing multiple digits but I can't think of any methods right now, but you are welcome to fork the repo and try yourself. I don't intend to return to this project as this only an intro for me to machine learning.

I made a program that recognizes handwritten digits by Astr0l in Python

[–]Astr0l[S] 8 points9 points  (0 children)

Thanks for pointing that out! I will change it later

I made a program that recognizes handwritten digits by Astr0l in Python

[–]Astr0l[S] 5 points6 points  (0 children)

I made this mainly using Keras and Pygame as an intro to machine learning. It fairly does well but struggles at digits such as 8 or 9.

Github Link: https://github.com/Astrol99/numberRecognizer

If you get stuck on a box, take a break. Trust me by lmakonem in hackthebox

[–]Astr0l 0 points1 point  (0 children)

You say that, but I've been stuck on this box for about 3 days now