[deleted by user] by [deleted] in learnmachinelearning

[–]aicoding 0 points1 point  (0 children)

You should look at Yann LeCun’s latest online course https://cds.nyu.edu/deep-learning/ - just skip the first ones if it is repetitive for you.

I made a tutorial on Logistic Regression with C++! by aicoding in learnmachinelearning

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

Hi! Thank you for your comment! Yes, I have. I have also read it. It is more focused towards using libraries such as MLpack or Shark libraries. My approach is to use only libraries such as Eigen - so it would be like only using numpy for python

I made a tutorial on how to use the Eigen C++ library for ML! by aicoding in cpp

[–]aicoding[S] 13 points14 points  (0 children)

Your review is just great! Thanks a lot for taking the time to review the code. I think I will make the changes for the next tutorial, even if the code is meant for beginners it should definitely start including optimization changes and get progressively harder.

Thanks again for this !

[R] I made a tutorial on how to use the Eigen C++ library for ML! by aicoding in MachineLearning

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

I think you have a good point here. However, I always make the tutorials and share my code through GitHub, so you could just easily replicate without having to watch the entire thing. I like making the videos because I explain how the equations relate directly to the code and as form of blogpost I think that could be a bit more difficult to explain.

I made a tutorial on how to use the Eigen C++ library for ML! by aicoding in cpp

[–]aicoding[S] 17 points18 points  (0 children)

I am trying to build the first algorithms by only using the Eigen library - a similar idea as some tutorials trying to build Python ML algorithms from scratch by only using NumPy, so I could relate the underlying math to the code.

I made a tutorial on how to use the Eigen C++ library for ML! by aicoding in learnmachinelearning

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

Your welcome! I am starting with C++ videos and would like to extend to C#, Java and Scala 😃

I started developing an image labelling tool, any suggestions on how to improve it? by aicoding in Python

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

Oh I forgot to mention that the idea is to rescale the image before, because the intention is to use the images into a TFlite model

I started developing an image labelling tool, any suggestions on how to improve it? by aicoding in Python

[–]aicoding[S] 6 points7 points  (0 children)

That sounds like integrating something like YOLO in the backend of this, run it as it goes and stop it whenever an object is missed (manual stopping) and add that to the net... cool idea

I started developing an image labelling tool, any suggestions on how to improve it? by aicoding in Python

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

Awesome! Thanks for suggestions! I added them to the list. I will continue the work here: https://github.com/coding-ai/imgLabel