Pinned Repositories
APPdesignerPractice
利用Matlab的Appdesigner做的一些练习
automated-driving-control
automatic-driving-decision-and-planning-for-matlab
awesome-machine-learning-cn
机器学习资源大全中文版,包括机器学习领域的框架、库以及软件
best-route-planner
该项目旨在为物流公司货车规划最优行进路线,可按最短距离、最短时间两种方案进行规划,其次系统还能根据用户标注的路况(堵车级别:非常拥挤、较拥挤、一般、通畅)动态调整路线。
Candb
Generate CAN dbc file with OEM defined CAN matrix (*.xls).
carsim-simulink-MPC-controller-practice
Including the simulink model and the MPC-Controller code. Carsim vesion 8.02, Matlab version 2018b.
darknet
Convolutional Neural Networks
DataAnalysis
Python数据分析教程的资料
mnist
GundamVic's Repositories
GundamVic/mnist
GundamVic/APPdesignerPractice
利用Matlab的Appdesigner做的一些练习
GundamVic/automated-driving-control
GundamVic/automatic-driving-decision-and-planning-for-matlab
GundamVic/awesome-machine-learning-cn
机器学习资源大全中文版,包括机器学习领域的框架、库以及软件
GundamVic/best-route-planner
该项目旨在为物流公司货车规划最优行进路线,可按最短距离、最短时间两种方案进行规划,其次系统还能根据用户标注的路况(堵车级别:非常拥挤、较拥挤、一般、通畅)动态调整路线。
GundamVic/Candb
Generate CAN dbc file with OEM defined CAN matrix (*.xls).
GundamVic/carsim-simulink-MPC-controller-practice
Including the simulink model and the MPC-Controller code. Carsim vesion 8.02, Matlab version 2018b.
GundamVic/darknet
Convolutional Neural Networks
GundamVic/DataAnalysis
Python数据分析教程的资料
GundamVic/DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
GundamVic/GeneticAlgorithm
通过遗传算法求解物流配送路径问题
GundamVic/Introduction-to-Machine-Learning
This repo will house all our course material and code snippets from the Introduction to Machine Learning Class
GundamVic/OpenCV-Python-Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
GundamVic/pytorchTutorial
PyTorch Tutorials from my YouTube channel
GundamVic/RX78-2
GundamVic/shanghai_house_knowledge
2020年11月在上海买房经历总结出来的买房购房做的一些功课分享给大家,技术人帮助技术人,希望对大家有所帮助。
GundamVic/slambook
GundamVic/slambook_python
Python implements of the code in "14 lectures on visual SLAM"
GundamVic/the-economist-ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
GundamVic/vehicle-pure-pursuit
This submission contains a set of models to show the implementation of a Pure Pursuit controller on a vehicle under different scenarios. About the models: These models show a workflow to implement a Pure Pursuit controller to track a planned path. Steps below describe the workflow: 1. Generating waypoints 2. Formulating required steering angle for lateral control 3. Implementing a longitudinal controller to track the path at higher velocity 4. Visualizing vehicle final path in Bird's-Eye Scope and a 3D simulation environment
GundamVic/Vehicle-Routing-Problem-with-open-routes-in-python
GundamVic/VRP-CW
Saving Algorithm, 节约算法,又称C-W算法,是由Clarke和Wright于1964年首次提出的,用来解决VRP问题,是重要的物流算法