Pinned Repositories
awesome
😎 Awesome lists about all kinds of interesting topics
cmake-examples
Useful CMake Examples
DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
free-programming-books
:books: Freely available programming books
IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
PythonPark
Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。
wangzheng0822-algo
Phigent's Repositories
Phigent/DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
Phigent/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
Phigent/awesome
😎 Awesome lists about all kinds of interesting topics
Phigent/cmake-examples
Useful CMake Examples
Phigent/free-programming-books
:books: Freely available programming books
Phigent/PythonPark
Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。
Phigent/wangzheng0822-algo
Phigent/algo-basic
专注于分享算法,计算机基础(包括计算机网络,操作系统,MySQL等),无论是应付面试,还是提升自己地内功,这里都能帮到你
Phigent/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Phigent/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Phigent/CPlusPlusThings
C++那些事
Phigent/cppPrimerPlus-six-
C++PrimerPlus(第6版)中文版源码
Phigent/design-patterns-cpp
C++ Design Patterns
Phigent/git-recipes
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.
Phigent/introduce_c-cpp_manual
一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。
Phigent/LearningNotes
Enjoy Learning.
Phigent/Lhy_Machine_Learning
李宏毅2021春季机器学习课程课件及作业
Phigent/MyTinySTL
Achieve a tiny STL in C++11
Phigent/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
Phigent/openai-cookbook
Examples and guides for using the OpenAI API
Phigent/Python
All Algorithms implemented in Python
Phigent/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Phigent/ray
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads.
Phigent/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Phigent/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
Phigent/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Phigent/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
Phigent/UAV-auto-navigation-and-object-tracking-based-on-RL
毕业设计的代码部分,实现了UE4和airsim环境下无人机自主导航和目标跟踪的强化学习算法。