Pinned Repositories
3D_PathPlanner
Robot 3D path planning with A* and D* Algorithms
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Awesome
:computer: 🎉 An awesome & curated list of best applications and tools for Windows.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
azure-sdk-for-python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
CS229-machine-learning-solar-energy-predictions
Predicting solar energy using machine learning (LSTM, PCA, boosting). This is our CS 229 project from autumn 2017. Report and poster are included.
Data-mining
Some algorithms to form frequent itemsets/association rules from datasets, where many techniques, such as FP-tree, Apriori, PSO, GA, Granular computing, Central limit theorem and so on, are applied
data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
atomlrhy's Repositories
atomlrhy/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
atomlrhy/Awesome
:computer: 🎉 An awesome & curated list of best applications and tools for Windows.
atomlrhy/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
atomlrhy/azure-sdk-for-python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
atomlrhy/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
atomlrhy/django
The Web framework for perfectionists with deadlines.
atomlrhy/dubins_path_planning
Path planning using Hybrid A*/RRT + Dubins Path (as final shot).
atomlrhy/earthpy
A package built to support working with spatial data using open source python
atomlrhy/embree
Embree ray tracing kernels repository.
atomlrhy/flask
The Python micro framework for building web applications.
atomlrhy/HORAYZON
Package to efficiently compute terrain parameters (like horizon, sky view factor, topographic openness, slope angle/aspect) from high-resolution digital elevation model (DEM) data. The package also allows to compute shadow maps and correction factors for downwelling direct shortwave radiation for specific sun positions.
atomlrhy/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
atomlrhy/meteostat-python
Access and analyze historical weather and climate data with Python.
atomlrhy/OpenOA
This library provides a framework for working with large timeseries data from wind plants, such as SCADA. Its development has been motivated by the WP3 Benchmarking (PRUF) project, which aims to provide a reference implementation for plant-level performance assessment.
atomlrhy/phygnn
physics-guided neural networks (phygnn)
atomlrhy/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
atomlrhy/pvfactors
:sunny: Open-source view-factor model for diffuse shading and bifacial PV modeling. Documentation:
atomlrhy/pycollada
A python COLLADA library. Can be used to create, edit and load COLLADA documents.
atomlrhy/pyemblite
Python wrapper for Embree-3
atomlrhy/pyembree
Python Wrapper for Embree
atomlrhy/Python
All Algorithms implemented in Python
atomlrhy/python-embree
atomlrhy/Pytorch-lstm-forecast
基于pytorch搭建多特征LSTM时间序列预测
atomlrhy/QGIS-terrain-shading
Modelling natural shading for elevation models in QGIS
atomlrhy/RRT-Dubins
Implementation of a Rapidly Exploring Random Tree using Dubins paths as expansion method
atomlrhy/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
atomlrhy/shapely
Manipulation and analysis of geometric objects
atomlrhy/solcast-py
A Python client library for the Solcast API
atomlrhy/stock_predict_with_LSTM
Predict stock with LSTM supporting pytorch, keras and tensorflow
atomlrhy/timeout-decorator
Timeout decorator for Python