Pinned Repositories
2019-assignments
2019-课后作业
ai-edu
AI education materials for Chinese students, teachers and IT professionals.
AI-project
AI-project
AI-training
AI-Training
AI_competitions
AI比赛相关
AIDog
一款从图片识别狗的类别的应用,包括Android版和微信小程序版。
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
cognitive-services-dotnet-sdk-samples
Learn how to use the Cognitive Services SDKs with these samples
cs231n
cs231n assignments
d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
yangjim's Repositories
yangjim/2019-assignments
2019-课后作业
yangjim/ai-edu
AI education materials for Chinese students, teachers and IT professionals.
yangjim/AI-project
AI-project
yangjim/AI-training
AI-Training
yangjim/AI_competitions
AI比赛相关
yangjim/AIDog
一款从图片识别狗的类别的应用,包括Android版和微信小程序版。
yangjim/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
yangjim/cognitive-services-dotnet-sdk-samples
Learn how to use the Cognitive Services SDKs with these samples
yangjim/cs231n
cs231n assignments
yangjim/d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
yangjim/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
yangjim/deeplearning-models
A collection of various deep learning architectures, models, and tips
yangjim/deeplearningbook-chinese
Deep Learning Book Chinese Translation
yangjim/dimensionality_reduction_alo_codes
PCA、LDA、MDS、LLE、TSNE等降维算法的python实现
yangjim/ECG-Arrhythmia-classification
ECG arrhythmia classification using a 2-D convolutional neural network
yangjim/Finding-path-in-maze-of-traffic-cones
Teach NVIDIA JetBot how to navigate through a maze of toy traffic cones
yangjim/Goddess-Questionnaire
本文介绍了一个B/S结构下微信小程序的在线问卷调查系统,其后台可在主流浏览器上进行操作,前台采用微信小程序。它使用集成框架Spring+Sring MVC+MyBatis,存储数据库选用关系型数据库MySql,缓存数据库采用非关系型数据库Redis,服务器选用Apache Tomcat和Nginx相结合的方式。它的代码部分主要开发工具为IntelliJ IDEA和微信开发者工具。以图表的方式实现对问卷结果的数据分析。代码部分实现了前端问卷调查系统和后端管理系统的分离。采用Redis数据库做高速缓存提高访问效率。利用FFmpeg将MP4视频转为m3u8格式实现在线播放视频。
yangjim/Kaggle_Titanic
the data and ipython notebook of my attempt to solve the kaggle titanic problem
yangjim/learnNoteBook
人工智能相关学习笔记
yangjim/lihang-code
《统计学习方法》的代码实现
yangjim/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
yangjim/MyTT
MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数,神奇的实现所有常见技术指标算法(不依赖talib库)的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装,简洁且高性能,能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量化等领域,它是您最精练的股市量化工具。Python library with most stock market indicators.
yangjim/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
yangjim/ocrinaction
yangjim/python-api-tesing
python中文库-python人工智能大数据自动化接口测试开发。 书籍下载及python库汇总https://china-testing.github.io/
yangjim/rainbow-is-all-you-need
Rainbow is all you need! Step-by-step tutorials from DQN to Rainbow
yangjim/self_drive
基于树莓派的自动驾驶小车,利用树莓派和tensorflow实现小车在赛道的自动驾驶。(Self-driving car based on raspberry pi(tensorflow))
yangjim/TensorFlow
yangjim/voting-app
自制投票微信小程序
yangjim/wx-tfjs-demo
微信小程序运行 TensorFlow 的 Demo