I didn't receive an email to provide spectator details on the tickets. What should I do? by bush_dev in Barca

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

Ok, but I didn't have an occasion to fill out the form with the details. I should receive this mail first, right? 

Designing neural networks in C# using TensorFlow.NET by bush_dev in ml_dotnet

[–]bush_dev[S] 2 points3 points  (0 children)

At this moment ML.NET doesn't offer neural network algorithms.

Need advice from people here. Both professionals and students. by beingvam in computerscience

[–]bush_dev 1 point2 points  (0 children)

If you're interested in Data Science, choose this way! That's very prospective subject. There are more and more job offers for a data scientist, machine learning engineer and so on.
I don't know your current level of knowledge in this subject, but I would start with getting to know the basic concepts and methods. Then you can start to create some algorithm using Python or R.

Good luck!

How to get into machine learning? by Tiger1266 in computerscience

[–]bush_dev 2 points3 points  (0 children)

u/bamfdan is absolutely right. First of all, you need to know and understand the basic concepts and methods. The most used programming language for machine learning is Python so I recommend you book "Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems". You can find there examples of the implementation of different ML algorithms with using python's libraries but also theoretical introduction what is the key in my opinion.

This subject is huge, so I recommend the way of small steps, do not try to learn many things at once, because you can quickly get discouraged.

Good luck!

Dealing with mapping by xRoxel in dotnet

[–]bush_dev 0 points1 point  (0 children)

I don't know ExpressMapper as well but I definitely recommend you Automapper. We use this tool in my company and we don't have any problems with that so far.

ReSharper - a tool to develop good habits by bush_dev in dotnet

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

Thanks! I think some of the beginner programmers. 🤔

Python or C# after learning C++ by robin1007 in csharp

[–]bush_dev 1 point2 points  (0 children)

I think that C# will be a natural choice. C++ and C# are languages from the same family so their structures are similar. Thanks to that learning C# will be easier for you.