mdabros / SharpLearning

Machine learning for C# .Net
MIT License
384 stars 85 forks source link

How can I be able to learn with your repository #143

Open Emzzy241 opened 1 year ago

Emzzy241 commented 1 year ago

How can I be able to learn with your repository

Note: I am a complete Noobie in the world of C# Programming but with Knowledge in JavaScript

Emzzy241 commented 1 year ago

Please Put me through on how I can go about this

mdabros commented 1 year ago

HI @Emzzy241,

Sorry for the slow response. I would suggest the following steps:

  1. Download and install visual studio 2022 community edition: https://visualstudio.microsoft.com/vs/community/
  2. Clone the examples repository: https://github.com/mdabros/SharpLearning.Examples.
  3. Open and build the solution in visual studio. The solution contains examples for most of the things SharpLearning can do at this stage.

The examples are executed using the unit test framework. You can read more about that in the readme of the examples project: https://github.com/mdabros/SharpLearning.Examples#readme

Emzzy241 commented 1 year ago

Thank you very Much