Tuesday, June 20, 2023

24 New Data Science Data Engineering and Machine Learning jobs

Job Title Company Location Country Skills
Data Scientist VITO Professionals Zwolle Netherlands R
Data Scientist - startups Licorne Society Paris France
Senior Data Scientist Underdog.io San Francisco United States Python, Java, Scala
Medior/Senior Data Scientist Mediabrands Amsterdam Netherlands Scala, Machine Learning, Python
Data Scientist / Machine Learning/AI Expert & Star... Antler Greater Stockholm Metropolitan Area Sweden Machine Learning
Senior Data Scientist Hatch Montreal Canada Python, Reinforcement Learning
Data Scientist – Machine Learning Irdeto Salzburg Austria Machine Learning, Python, SQL
Senior Data Scientist EssenceMediacomX London United Kingdom Machine Learning
Data Scientist, Enterprise Analytics IGS Energy Ohio United States Python, SQL, Spark
Data Scientist Senior (w/m/d) Wiener Linien Vienna Austria
Cybersecurity Data Scientist - Santander Digital S... Santander Digital Services Boadilla del Monte Spain Machine Learning
Senior Data Scientist Skanska Charlotte United States SQL, Deep Learning, ETL
Senior Data Scientist ManTech Tampa United States Machine Learning, SQL, Modeling
Data Scientist MedRisk United States United States Modeling
Senior Data Scientist / Data Engineer, Drive Syste... Tesla Austin United States Java, Scala, Kafka
Senior Data Scientist Qantev Paris France Machine Learning
Data Scientist (Remote -Virtual)- Supporting Suppl... US Foods Rosemont United States Python, AWS, Machine Learning
Quantitative Research Analyst / Data Scientist - H... BNP Paribas Paris France Machine Learning
Data Scientist / Quality Engineering Lathrop Tesla Lathrop United States SQL, ETL, Python
Junior Business Data Scientist Danone Brussels Belgium Data Visualization
[Data Scientist (Mid-lvl, Senior, Principal) Cand...](https://datayoshi.com/offer/999084/data-scientist-mid-lvl-senio) King London United Kingdom
Data Scientist Insurance (all genders) adesso SE Hamburg Germany Machine Learning
Data Engineer ResMed Bengaluru India SQL, Machine Learning, Scala
Data Scientist - Blockchain Intelligence CryptoRecruit Sydney Australia Python, SQL

Hey, here are 24 New Data Science, Data Engineering and Machine Learning jobs.

For more, check our Google sheet with more opportunities in Data Science and Machine Learning (updated each week) here

If you want to take some Data and ML courses, click here

Let me know if you have any questions. Cheers!

Monday, May 15, 2023

How are we feeling about the AI space?

Hey everyone!! The AI space has been really starting to blow up over the last year or so with some major players in the industry openly discussing what the future holds with AI, From what I’ve seen, the industry has exploded in terms of the number of companies specializing in AI that have come out of nowhere all with the same goal of creating new AI solutions. ChatGPT and now GoogleBard seem to be the main ones in the industry rn but as tech continues to advance new software is bound to come out… IMO It’s all going to come down to who can make the most efficient platform that will benefit the users, you and me. That being said, I’ve been wanting to do some research on companies that are putting out consistent tech and really trying to set new standards for the AI space. Would love to hear of any companies that anyone knows of that is doing some cool stuff!

I found a bunch of different AI companies like I thought I would and they all do a bunch of different things. One that I thought was pretty cool was EdgeTI pretty much because of the practicality of their software. They build AI software that are based around intelligent automation, generative AI and quantum technology so that companies can implement this kinda stuff into their day to day operations to make better and timely decisions. I feel like this could get rid of some jobs eventually LMAO (hopefully not mine)..

From what I’m seeing on their website and they seem to already have some big clients like the US Air Force, Motorola and ManTech which is pretty massive for them. They actually just integrated ChatGPT into their Generative Ai software, which is allowing their software to have higher levels of rapid knowledge acquisition and the ability to implement working solutions. When you combine these two platforms you get a program that can find the right answers (ChatGPT) as well as a software that can store these answers over multiple applications in the right format (EdgeTI). I honestly think this integration is awesome and will seriously benefit users instantly. How do we feel about this kinda tech?

I do have a couple main concerns that I need to find out/need answers to before I pulled the trigger on investing or anything tho. These are the two main ones:

  1. How does their tech compare to other competitors in the space? Am I missing a key competitor in the space?
  2. What’s the lifespan of this tech? Is it here to stay or is something bigger and better going to come along?
  3. They announced that they’re going to be cash flow positive this year. Do you think it’s possible??

Can anyone maybe provide me with some insight into these concerns? I like how the company’s software looks, but these two things are bugging me. Appreciate it, everyone.

Sunday, April 23, 2023

Powering Solenoid Valves, Pump, and Arduino for an Automatic Watering System Project

Hello, I'm working on an automatic watering system project that involves controlling 2 12V DC solenoid valves (this) and a 12V DC pump(this) connected to Arduino Uno through a 5V 4-channel relay. I have a 14V 2.5A AC/DC adapter and an LM2596 step-down voltage regulator to step down the 14V to 12V. The Arduino also measures the water flow using a 5V water flow sensor (this).

I have a few questions regarding the power supply:

  1. Can I supply power to the Arduino Uno by the Vin pin using the same 12V from the voltage regulator?
  2. Should I power the relay coils from the Arduino's 5V pin?
  3. Can I connect the wires from the voltage regulator to a breadboard rail, then supply 12V to the pump and the 2 valves?
  4. Is there anything else I need to take into consideration?

I appreciate any help or advice you can provide. Thank you!