To understand core ML concepts, build simple models, and integrate them with .NET & Azure.
- Machine Learning Specialization by Andrew Ng (Course 1: Supervised ML)
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": ".NET: run Active File", | |
| "type": "coreclr", | |
| "request": "launch", | |
| "program": "dotnet", | |
| "args": ["run", "${file}"], | |
| "cwd": "${workspaceFolder}", |
To understand core ML concepts, build simple models, and integrate them with .NET & Azure.
Leverage Generative AI and pre-trained ML models using APIs/SDKs (OpenAI, Azure, HuggingFace, etc.) to:
| # Copyright (c) 2023 | |
| # Author : Bruno Capuano | |
| # Change Log : | |
| # - Open and show the camera feed | |
| # | |
| # The MIT License (MIT) | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 Feb | |
| Change Log : | |
| - Demo learning with HTTP GET and POST request with Rust | |
| - Source Demo: https://actix.rs/docs/getting-started | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 January | |
| Change Log : | |
| - Demo working with arrays and println! macro | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 January | |
| Change Log : | |
| - Working with strings with strucs and named arguments | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 January | |
| Change Log : | |
| - Working with strings with implicit named arguments | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 January | |
| Change Log : | |
| - Demos working with generics in Rust | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |
| /* | |
| Copyright (c) 2023 | |
| Author : Bruno Capuano | |
| Create Time : 2023 January | |
| Change Log : | |
| - Demos working with generics in Rust | |
| The MIT License (MIT) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |