2021-07-14 16:25:54 -03:00
|
|
|
# BotModels
|
|
|
|
|
|
|
|
|
|
Models in Python for General Bots AI demands.
|
|
|
|
|
|
|
|
|
|
# Environment
|
|
|
|
|
|
|
|
|
|
1. Install Visual Studio Code (VSCode);
|
|
|
|
|
2. Install VSCode Extension: Azure Functions;
|
|
|
|
|
3. Install VSCode Extension: Azure Machine Learning;
|
|
|
|
|
4. Install NodeJS;
|
|
|
|
|
5. Run npm install -g azure-functions-core-tools@3 --unsafe-perm true.
|
|
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
|
|
|
|
|
|
- TensorFlow;
|
|
|
|
|
- SciKit-Learn;
|
|
|
|
|
- Pandas;
|
2021-08-26 09:23:30 -03:00
|
|
|
- NumPy.
|
|
|
|
|
|
2021-08-26 09:24:23 -03:00
|
|
|

|
2021-11-09 12:42:48 -03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Education
|
|
|
|
|
|
|
|
|
|
1. https://pjreddie.com/courses/computer-vision/
|