Pinned Repositories
001test
it just a test。
AndroidFrameworkTutorial
阿豪-写给应用开发的 Android Framework 教程
APP_0001_LEDDemo
The android app for led's driver
APP_0002_LIGHTDemo
The android app for light system
APP_0003_Binder_C_App
Test app for binder system, wrote with c language
APP_0004_Binder_CPP_App
Test app for Binder, wrote by C++ language.
APP_0005_Binder_JAVA_App
Test app for Binder, wrote by JAVA language.
APP_0006_inotify_epoll
app examples for inotify and epoll, used in android input system
APP_0007_socketpair_binder
app examples for socketpair and binder, used in android input system
cifar10-tensorflow
cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
rtcnook's Repositories
rtcnook/cifar10-tensorflow
cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
rtcnook/001test
it just a test。
rtcnook/APP_0010_SurfaceTest
A app to test SurfaceFlinger, for weidongshan's android video tutorial.
rtcnook/APP_0011_AudioRecordTest
A app to record sound, for weidongshan's android video tutorial.
rtcnook/cpp_projects
cpp projects of weidongshan's android video tutorial
rtcnook/Cut-serial-data
用队列处理串口数据,希望加入锁,数据很多
rtcnook/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
rtcnook/DLpipeline
Practical Deep Learning for Genomic Prediction: A Keras based guide to implement deep learning
rtcnook/docs
TensorFlow documentation
rtcnook/dotfiles
:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
rtcnook/DRV_0006_ASoC
a simple driver of ASoC, you can use it to study framework of ASoC
rtcnook/DRV_0007_tiny4412_asoc_machine
the machine driver of ASoC for tiny4412, from weidongshan's android video tutorial
rtcnook/DRV_0008_jack_for_sound_card
the driver to emulate jack insertion for sound card from weidongshan's android video tutorial
rtcnook/Genetation-Algorition
时间约束下物流企业运输成本,从路径优化的角度进行物流企业的运输成本的优化,利用遗传算法进行解决
rtcnook/Java-Design-Pattern-
rtcnook/leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
rtcnook/linux_kernel_study
from:https://www.bilibili.com/video/BV1tQ4y1d7mo?spm_id_from=333.999.0.0
rtcnook/Machine-Learning
讲解常见的机器学习算法
rtcnook/Machine-Learning-With-Python
此项目是我在学习《机器学习实战》这本书时的代码记录情况,用python实现,当然也会包括一些其他的机器学习算法,使用Python实现
rtcnook/NeuralNetwork
Simple Back Propagation Neural Network
rtcnook/PHDemo
《手机就是开发板》 所提到的文档,代码和程序
rtcnook/pytorch-cifar
95.16% on CIFAR10 with PyTorch
rtcnook/RenTianchao.github.io
一个个人主页
rtcnook/serialPortAssistant
基于Qt的串口小助手
rtcnook/show-me-the-code
Python 练习册,每天一个小程序
rtcnook/Stanford-CS-229-CN
A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译
rtcnook/SYS_0004_Headset_on_StatusBar
Add headset icon in statusbar from weidongshan's android video tutorial
rtcnook/SYS_0005_AudioPolicyManager_Support_Multi_AudioRecord
AudioPolicyManager.cpp to support Multi AudioRecord at same time, for weidongshan's android video tutorial.
rtcnook/ThinkingInJava
rtcnook/tinn
The tiny neural network library