512 skills found · Page 13 of 18
IdahoLabResearch / CH4ESECH4ESE is a python based implementation of XML EXI encoding and decoding. This software was created to replace an existing open-source project that provides this functionality, but it was implemented in Java. Our project is nearly 100% python coded, so we needed a better solution that did not rely upon running Java.
AIMLModeling / LatentSpaceLatent space refers to an abstract multi-dimensional space containing feature values that we cannot interpret directly, but which encodes a meaningful internal representation of externally observed events. The latent space is simply a representation of compressed data in which similar data points are closer together in space. I plotted Latent Space on a 2D space and demonstrated how similar images are clustered in the latent space with Python model. You are welcome to provide your comments and subscribe to my YouTube channel. https://youtu.be/8pStfRgShtI
crisschan / TamanduaOATs-TamanduaOATs 生成正加实验的pyd(python库)程序(放到python下的dlls目录下) python调用方法如下: #encoding=utf-8 import TamanduaOATs print TamanduaOATs.OATs(7,2,'2,3') -TamanduaParam按照正交计算出测试用了,结果是一个嵌套的list(放到python下的lib目录下) 使用法方法举例如下: strOParamfile='C:\\Users\\C\Desktop\\ttt.csv' taman=TamanduaParam(strOParamfile) print taman.GetAllParam() #print taman.CalTaseCaseParam()
croningp / JTNN VAEJunction-tree variational auto-encoder for Python 3 (https://arxiv.org/abs/1802.04364)
mathspp / ExtendedjsonEasily extend JSON to encode and decode arbitrary Python objects.
Theelx / Pybase122Python implementation of the base122 binary-to-text encoding
OverPoweredDev / Line Encoding PlotterSimple Python/C++ based program made to plot simple digital signal encodings like NRZ-L, NRZ-I, RZ, Bipolar, Manchester and Differential Manchester Encodings.
Py-Contributors / FacialRecognitionFace Recognition using face_recognition module and face encoding in Python
notemrovsky / MinipbA lightweight, zero-dependency protobuf encoder for Python that lets you convert JSON structures back to protobuf binary format.
MarkReedZ / MrjsonJSON encoder and decoder for python written in C/C++
hartwork / Surrogates:relieved: Encode and decode pairs of surrogate characters in Python 3
dpritsos / Html2vecPython package (to be) for converting raw html files to IR vectors either pyhton Dictionaries or NArrays(numpy) - Aims to trasparently handle Encoding and HTML issues
carlosplanchon / XmlstreamerPython library to parse XML data directly from HTTP, HTTPS, or FTP sources without loading the entire file into memory, supporting decompression, encoding detection, tag-based itemization, and optional filtering.
artsalliancemedia / Python KlvKLV encoder and decoder in Python
jsog / Jsog PythonJSOG encoding for Python
simondotm / Lz4enc PythonLZ4 and canonical Huffman encoders in Python
acg / Python PercentcodingFast percent encoding and decoding for Python
usdot-fhwa-stol / J2735decoderPython library to decode J2735 encoded UPER hex (Currently supporting BSM, MAP, SPaT).
njhowell / Python VideoencoderA Python Celery application for queuing and processing video encoding jobs
JaGallup / EncpolyPython 3 library for encoding/decoding geographic coordinates using Google's Encoded Polyline Algorithm