05 2021 档案
摘要:背景 对Jenkins服务器实现脚本化的管理, 例如 触发 Job 等。 Jenkins REST API https://www.jenkins.io/doc/book/using/remote-access-api/ REST API Many objects of Jenkins provid
阅读全文
摘要:Managing static files (e.g. images, JavaScript, CSS) https://docs.djangoproject.com/en/3.2/howto/static-files/ STATIC_URL 定义 网页内部使用依赖的资源的 URL前缀, 例如所有静
阅读全文
摘要:An AI to play the Rock Paper Scissors game https://github.com/SouravJohar/rock-paper-scissors 此项目给出了一个使用OpenCV + CNN 做手势识别,和机器人随机对战的界面游戏。 https://yout
阅读全文
摘要:引子 运行一个react程序,报类似如下的错误。 使用如下搜索链接, https://www.bing.com/search?q=unexpected+token+catch&FORM=R5FD1 官网有类似问题 https://github.com/facebook/jest/issues/101
阅读全文
摘要:Reinforcement learning https://en.wikipedia.org/wiki/Reinforcement_learning Reinforcement learning (RL) is an area of machine learning concerned with
阅读全文
摘要:Neural Network SMS Text Classifier https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/neural-networ
阅读全文
摘要:Classify structured data using Keras Preprocessing Layers 对于既有数值特征,又有类别特征的输入情况,使用 keras的预处理层进行转换。 https://colab.research.google.com/github/tensorflow/
阅读全文
摘要:Linear Regression Health Costs Calculator https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/linear
阅读全文
摘要:Book Recommendation Engine using KNN https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/book-recomm
阅读全文
摘要:Cat and Dog Image Classifier https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/cat-and-dog-image-c
阅读全文
摘要:poetry -- pipenv加强版本 https://python-poetry.org/ I built Poetry because I wanted a single tool to manage my Python projects from start to finish. I wan
阅读全文
摘要:Rock Paper Scissors https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/rock-paper-scissors 简单的竞赛游戏,
阅读全文