Stars
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Simple PyTorch Tutorials Zero to ALL!
pytorch tutorial for beginners
TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)
告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com
派送助手——2016年全国研究生移动终端应用设计创新大赛一等奖作品。本APP集合快件管理,路线规划,一键导航和智能呼叫功能,能够帮助快递员\外卖员提高派送效率。首先将快件的地址和电话信息添加到"派送助手",点击"开始派送"。后台算法将会计算最优路线,确定快件的派送次序,快递员\外卖员依照提示依次派送。快递员\外卖员遇到不熟悉路线时,点击"导航"可以获取当前位置到目的地的导航路线。当快递员将要…
Hidden Markov Models in Python, with scikit-learn like API
Generic implementation of genetic algorithm in Java.
Genetic Algorithm (GA) and Ant Colony Optimization (ACO) for travel itinerary planning
Self-Consistent Trajectory Autoencoder: Hierarchical Reinforcement Learning with Trajectory Embeddings
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
LSTM based Vehicle Trajectory Prediction
Implementation of Recurrent Neural Networks for future trajectory prediction of pedestrians.
SS-LSTM model for pedestrian trajectory prediction
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sa…
Multi-layer convolutional LSTM with Pytorch
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,…
A collection of various deep learning architectures, models, and tips