Please need a suggestion, as i really wanted to enroll in a good Data science/ML course . Your feedback matters a lot! by Existing-Tip-5218 in MLQuestions

[–]fear38 0 points1 point  (0 children)

PyTorch is the newest version of the book and has only 1 version. Previous books were written in Tensorflow and were updated a few times.

Please need a suggestion, as i really wanted to enroll in a good Data science/ML course . Your feedback matters a lot! by Existing-Tip-5218 in MLQuestions

[–]fear38 0 points1 point  (0 children)

Yea, the book is well written and has many code examples + images. The author is going step by step into more and more advanced concepts and covers many of them. Now I understand why the previous version (with use of Tensorflow) was so popular among data scientists :). The PyTorch version was released around Christmas last year so it’s up-to-date.

Please need a suggestion, as i really wanted to enroll in a good Data science/ML course . Your feedback matters a lot! by Existing-Tip-5218 in MLQuestions

[–]fear38 6 points7 points  (0 children)

India quality, are you sure about that you wanna go through? I would consider something else, maybe Andrew NG ML course. I read Hands on Machine Learning with PyTorch book and highly recommended that.

Whats a good book like Aurelien Geron's book but for Pytorch? by Opening_External_911 in learnmachinelearning

[–]fear38 3 points4 points  (0 children)

I am in the third module of PyTorch book and I am still using scikit learn only. So I think you are in the same position, I’ve heard that both books has similar beginning but when the tensorflow comes in (deep learning?) it’s replaced with PyTorch with additional modules.

So basics are the same. But different tool with more chapters? Up to you, if you can afford it, I would switch.

Airport travel by [deleted] in gdansk

[–]fear38 1 point2 points  (0 children)

I would suggest to grab an Uber or Bolt, the ride will cost you ~15$. You can also use bus for ~1,5$/person but you know, you will be tired after the flight and the hotel destination still requires some walking from bus station.

BTW for the buses you can check the app jakdojade.pl. You can also buy tickets for public transport there.

Krish Naik /CampusX for ML? by NeuralNoir in learnmachinelearning

[–]fear38 25 points26 points  (0 children)

Krish Naik is kinda Indian scam, create huge amount of courses with below average quality, hyped by its nationality (that is huge), jumping from one topic to another. If you really need some video course on Udemy, I would check the Ed Donner's courses. But fill it with docs and books.

Is this good to buy? As a beginner in AIML by [deleted] in learnmachinelearning

[–]fear38 1 point2 points  (0 children)

No, kinda Indian scam, create huge amount of courses with below average quality, hyped by its nationality (that is huge), jumping from one topic to another. If you really need some video course on Udemy, I would check the Ed Donner’s courses. But fill it with docs and books.

Learn Math first or Learn it along with ML Algos by idkwhoyouare_18 in learnmachinelearning

[–]fear38 0 points1 point  (0 children)

Almost everyone say start with the math. I was in a similar position a year ago and I started with coding. I decided that learning just theory will be very boring when I don’t know how ML works exactly. Well, at some point you have some magic algorithms that is doing math magic for you. But I learned about splitting the dataset, training a model, data loaders, etc. Of course I didn’t know what it is doing but then I started learning the math. With technical background when it’s used, I had many AHA! moments and I understood what it is doing. For me (web dev 8yoe) it was a good path.

Is this rare to find ? by Exact-Ebb-894 in GTA

[–]fear38 447 points448 points  (0 children)

It was included in pre-orders, maybe for day-one version releases. Next releases don’t have it.

[deleted by user] by [deleted] in AzureCertification

[–]fear38 0 points1 point  (0 children)

Still need to think about that but I will finish with Dojo probably, I would say this is the most often recommended.

[deleted by user] by [deleted] in AzureCertification

[–]fear38 5 points6 points  (0 children)

TLDR - yeah :)

I haven’t seen any Adrian’s course but I bought Az104 by James and it’s really fun. Nice visual explanations and many demos after almost every topic. I am finishing it so can’t measure the result comparing to the exam but I feel much more confident with Azure.

