Pinned Repositories
-offer-python-
剑指offer(python版)
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
algo
数据结构和算法必知必会的50个代码实现
algorithm-python
数据结构与算法:Python语言描述 (裘宗燕) 主要代码
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Bilibili_video_download
:rainbow:Bilibili_video_download-B站视频下载
Interview_Codes
Interview_Codes
Java_learn
学习Java时,写的代码
leetcode
Trainning my skill of writing codes
spark_milib_learn
spark机器学习库学习记录
TechInTech's Repositories
TechInTech/Bilibili_video_download
:rainbow:Bilibili_video_download-B站视频下载
TechInTech/Interview_Codes
Interview_Codes
TechInTech/Java_learn
学习Java时,写的代码
TechInTech/leetcode
Trainning my skill of writing codes
TechInTech/spark_milib_learn
spark机器学习库学习记录
TechInTech/100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
TechInTech/algo
数据结构和算法必知必会的50个代码实现
TechInTech/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
TechInTech/algorithmsAnddataStructure
Some codes from algorithms and data structure
TechInTech/bookmarks
常用书签
TechInTech/C-Plus-Plus-codes
记录学习c++时,写的代码
TechInTech/CodesAboutMachineLearning
Those codes are from the book of machine Learning in action
TechInTech/dataStructure
TechInTech/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
TechInTech/HadoopIntellijPlugin
IntelliJ IDEA Plugin for Hadoop
TechInTech/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
TechInTech/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
TechInTech/Movie_Recommend
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
TechInTech/movie_recommender
MovieLens based recommender system.使用MovieLens数据集训练的电影推荐系统。
TechInTech/networkbookmarks
Recording some important bookmarks about some knowledge.
TechInTech/numpy-cn
The Chinese version of numpy's official document
TechInTech/opencvlearning
To record the what i learn from videos.
TechInTech/Python-LeetCode
solve leetcode using Python
TechInTech/Python-Offer
《剑指Offer》面试题Python实现
TechInTech/recsys_core
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
TechInTech/sklearnCodeFromTeachingVideos
Those codes are from the online teaching videos, and i rewrite it just for testing.
TechInTech/somecodes
the progress of learning Codes
TechInTech/sorting-visualizer
📊 Some python scripts which can visualize several famous sorting algorithms and generate the animations via Matplotlib.
TechInTech/spark
Apache Spark
TechInTech/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等