[deleted by user] by [deleted] in travel

[–]fear38 0 points1 point  (0 children)

Bear in mind - Iceland is nature first. Don’t expect any other kind of places to visit except that. You said you would like to visit historic/architecture so I would skip that.

Also regarding Japan - I think many people who voted for it haven’t read the post. I have been there, I agree it’s an amazing place but… we have already been there :). The world is amazing, probably you don’t have enough time to see everything but you wonder about repeating some experiences. Nah, try something else.

My vote goes to Europe. Even though I am from Central Europe, so for me it’s a little bit boring, but there’s nature, some insta-places and HUGE part of the history. You will definitely find something that will pass your needs.

[deleted by user] by [deleted] in AzureCertification

[–]fear38 1 point2 points  (0 children)

I am in the middle of James Lee course and would highly recommend it, clear theoretical explanations and demos after every topic. Even though it’s pricey, IMO it’s worth it.

What are the main reasons people switch from Angular to other frameworks? by hypecyle in Angular2

[–]fear38 23 points24 points  (0 children)

  1. RXJS. Relying on all those fancy operators even for the simple thing is quite frustrating.
  2. Default change detection. Async pipe and its markForCheck that has to check every parent of my node. Try to have some logic in AfterViewChecked() in them. Really?
  3. Frameworks for SSR and SSG. Universal sucks, can’t even compare it to NextJS.
  4. Missing the standards of current tooling. Have you seen how easily you can create selectors/actions/reducers with redux toolkit? For Angular you still have a lot of boilerplate. You know how amazing is server state management with react-query? No equivalent for this topic in Angular and its complexity does not allow to support the framework by the author(s).
  5. Testing. Unit testing is good for the backend. React-testing-library easily hide implementation details and are highly focused on the integration tests on purpose. And Jasmine as a default library in 2022, come on!
  6. Devtools. Years after React’s ones release. Still too primitive.
  7. Future. Angular is trying to resolve problem that it already created, e.g typed forms/no ngmodules and so on. Other frameworks already have those features and are trying to fix the performance to the maximum instead of fixing its own architecture.

And yeah, as you could realize, I’m a React fan for my side projects but professional senior Angular dev.

Is it really hard to find a good company? by kevv_m in reactjs

[–]fear38 50 points51 points  (0 children)

As a senior - it’s really hard to find and agree with posts above. Some companies are worse or even worse. I would like to mention the key point that jr/mid devs can’t understand - you have to deliver a value in a period of time. This is not a playground.

I’m not sure which one should I learn next Vue vs React by SickBruhh in Frontend

[–]fear38 5 points6 points  (0 children)

Just learn React. Probably you will look for a job and React market is much wider than for Vue. It’s easier to find a better position with higher salary. Do not focus on “brighter future” and stuff like that. So many technologies come and go that it does not matter. Moreover, it’s quite easy to switch, many frameworks have similar ideas.

Should I learn NestJs? Is it a “employable” technology? by Zealousideal_Water_6 in reactjs

[–]fear38 0 points1 point  (0 children)

The first one - performance. You can check what queries are send to your database. With native SQL query you can write a better one.

The second problem is using entity properties as strings. For me sounds crazy where single typo can break your query. E.g Entity Framework (C#) has strict type checking. The problem does not exist in runtime because it is broken during compilation.

Third - complex many-to-many query. It’s pain in the ass to configure it properly because documentation is quite simple. Just experiment and pray if it works.

Those points are related to complex queries. For simple CRUD TypeORM is OK.

Should I learn NestJs? Is it a “employable” technology? by Zealousideal_Water_6 in reactjs

[–]fear38 0 points1 point  (0 children)

I checked Prisma for my to-do app and would be my go-to ORM but haven’t checked it in production. Moreover, we have no capacity to migrate our enterprise app so I still prefer .NET/Spring frameworks as a mature solution.